Custom Query (2449 matches)
Results (556 - 558 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1941 | Fixed | Increase max cache value | ||
| Description |
http://forum.deluge-torrent.org/viewtopic.php?f=7&t=37715 Although this can be changed in deluge-console without issue, this may as well be increased from 99999 to 999999 in the UIs. |
|||
| #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. |
|||
