Updated libnotify 0.8.0-1 breaks notify-send
andreztz opened this issue · 0 comments
andreztz commented
notify-send
breaks after update libnotify-0.8.0-1
package on Archlinux.
tests/test_notification.py:1: in <module>
from notify import Notification
notify/__init__.py:1: in <module>
from .notification import Notification
notify/notification.py:22: in <module>
modulo = import_module("." + platform, __package__)
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
notify/linux/__init__.py:1: in <module>
from .notify import LinuxNotification
notify/linux/notify.py:10: in <module>
gi.require_version("Notify", "0.7")
.venv/lib/python3.10/site-packages/gi/__init__.py:129: in require_version
raise ValueError('Namespace %s not available for version %s' %
E ValueError: Namespace Notify not available for version 0.7