Custom Query (2449 matches)
Results (598 - 600 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1072 | WorksForMe | Traceback on deluge 1.2.0_rc3 start | ||
| Description |
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/deluge-1.2.0_rc3-py2.5.egg/deluge/ui/gtkui/gtkui.py", line 101, in start
GtkUI(self.args)
File "/usr/lib/python2.5/site-packages/deluge-1.2.0_rc3-py2.5.egg/deluge/ui/gtkui/gtkui.py", line 225, in __init__
reactor.run()
File "/usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py", line 186, in run
self.__run()
File "/usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py", line 226, in simulate
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 705, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.5/site-packages/deluge-1.2.0_rc3-py2.5.egg/deluge/ui/gtkui/connectionmanager.py", line 288, in __update_list
for row in self.liststore:
exceptions.AttributeError: 'ConnectionManager' object has no attribute 'liststore'
|
|||
| #1073 | Fixed | Adding a new torrent starts a new process | ||
| Description |
I've recently updated to 1.2.0-rc3 from 1.2.0-rc1 via the repository. Everything is working fine, except for adding new torrents. Each time i download a torrent-file and tell Firefox to open it with Deluge, as usual, which was working fine with 1.2.0-rc1, a new deluge process is being opened. The same happens when just double-clicking a torrent-file in Nautilus. My window manager Gnome hasn't been changed, it is still configured to open torrent-files with Deluge by default. I'm using Linux 2.6.28-16-generic x86_64 with Gnome 2.26.1. |
|||
| #1074 | Fixed | [PATCH] Hex encoded magent uris can't be added from gtkui | ||
| Description |
See spec for magnet details. The gtkui assumes all magent uri hashes are base32 encoded. Patch fixes this by only recoding 32 character hashes. Still missing is any user feedback if adding the torrent fails. eg base64.b32decode fails |
|||
