Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (541 - 543 of 2447)

Ticket Resolution Summary Owner Reporter
#1790 WorksForMe Deluge doesn't start in active workspace Calum
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 Calum
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 s0undt3ch Calum
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'
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.