Custom Query (2449 matches)
Results (538 - 540 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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. |
|||
| #160 | Invalid | specific up/download speed limit per torrent | ||
| Description |
It would be useful to be able set a diffrent speed limit for each torrent in the list (in addition to global speed limit that already exists) |
|||
| #2080 | Invalid | sort option not available in web ui | ||
| Description |
sort option not available in web ui |
|||
