Custom Query (2447 matches)
Results (532 - 534 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2267 | Invalid | Default option in web ui connection manager | ||
Description |
When the web ui starts up it presents the "connection manager" dialogue after entering the correct password with a list of the available daemons and their status. I have noticed that some people have trouble understanding this is a list of options to choose from before connecting. Could this be changed so that the first option is always selected by default? This will allow the user to just hit connect. |
|||
#76 | WontFix | Default torrent list | ||
Description |
It would be nice to be able to have a list of default trackers that all torrents use AFTER they have cycled through their own trackers. It would be even better if the community could have an option to add their own trackers to a web based list that could be downloaded (after admin approval). |
|||
#565 | Fixed | Defunct deluged process after starting up | ||
Description |
After starting deluged via the GTKUI under Linux, there is a defunct deluged process, as can be seen via "ps -ef | grep deluged". This is because of the process started via subprocess.Popen not being waited for. Conveniently, the Popen class has a wait method that can be used for this. |