Custom Query (2447 matches)
Results (478 - 480 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1303 | Fixed | Deluge GTK UI will not exit. | ||
Description |
When I run the GTK UI on Ubuntu 10.04 and try closing it, the deluge process simply hangs. In the debug log file attached you can see:
I'm not sure, but I found this other bug which may be related: Please let me know if any further debugging or testing are required from my end. I am happy to test patches also. |
|||
#1304 | WorksForMe | Context menu relocated after popup | ||
Description |
Right after the menu in the main window has been popped out it is relocated to the location of the mouse pointer. This makes quick menu interaction impossible. Same goes for drag-activation (button press to open menu, keep pressed and hover the menu item, release to activate.) |
|||
#1306 | Fixed | Execute plugin allways executes last event configured in execute.conf | ||
Description |
with the following config: { "file": 1, "format": 1 }{ "commands": [ [ "e925a8be2b963067078116d1c79636a7d12673b9", "complete", "/var/lib/deluge/scripts/complete.sh" ], [ "280b43d2494374b71a9978ee9f8d7fcc8214e9c0", "added", "/var/lib/deluge/scripts/started.sh" ] ] } When a torrent is started it will start the command with the last event configured "added". When a torrent is complete it will also start the command with the last event configured "added". After changing the "complete" and "added" block it allways started the "complete" event command. |