Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 2447)

1 2 3 4 5 6 7 8 9 10 11 12
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:

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

#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!

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.