Custom Query (2447 matches)
Results (4 - 6 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3598 | Fixed | deluge-2.1.1: Migration to Ayatana indicators is not complete | pacho2 | |
Description |
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:
except (ImportError?, ValueError?):
else:
at deluge/ui/gtk3/preferences.py Thanks |
|||
#3586 | Upstream | Support BEP #34 DNS Tracker Preferences | daniel-baumann | |
Description |
Hi, in Debian we recieved a bug saying that it would be nice if deluge would support BEP #34: http://bittorrent.org/beps/bep_0034.html (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683293) Regards, Daniel |
|||
#3582 | Fixed | Console-UI prints deferred-object after commands | mhertz | |
Description |
As title, Console-UI always prints deferred object after every non-interactive command e.g.: <Deferred at 0x7fdef49b2770 current result: None> I narrowed culprit down to this commit: https://github.com/deluge-torrent/deluge/commit/ece31cf3cfb2ae277194f82bf35b45ea848f69c4, so started happening from release v2.10. Meanwhile I posted on forum to just change line 16 of e.g. '/usr/lib/python3.10/site-packages/deluge/ui/console/init.py' from: return Console().start() To: Console().start() Thanks in advance! |