Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (607 - 609 of 2449)

Ticket Resolution Summary Owner Reporter
#1086 Fixed DeprecationWarning: Use the new widget gtk.Tooltip andar RealEnder
Description

gtk.Tooltips is deprecated as of pyGTK 2.12(released around beginnig of 2008): http://www.pygtk.org/docs/pygtk/class-gtktooltips.html Deluge should use gtk.Tooltip: http://www.pygtk.org/docs/pygtk/class-gtktooltip.html

Warning: /usr/lib/pymodules/python2.6/deluge/ui/gtkui/statusbar.py:108: DeprecationWarning: Use the new widget gtk.Tooltip

self.tooltips = gtk.Tooltips()

#1088 WorksForMe deluge-console pause hangs without any action and errors andar Murz
Description

I have using deluge-torrent from PPA on Kubuntu Karmic AMD64. Command "info" works perfectly after upgrade to rc4:

$deluge-console info
Name: torrent_name
ID: e234460a6b08b872a752b559c813bb4415fc493a
State: Paused                               
Size: 40.1 MiB/1.1 GiB Ratio: 0.017         
Progress: 3.41% [##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]
...
...

and after command I see the command prompt (user@host:/$).

But if I try to pause or resume, the deluge-console shows:

$ deluge-console pause *
Usage: pause [ * | <torrent-id> [<torrent-id> ...] ]

and hangs without errors. I try to wait 1-5 minutes, but it isn't help. I can stop the process via Ctrl+C.

If I try to pause one torrent, it hangs too:

$ deluge-console pause e234460a6b08b872a752b559c813bb4415fc493a
Usage: pause [ * | <torrent-id> [<torrent-id> ...] ]

If I place the command in quotes (deluge-console "pause *") - it hangs without any output.

On resuming it hangs too, I try many variants:

deluge-console pause *
deluge-console "pause *"
deluge-console 'pause *'
deluge-console "pause *;"
deluge-console "pause \*"
deluge-console resume *
deluge-console "pause\ *"

But nothing works. And I can successfully control the deluge daemon via GUI interface. Where can be the problem?

#1091 WontFix Search for new trackers online and add automatically andar Umeaboy
Description

I wish for this option to appear in the coming RC-version so I can test it.

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