You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to be experiencing something related, when I launch a recently updated copy of safeeyes, I get this notice, and the disable button closes the dialog but leaves this traceback in console — safeeyes -t does not seem to work after this, but manually hitting the disable button in the configuration menu (calling safeeyes again) and relaunching the safeeyes server works
Traceback (most recent call last):
File "/usr/lib/python3.13/site-packages/safeeyes/ui/required_plugin_dialog.py", line 82, in on_disable_plugin_clicked
self.on_disable_plugin()
~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/safeeyes/safeeyes.py", line 202, in <lambda>
lambda: self.disable_plugin(plugin_id)
^^^^^^^^^
NameError: name 'plugin_id' is not defined
Describe the bug
Disabling the tray icon plugin doesn't work.
To Reproduce
Expected behavior
The tray icon is removed.
Desktop (please complete the following information):
Debug Log
Run the Safe Eyes using
safeeyes --debug
command attach the ~/safeeyes.log` file.Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: