Custom Query (2447 matches)
Results (556 - 558 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1946 | Fixed | ReactorNotRestartable in startRunning() in gtkui | ||
Description |
The following crash reports are occurring on Ubuntu and Fedora.
https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/854826 deluge-gtk crashed with ReactorNotRestartable in startRunning() To replicate I started Oneiric with Deluge as a startup application and although it loads fine upon closing I was presented with the apport crash dialog. |
|||
#1957 | Fixed | Columns don't add resulting in keyerror for non-latin languages | ||
Description |
deluge-gtk crashed with KeyError in on_menuitem_toggled(): '\xd0\x97\xd0\xb0\xd0\xb3\xd1\x80\xd1\x83\xd0\xb6\xd0\xb5\xd0\xbd\xd0\xbe' Traceback: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/listview.py", line 339, in on_menuitem_toggled self.columns[name].column.set_visible(widget.get_active()) KeyError: '\xd0\x97\xd0\xb0\xd0\xb3\xd1\x80\xd1\x83\xd0\xb6\xd0\xb5\xd0\xbd\xd0\xbe' From: https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/854648 A workaround patch from Serge Matveenko has been attached. |
|||
#1963 | Fixed | OSError in makedirs() when config dir is non-existent | ||
Description |
Forwarded from Launchpad: https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/853819 Created the user 'deluge' to run webui but did not specify a config location so defaulted to a non-existent home dir thus an OSError occurred. |