Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (499 - 501 of 2449)

Ticket Resolution Summary Owner Reporter
#1347 WorksForMe deluge-console fails on "info --verbose" narren
Description

Using Deluge Team PPA. Package ver: 1.2.3+git20100701.131af5a-2~lucid~ppa1

Output:

Name: mandriva-linux-free-2010-spring-x86_64
ID: 86b86de9fdd244bd3707a986fb4f9df2f8854051
State: Seeding Up Speed: 8.2 KiB/s
Seeds: 0 (187) Peers: 7 (45) Availibility: 0.00
Size: 4.4 GiB/4.4 GiB Ratio: 0.840
  ::Files
Error getting torrent info: [Failure instance: Traceback: <type 'exceptions.AttributeError'>: 'ConsoleUI' object has no attribute 'screen'
/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py:460:doRead
/usr/lib/pymodules/python2.6/deluge/ui/client.py:176:dataReceived
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:280:callback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:354:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:371:_runCallbacks
/usr/lib/pymodules/python2.6/deluge/ui/console/commands/info.py:119:on_torrents_status
/usr/lib/pymodules/python2.6/deluge/ui/console/commands/info.py:192:show_info
]
#1348 Invalid Periodic IPFilter updates gav616
Description

Periodically update your mirrors from the Bluetacks filters. once a week maybe?

They currently seem to be never up-to-date.

#1349 Fixed deluge-gtk side panel drawn incorrectly when using specific GTK+ themes lexa2
Description

deluge-gtk draw side panel as GtkTreeView inside GtkScrolledWindow.
To make items like "All", "Seeding", "Active" not indented too far to the left it sets GtkTreeView->level-indentation to -35 which violates GTK+ requirements (as described at http://library.gnome.org/devel/gtk/stable/GtkTreeView.html#GtkTreeView--level-indentation) and makes side panel prone to the incorrect appearance when GtkTreeView's expander-size style is set to anything lower than default 12 (and generally speaking even with expander-size=12 sidebar looks like being drawn wrong with so-called "compact" themes like "Clearlooks Compact" or "Human Compact").

Graphical "glitch" is that treeview items got placed too far to the left making them crop with the right border of the treeeview (look at the attached screenshot).

Thus GUI results in being drawn wrong when using some perfectly legal gnome themes due to deluge not following GTK+ docs so I consider this to be a bug that require some modifications to the way deluge use to draw side panel.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.