Custom Query (2447 matches)
Results (535 - 537 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1514 | Fixed | Indicator Applet | ||
Description |
https://bugs.launchpad.net/deluge/+bug/584669 This will be needed for Ubuntu 11.04 as they remove support for notification area. This Patch was tested by Grundoko:
|
|||
#1517 | Fixed | Isohunt urls not loading | ||
Description |
Every other torrent url I've tested works fine but Isohunt ones just don't load. |
|||
#1518 | WontFix | [win32] If deluged is running, starting classic mode deluge results in unhandled error | ||
Description |
Start delgued separately and then start deluge with classic mode enabled and a box pops up with the error message below. It doesn't break Deluge, just should be handled so as not to appear. Traceback (most recent call last): File "deluge\ui\gtkui\gtkui.py", line 294, in _on_reactor_start File "deluge\ui\client.py", line 559, in start_classic_mode File "deluge\ui\client.py", line 432, in __init__ File "deluge\core\daemon.py", line 81, in __init__ File "deluge\core\daemon.py", line 71, in process_running File "deluge\core\daemon.py", line 68, in get_proclist File "win32com/client/__init__.py", line 72, in GetObject File "win32com/client/__init__.py", line 87, in Moniker com_error: (-2147023838, 'The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.', None, None) |