Custom Query (2447 matches)
Results (448 - 450 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2513 | Duplicate | Unable to start deluge after upgrading to kernel v3.16.3-2 - deluge-gtk: Cannot aquire lock | ||
Description |
First boot in this Debian Testing system after upgrade from kernel v3.14.x to v3.16.3-2, attempting to run 'deluge' (1.3.7-1): /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/queuedtorrents.py:60: Warning: The property GtkDialog:has-separator is deprecated and shouldn't be used anymore. It will be removed in a future version. "glade/queuedtorrents.glade")) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/queuedtorrents.py:60: Warning: The property GtkDialog:has-separator is deprecated and shouldn't be used anymore. It will be removed in a future version. "glade/queuedtorrents.glade")) [ERROR ] 13:37:45 ipcinterface:158 Deluge restart failed: Couldn't listen on any:/home/omega/.config/deluge/ipc/deluge-gtk: Cannot acquire lock. This is probably due to a glib upgrade (glib2.0 >= 2.41.2), as SpaceFM also had locking issues and needed to be fixed (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763575). Rating as blocker here as it completely prevents startup. |
|||
#2529 | Duplicate | 1.3.7 "Err No. 2. (...) [Torrent file] not found" | ||
Description |
Attempting to open a new torrent returns an error message stating that the torrent file I attempt to download cannot be found, and returns no file to download with the torrent. This just started today, and happened with 1.3.6, and continued even after upgrading to 1.3.7. I have windows 7. |
|||
#2540 | Duplicate | Need Move Completed path support for Execute scripts | ||
Description |
The script for decompressing files on http://dev.deluge-torrent.org/wiki/Plugins/Execute seems to only work if the torrent is NOT moved -- the third parameter apparently only gets the original path, not the path the torrent is moved to. This is making it near impossible to extract the files, since I can't pass that parameter to the unrar code. If there isn't a current way, can the developers perhaps pass the "move completed" path to the Execute script as (perhaps) the fourth parameter? |