Custom Query (2447 matches)
Results (397 - 399 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1844 | Fixed | File choice ignored, no file right-click menu | ||
Description |
Built today's git master. The files to download seem to be ignored, torrents are downloaded completely unless paused (see the screenshot attached). Also, no right-click menu in the files tab (can't choose what to download and so is to set priority). |
|||
#1845 | Invalid | Deluge crash | ||
Description |
ABRT caught a crash. architecture: i686 component: deluge executable: /usr/bin/deluge-gtk kernel: 2.6.35.12-88.fc14.i686 reason: __init__.py:52:_init:RuntimeError: could not open display release: Fedora release 14 (Laughlin) reproduce: No idea. time: 1304921812 uid: 500 backtrace ----- __init__.py:52:_init:RuntimeError: could not open display Traceback (most recent call last): File "/usr/bin/deluge-gtk", line 9, in <module> load_entry_point('deluge==1.3.900-dev', 'gui_scripts', 'deluge-gtk')() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 305, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2244, in load_entry_point return ep.load() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1954, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/__init__.py", line 1, in <module> from gtkui import start File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/gtkui.py", line 38, in <module> reactor = gtk2reactor.install() File "/usr/lib/python2.7/site-packages/twisted/internet/gtk2reactor.py", line 377, in install reactor = Gtk2Reactor(useGtk) File "/usr/lib/python2.7/site-packages/twisted/internet/gtk2reactor.py", line 103, in __init__ import gtk File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 64, in <module> _init() File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 52, in _init _gtk.init_check() RuntimeError: could not open display Local variables in innermost frame: sys: <module 'sys' (built-in)> sys_path: ['/usr/bin', '/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg', '/usr/lib/python27.zip', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/lib/python2.7/site-packages', '/usr/lib/python2.7/site-packages/gst-0.10', '/usr/lib/python2.7/site-packages/gtk-2.0', '/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info', '/usr/lib/python2.7/site-packages/webkit-1.0'] I think it's when I tried to launch deluge-gtk in a remote terminal. |
|||
#1846 | Fixed | Crash caught by ABRT | ||
Description |
git master as of this hour. architecture: i686 cmdline: /usr/bin/python /usr/bin/deluge-gtk component: deluge executable: /usr/bin/deluge-gtk kernel: 2.6.35.12-88.fc14.i686 reason: files_tab.py:520:_on_button_press_event:AttributeError: 'NoneType' object has no attribute 'set_sensitive' release: Fedora release 14 (Laughlin) time: 1304959632 uid: 500 backtrace ----- files_tab.py:520:_on_button_press_event:AttributeError: 'NoneType' object has no attribute 'set_sensitive' Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/files_tab.py", line 520, in _on_button_press_event widget.set_sensitive(not self.__compact) AttributeError: 'NoneType' object has no attribute 'set_sensitive' Local variables in innermost frame: widget: None self: <deluge.ui.gtkui.files_tab.FilesTab instance at 0x912c82c> x: 258.0 y: 8.0 path: ((0,), <gtk.TreeViewColumn object at 0x9452edc (GtkTreeViewColumn at 0x931a188)>, 258, 8) event: <gtk.gdk.Event at 0x9442290: GDK_BUTTON_PRESS x=258,00, y=8,00, button=3> row: <GtkTreeIter at 0x9654560> I right-clicked in the files list of a newly added torrent. |
Note:
See TracQuery
for help on using queries.