Custom Query (2447 matches)
Results (220 - 222 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1244 | Invalid | Use a path in the filename when adding from a URL | ||
Description |
I am running deluged as a service as a NON-root user. Problem is when I attempt to use the Android App, Transdroid as a client I get a permissions error when attempting to download the torrent file. It looks like add_torrent_url in core.py is just using the filename of the torrent to save the file. This is a problem when running as a non-root service because deluge attempts to save this file in the root dir '/' which only has root permissions. It would help to specify a path along with the filename where I can change the permissions, like in the .config directory or even /tmp. Workaround is to run the daemon as a root user but that is undesirable. Its also not fun to see a bunch of torrent files collecting in the root dir '/'. |
|||
#3130 | Fixed | Use another icon name for tray | ||
Description |
Please use other tray icon name for better customization and theme settings. https://github.com/bil-elmoussaoui/Hardcode-Tray/issues/460 |
|||
#2218 | Fixed | Use 0.16 libtorrent extension bindings or remove ut pex option | ||
Description |
lt 0.16.4 or newer has a new set of python bindings to enable the extensions so the 'fix' in #2160 could be reverted to previous setup if required. If keeping current way of loading all extension then remove ut_pex and comment/code. |