Custom Query (2447 matches)
Results (385 - 387 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#781 | Fixed | Label not automatically applied when auto-adding torrents from folder | ||
Description |
"automatically apply label" doesn't work when a torrent is added via "automatic add torrents from folder". Works without any problem if it's added manually. |
|||
#782 | Fixed | system tray password asked when gtkui window is open but not topmost window. | ||
Description |
If password for revoke from system tray is enabled, and deluge window is NOT minimised to tray but lying under some other window, clicking on tray asks password when one can simple click on taskbar to get access to gtkui. |
|||
#783 | Fixed | Python errors aren't redirected to log files | ||
Description |
When the daemon forks off and starts outputting logs to a file, python errors are not outputted to that same log file - they just go into the void. I encountered this when trying to run trunk without twisted. When I ran the daemon without -d, it would fork off and the python importerror didn't show up anywhere. I had to use strace to figure out why the daemon wasn't staying up. |