#3598: deluge-2.1.1: Migration to Ayatana indicators is not complete
----------------------------+--------------------
Reporter: pacho2 | Type: bug
Status: new | Priority: minor
Milestone: needs verified | Component: GTK UI
Version: 2.1.0 | Keywords:
----------------------------+--------------------
I was wondering about why legacy trayicon was being used on my system.
Looking at deluge/ui/gtk3/systemtray.py it seems new AyatanaAppIndicator3
is properly loaded, but the option to use indicator instead of legacy icon
is not shown in Preferences.
This is because Preferences is still trying to load the old appindicators
implementation:
try:
require_version('AppIndicator3', '0.1')
from gi.repository import AppIndicator3 # noqa: F401
except (ImportError, ValueError):
appindicator = False
else:
appindicator = True
at deluge/ui/gtk3/preferences.py
Thanks
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3598>
Deluge <https://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/deluge-dev/045.65d7fe8b4b831e5a29c16454e5b18e17%40deluge-torrent.org.