mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
[GTKUI] Support using the Ayatana fork of indicators.
As this fork is maintained in Debian, and as of Impish/21.10 is the supported variant in Ubuntu as well. Closes: deluge-torrent/deluge#317
This commit is contained in:
parent
5f6f65a065
commit
9194092d7b
1 changed files with 6 additions and 2 deletions
|
@ -30,6 +30,10 @@ from .common import build_menu_radio_list, get_logo
|
|||
from .dialogs import OtherDialog
|
||||
|
||||
try:
|
||||
try:
|
||||
require_version('AyatanaAppIndicator3', '0.1')
|
||||
from gi.repository import AyatanaAppIndicator3 as AppIndicator3
|
||||
except (ValueError, ImportError):
|
||||
require_version('AppIndicator3', '0.1')
|
||||
from gi.repository import AppIndicator3
|
||||
except (ValueError, ImportError):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue