Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 2449)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#3578 Duplicate Deluge tray icon not showing after closing hypeitnow
Description

Hi, I am currently using zorin os 16.2 with gnome 3.38.4-1ubuntu3+zorin1.

The current flatpak verison of delure does not contain the functionality of saving icon to tray after closing nor the setting which should start app in tray.

I also tried to install standard version from deluge ppa, but the outcome is the same.

Are there any files I can provide?

#3566 Fixed deluge-web does not start anymore PPed72
Description

$ /usr/bin/deluge-web -d -c /home/paolo/.config/deluge/ -p 8112 Traceback (most recent call last):

File "/usr/bin/deluge-web", line 8, in <module>

sys.exit(start())

File "/usr/lib/python3.10/site-packages/deluge/ui/web/init.py", line 6, in start

web.start()

File "/usr/lib/python3.10/site-packages/deluge/ui/web/web.py", line 71, in start

self.server = server.DelugeWeb?(options=self.options)

File "/usr/lib/python3.10/site-packages/deluge/ui/web/server.py", line 685, in init

self.top_level.putChild(self.base.strip('/'), self.top_level)

File "/usr/lib/python3.10/site-packages/twisted/web/resource.py", line 234, in putChild

raise TypeError?(f"Path segment must be bytes, but {path!r} is {type(path)}")

TypeError?: Path segment must be bytes, but is <class 'str'>

This is after upgrading twisted to version 22.10.0 (last working version 22.08.0).

#3538 Fixed Adding host in console-UI fails. mhertz
Description

As title, currently it's not possible to add new host in console-UI as states port need be integer.

I added some debug-prints and found the 'result' dict indeed saves port as string, e.g. I tested it worked here just changing line 107 of connectionmanager.py from/to:

                result['port']['value'],
                int(result['port']['value']),

Also, currently when having input new host data and pressed return then need also press escape to get out of connection-manager, which i just changed in same file line 135 from/to:

            self.update_select_host_popup()
            self.pop_popup()

Thanks in advance.

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