ueberzug does not work
Ueberzug is not working for me. alium sent a reply to this topic, saying that all the python packages have been updated to work with Python 3.9 a few minutes ago. I just updated my system, and even after updating, ueberzug still does not work. (it kinda works, but when I try to switch images, it gives this error):
Task exception was never retrieved
future: <Task finished name='Task-7' coro=<shutdown() done, defined at /usr/lib/python3.9/site-packages/ueberzug/layer.py:88> exception=AttributeError("type object '_asyncio.Task' has no attribute 'all_tasks'")>
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/ueberzug/layer.py", line 89, in shutdown
tasks = [task for task in asyncio.Task.all_tasks()
AttributeError: type object '_asyncio.Task' has no attribute 'all_tasks'