Custom Query (2445 matches)
Results (7 - 9 of 2445)
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):
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. |