Custom Query (2447 matches)
Results (535 - 537 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#700 | Fixed | Speed chart | ||
Description |
Please add speed graph tab (upload/download). Thx. |
|||
#23 | Fixed | Specify Download Location/Files in WebUI | ||
Description |
The add torrent dialog for the current WebUI is very basic. If it could be made to match the GTK dialog, or at least have the ability to specify the download location that would be great, and help those of us who use our desktops are seedboxes. |
|||
#427 | Fixed | Specifiing a new config dir leads to permission denied error | ||
Description |
When starting the deluge daemon, there is an option to specify where the config directory is, but besides putting the log file there, the program ignores the option and tries to create it's own config dir in the users home directory. This way it is impossible to start it under SUSE during boot time, as then no HOME environmental variable is set, thus Deluge tries to create the .config folder in the file system root. (Even though it was specified to use a different folder). With just a quick look through, the problem seems to be in the configmanager.py file in the class constructor: the self.config_directory is always initialized to the *default* config dir, even though it was overridden on startup. In the daemon.py file the config dir variable is later set to the correct *new* config folder, but the execution never reaches this line (the overriding of the *default* config dir), as when it loads the *default* it already dies with a permission denied error. |