Custom Query (2449 matches)
Results (478 - 480 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2494 | Invalid | Keeps crashinh | ||
| Description |
Hi I am running Deluge 1.3.7 and it keeps crashing? I am using Windows 7 Pro. This is a copy of the error report: Thank you Martin
|
|||
| #2493 | Fixed | Add Torrent dialog does not display when screen does not have an active workspace. | ||
| Description |
Setup.
Tests
Trackback File "/usr/lib/python2.7/site-packages/twisted/protocols/policies.py", line 120, in dataReceived
self.wrappedProtocol.dataReceived(data)
File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 179, in dataReceived
d.callback(request[2])
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 382, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 490, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 577, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 199, in _on_config_values
self._show(focus)
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 172, in _show
if component.get("MainWindow").is_on_active_workspace():
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/mainwindow.py", line 315, in is_on_active_workspace
return win.is_on_workspace(win.get_screen().get_active_workspace())
exceptions.TypeError: Wnck.Window.is_on_workspace() argument 1 must be wnck.Workspace, not None
Appears to be an assuming that a screen always has an active workspace, which in the case of multiple monitors might not always be true. I changed check at the end of mainwindow.py to be if win.get_screen().get_active_workspace() is not None:
return win.is_on_workspace(win.get_screen().get_active_workspace())
else:
return False
which fixes the issue. Not entirely sure of the required behaviour here, perhaps deluge-gtk should be activating the workspace on that monitor, but WnckScreen doesn't appear to have a set_active_workspace function or anything approaching that. |
|||
| #2492 | Invalid | deluge download files out of date | ||
| Description |
Deluge 1.3.7 has been out for over a month, yet most of the files on the download page are for the older 1.3.6. Some links don't even specify what version they are, others like the fedora or gentoo don't even work. The download page needs to be fixed. http://dev.deluge-torrent.org/wiki/Download |
|||
