Custom Query (2447 matches)
Results (481 - 483 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2247 | Fixed | AttributeError in deluge.error.DaemonRunningError | ||
Description |
exceptions.AttributeError: 'DaemonRunningError' object has no attribute '_message' |
|||
#2248 | Fixed | Cache tracker icons in gtkui | ||
Description |
The tracker icons are loaded with gtk.gdk.pixbuf_new_from_file_at_size each time they're requested. Caching them reduces CPU time to a third for this function. This is the patch mentioned in http://dev.deluge-torrent.org/ticket/2184#comment:1 for master branch. https://github.com/bendikro/deluge/commit/master-tracker_icon_cache_fix |
|||
#2249 | Fixed | Multiple SIGINTs to deluged gives ReactorNotRunning: Can't stop reactor that isn't running. | ||
Description |
Traceback (most recent call last): File "/home/bro/programmer/deluge/deluge_workdirs/master/deluge/main.py", line 253, in run_daemon Daemon(options, args) File "/home/bro/programmer/deluge/deluge_workdirs/master/deluge/core/daemon.py", line 160, in __init__ reactor.run() File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1169, in run self.mainLoop() File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1178, in mainLoop self.runUntilCurrent() --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 773, in runUntilCurrent f(*a, **kw) File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 577, in stop "Can't stop reactor that isn't running.") twisted.internet.error.ReactorNotRunning: Can't stop reactor that isn't running. |
Note:
See TracQuery
for help on using queries.