[GTKUI] Enable appindicator support by default

On GNOME, I don't believe any tray icon or indicator support is enabled
by default, but one can easily install an extension for indicators
whereas I'm not sure about tray icons, but the 'top icons' extension I
believe has had a flaky history. I'm not entirely sure how KDE handles
things, but out of the box it too has indicator support and I believe
that is preferred with the move to Wayland. In Xfce, the tray icon area
is called "Status tray" and has support for both tray icons and
indicators.

Closes: https://github.com/deluge-torrent/deluge/pull/318
This commit is contained in:
Unit 193 2021-12-17 01:00:29 -05:00 committed by Calum Lind
parent dbedf7f639
commit 366cded7be
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3

View File

@ -89,7 +89,7 @@ DEFAULT_PREFS = {
'enable_system_tray': True,
'close_to_tray': False,
'start_in_tray': False,
'enable_appindicator': False,
'enable_appindicator': True,
'lock_tray': False,
'tray_password': '',
'check_new_releases': True,