Custom Query (2447 matches)
Results (538 - 540 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1069 | Fixed | [win32] no country name tooltips in peer list | ||
Description |
In peers_tab.py, calling widget.get_tooltip_context throws an exception: <type 'exceptions.AttributeError'>: 'gtk.TreeView' object has no attribute 'get_tooltip_context' I know next to nothing about Python, but my guess is that an outdated PyGTK version (2.12.1) was used for the Win32 build. The changelog for PyGTK 2.13.0 includes:
gtk.gtk_version = (2, 16, 6) gtk.pygtk_version = (2, 12, 1) Windows XP SP3 |
|||
#1071 | Fixed | Deluge won't start - crashes | ||
Description |
Hi!
I get kick-out from bugs.launchpad.net because I use the latest deluge package 1.2.0_rc3 which is not in official Ubuntu archives.
So here I am, complaining. ;D
The problem is: Traceback (most recent call last): File "/usr/bin/deluge", line 8, in <module> load_entry_point('deluge==1.2.0-rc3', 'console_scripts', 'deluge')() File "/usr/lib/pymodules/python2.6/deluge/main.py", line 121, in start_ui UI(options, args, options.args) File "/usr/lib/pymodules/python2.6/deluge/ui/ui.py", line 128, in __init__ ui = GtkUI(args) File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 193, in __init__ self.ipcinterface = IPCInterface(args) File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/ipcinterface.py", line 110, in __init__ reactor.listenUNIX(socket, self.factory, wantPID=True) File "/usr/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 315, in listenUNIX p.startListening() File "/usr/lib/python2.6/dist-packages/twisted/internet/unix.py", line 71, in startListening if not self.lockFile.lock(): File "/usr/lib/python2.6/dist-packages/twisted/python/lockfile.py", line 147, in lock kill(int(pid), 0) OSError: [Errno 1] Operation not permitted
My system info: Thanks for quick repair! |
|||
#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. |