Pb: Traceback (most recent call last): File "/usr/bin/eovpn", line 16, in <module> from eovpn.application import launch_eovpn File "/usr/lib/python3.10/site-packages/eovpn/application.py", line 12, in <module> from .eovpn_base import Base File "/usr/lib/python3.10/site-packages/eovpn/eovpn_base.py", line 8, in <module> gi.require_version('Notify', '0.7') File "/usr/lib/python3.10/site-packages/gi/init.py", line 126, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Notify not available
Solution: install libnotify (on a fresh lxqt install - sure, it should be installed) other solution: make libnotify a depend ? May be I'm wrong, hope that'll help
Pinned Comments
jkotra commented on 2022-06-09 16:54 (UTC) (edited on 2022-06-12 05:56 (UTC) by jkotra)
sudo glib-compile-schemas /usr/local/share/glib-2.0/schemas
should fix the issue for now. I'm trying to debug why schemas are not compiling as they should.