I am on budgie Opensnitch doesnt seem to be starting unless I am missing something
Rebooted even
SC installed some python stuffs
Just part when run from terminal I think its the important
WARNING: system tray not available. On GNOME you need the extension gnome-shell-extension-appindicator.
Read more: https://github.com/evilsocket/opensnitch/wiki/GUI-known-problems#gui-does-not-show-up
If you want to start OpenSnitch GUI in background even if tray not available, use --background argument.
[notifications] show() exception: You must call notify2.init() before using the notification features.
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/opensnitch/notifications.py", line 104, in show
ntf.show()
File "/usr/lib/python3.11/site-packages/notify2.py", line 222, in show
nid = dbus_iface.Notify(appname, # app_name (spec names)
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/notify2.py", line 66, in __getattr__
raise UninittedError("You must call notify2.init() before using the "
notify2.UninittedError: You must call notify2.init() before using the notification features.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/opensnitch/service.py", line 224, in __show_gui
self._show_systray_msg_error()
File "/usr/lib/python3.11/site-packages/opensnitch/service.py", line 239, in _show_systray_msg_error
self._desktop_notifications.show(
File "/usr/lib/python3.11/site-packages/opensnitch/notifications.py", line 107, in show
raise Exception("[notifications] show() exception:", e)
Exception: ('[notifications] show() exception:', UninittedError('You must call notify2.init() before using the notification features.'))
Aborted
Ran from terminal (sudo opensnitch-ui --background ) and it started giveing me notifications but could not surf anywhere once I hit allow
Would have to crash it again but said something about not finding python3-Notify? maybe we missing it?
I did not see it in SC