Custom Query (2447 matches)
Results (541 - 543 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1790 | WorksForMe | Deluge doesn't start in active workspace | ||
Description |
From: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600675 I've noticed for awhile now that when I start deluge the UI pops up in the primary workspace instead of the workspace I'm currently viewing. It would be nice if Deluge would start in the active workspace rather than defaulting to the primary one. Thanks, Nathan A. Stine |
|||
#1801 | Fixed | Failed connect results in unhandled defered error | ||
Description |
Either the wrong message or an error can occur when connect fails connect 10.0.0.1 user pass Failed to connect to 10.0.0.1:58846 with reason: user This should say something like 'user/pass' wrong. connect 10.0.0.1 Failed to connect to 10.0.0.1:58846 with reason: The reason is blank and due to unhandled error: Unhandled error in Deferred: Traceback (most recent call last): Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused. |
|||
#1818 | Fixed | Quit & Shutdown not working when not connected to daemon | ||
Description |
Traceback (most recent call last): File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/gtkui/menubar.py", line 278, in on_menuitem_quitdaemon_activate self.window.quit(shutdown=True) File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/gtkui/mainwindow.py", line 164, in quit client.daemon.shutdown() File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/client.py", line 579, in __call__ return self.daemon.call(self.base, *args, **kwargs) AttributeError: 'NoneType' object has no attribute 'call' |
Note:
See TracQuery
for help on using queries.