Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 2449)

Ticket Resolution Summary Owner Reporter
#345 WorksForMe slow torrent list markybob anonymous
Description

I discovered that deluge saves persistent.state on each sorting action in torrent list. Thus when I move torrent up or down in list with 300+ items it freeze interface on some seconds. So if I want move torrent 10 lines down it takes too many time.

#347 WorksForMe Torrent autoload ticks overlap markybob kwentzell@…
Description

This bug does not happen unless Deluge is under stress, but when it is, it shows two dialogs to add every new torrent. You can't click the focused one, you must move that window and cancel/ok the second dialog under it. If "ok" is pressed for both, deluge seg faults. If any other combination is pressed, the torrent is not added at all.

I also want to add I use another machine for all my torrents, and I have around 25 torrents downloading/seeding at any given time. It is also a slow machine any the ui repaints seem to be very slow. Maybe the painting/autoloading is on the same thread? Just an idea.

ps Deluge fucking owns! <3

#383 WorksForMe sidebar icons disapear whe Label plugins is enabled mvoncken danii
Description

when deluge starts with the Label plugin on there are no icons in the sidebar

[DEBUG   ] 05:35:50 component:102 Registered LabelSideBar with ComponentRegistry..
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/sidebar.py", line 109, in 
on_selection_changed
    value = model.get_value(row, 0)
TypeError: iter must be a GtkTreeIter
[DEBUG   ] 05:35:50 sidebar:203 iter must be a GtkTreeIter

I get the same error with a clean config but the icons are there also disabling and then enabling the plugins gets the the icons back although there are some errors:

[DEBUG   ] 05:37:34 toolbar:161 on_toolbutton_preferences_clicked
[DEBUG   ] 05:37:34 menubar:252 on_menuitem_preferences_activate
[DEBUG   ] 05:37:34 pluginmanager:92 run_on_show_prefs
[DEBUG   ] 05:37:35 label_config:96 update labels
/usr/lib/python2.4/site-packages/deluge/plugins/Label-0.1-py2.4.egg/label/gtkui/label_config.py:111: 
GtkWarning: gtk_file_system_unix_get_parent: assertion `g_path_is_absolute (filename)' failed
[DEBUG   ] 05:37:44 preferences:717 on_plugin_toggled
[DEBUG   ] 05:37:44 torrentview:469 on_selection_changed
[DEBUG   ] 05:37:44 __init__:73 1.1
[DEBUG   ] 05:37:44 __init__:77 list assignment index out of range
[DEBUG   ] 05:37:44 __init__:78 1.2
[DEBUG   ] 05:37:44 component:102 Registered SideBar with ComponentRegistry..
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/sidebar.py", line 109, in on_selection_changed
    value = model.get_value(row, 0)
TypeError: iter must be a GtkTreeIter
[DEBUG   ] 05:37:44 sidebar:203 iter must be a GtkTreeIter
[DEBUG   ] 05:37:44 sidebar:203 sequence index must be integer
[DEBUG   ] 05:37:44 __init__:80 2
[INFO    ] 05:37:44 pluginmanagerbase:129 Plugin Label disabled..
[DEBUG   ] 05:37:44 preferences:730 on_plugin_selection_changed
/usr/lib/python2.4/site-packages/deluge/ui/gtkui/gtkui.py:209: GtkWarning: gtk_list_store_get_value: assertion `column < list_store->n_columns' failed
  gtk.main()
/usr/lib/python2.4/site-packages/deluge/ui/gtkui/gtkui.py:209: Warning: g_object_set_property: assertion `G_IS_VALUE (value)' failed
  gtk.main()
/usr/lib/python2.4/site-packages/deluge/ui/gtkui/gtkui.py:209: Warning: g_value_unset: assertion `G_IS_VALUE (value)' failed
  gtk.main()
Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/label/gtkui/sidebar.py", line 155, in render_cell_data
ValueError: column number is out of range
[DEBUG   ] 05:37:45 preferences:717 on_plugin_toggled
[DEBUG   ] 05:37:45 __init__:59 Calling UI init
[DEBUG   ] 05:37:45 __init__:62 Label GtkUI plugin initalized..
[DEBUG   ] 05:37:45 __init__:90 replace sidebar
[DEBUG   ] 05:37:45 component:102 Registered LabelSideBar with ComponentRegistry..
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/sidebar.py", line 109, in on_selection_changed
    value = model.get_value(row, 0)
TypeError: iter must be a GtkTreeIter
[DEBUG   ] 05:37:45 sidebar:203 iter must be a GtkTreeIter

and then when I press Ok in the Preferences dialog deluge crashes with:

[DEBUG   ] 05:40:31 preferences:686 on_button_ok_clicked
[DEBUG   ] 05:40:31 pluginmanager:100 run_on_apply_prefs
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 687, in on_button_ok_clicked
    self.set_config()
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 613, in set_config
    component.get("PluginManager").run_on_apply_prefs()
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/pluginmanager.py", line 102, in run_on_apply_prefs
    function()
  File "build/bdist.linux-i686/egg/label/gtkui/label_config.py", line 117, in on_apply_prefs
AttributeError: 'NoneType' object has no attribute 'get_active'

don't know if this is all related with diferent version config files but at least the GtkTreeIter? error appears with both the old the new configs

Note: See TracQuery for help on using queries.