Custom Query (2449 matches)
Results (442 - 444 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1237 | WontFix | Creating Torrent - choose multiple files / folders | ||
| Description |
Recently I created a torrent using deluge with just some files from a directory. So I first had to move all files not to be in the torrent out of that folder, create the torrent, and afterwards I could move them back to their original position. I would suggest, that the user could choose multiple files/folders. This could be archived by holding the Ctrl-key for ex. This way the distinction between "file" and "folder" could be omitted |
|||
| #1238 | Fixed | Traceback when starting gtkui | ||
| Description |
This started to happen on git master for quite some time: [ERROR ] 15:45:26 component:114 [Failure instance: Traceback: <type 'exceptions.AttributeError'>: 'GtkUI' object has no attribute 'get_component_name' /usr/lib64/python2.6/site-packages/twisted/internet/base.py:409:_continueFiring /usr/lib64/python2.6/site-packages/deluge/ui/gtkui/gtkui.py:323:_on_reactor_start /usr/lib64/python2.6/site-packages/deluge/component.py:273:start /usr/lib64/python2.6/site-packages/deluge/component.py:120:_component_start --- <exception caught here> --- /usr/lib64/python2.6/site-packages/twisted/internet/defer.py:117:maybeDeferred /usr/lib64/python2.6/site-packages/deluge/ui/gtkui/pluginmanager.py:78:start ] |
|||
| #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 '/'. |
|||
