Page 1 of 1

Deluge will not run

Posted: Sun Jan 20, 2008 8:16 am
by popsad
when i select the deluge icon it does not run but when i use a terminal to start it i get the following errors

Traceback (most recent call last):
File "/usr/bin/deluge", line 152, in ?
deluge.wizard.WizardGTK()
File "/usr/lib/python2.4/site-packages/deluge/wizard.py", line 58, in __init__
self.window.set_icon(deluge.common.get_logo(18))
File "/usr/lib/python2.4/site-packages/deluge/common.py", line 154, in get_logo
size, size)
gobject.GError: Unrecognized image file format

Re: Deluge will not run

Posted: Sun Jan 20, 2008 10:35 am
by HomeLess
Same here . not run when i duble click on Deluge ... it starts only dbus-daemon.exe .

Can some 1 help us ?

Re: Deluge will not run

Posted: Sun Jan 20, 2008 1:22 pm
by johnnyg
popsad wrote:when i select the deluge icon it does not run but when i use a terminal to start it i get the following errors

Traceback (most recent call last):
File "/usr/bin/deluge", line 152, in ?
deluge.wizard.WizardGTK()
File "/usr/lib/python2.4/site-packages/deluge/wizard.py", line 58, in __init__
self.window.set_icon(deluge.common.get_logo(18))
File "/usr/lib/python2.4/site-packages/deluge/common.py", line 154, in get_logo
size, size)
gobject.GError: Unrecognized image file format
http://deluge-torrent.org/faq.php#6n51
HomeLess wrote:Same here . not run when i duble click on Deluge ... it starts only dbus-daemon.exe .

Can some 1 help us ?
http://deluge-torrent.org/faq.php#6n30

Re: Deluge will not run

Posted: Sun Jan 20, 2008 7:18 pm
by popsad
Tried and installed the stuff from the links but still not running


:mrgreen: [flash=][/flash]

Re: Deluge will not run

Posted: Sun Jan 20, 2008 7:22 pm
by popsad
johnnyg wrote:
popsad wrote:when i select the deluge icon it does not run but when i use a terminal to start it i get the following errors

Traceback (most recent call last):
File "/usr/bin/deluge", line 152, in ?
deluge.wizard.WizardGTK()
File "/usr/lib/python2.4/site-packages/deluge/wizard.py", line 58, in __init__
self.window.set_icon(deluge.common.get_logo(18))
File "/usr/lib/python2.4/site-packages/deluge/common.py", line 154, in get_logo
size, size)
gobject.GError: Unrecognized image file format
http://deluge-torrent.org/faq.php#6n51
HomeLess wrote:Same here . not run when i duble click on Deluge ... it starts only dbus-daemon.exe .

Can some 1 help us ?
http://deluge-torrent.org/faq.php#6n30


I get the following error when i run the command

rm ~/.config/deluge/persistent.state
rm: cannot remove `/home/ken/.config/deluge/persistent.state': No such file or directory

I forgot to mention i use mepis 7 with Debian etch
Sorry about that

Re: Deluge will not run

Posted: Wed Oct 29, 2008 12:22 am
by rangeside
Hey popsad

I have the exact same problem with Deluge, tried the suggestion in the FAQ without any results either. Did you ever get it to work? Im hoping we get a bit of help here. Running PCLOS gnone08


Here's what i get in terminal:

no existing Deluge session
Traceback (most recent call last):
File "/usr/bin/deluge", line 130, in ?
deluge.wizard.WizardGTK()
File "/usr/lib/python2.4/site-packages/deluge/wizard.py", line 58, in __init__
self.window.set_icon(deluge.common.get_logo(18))
File "/usr/lib/python2.4/site-packages/deluge/common.py", line 154, in get_logo
size, size)
gobject.GError: Unrecognized image file format

If any has any suggestions as to were to go from here on this issue, please let us know as the only other option is use a diff app.

Thanks for your time....I hope I get to use this app....

Re: Deluge will not run

Posted: Wed Oct 29, 2008 10:50 am
by johnnyg
The FAQ says you need to install SVG, the command it gives will only work for debian based OS.
I don't know anything about PCLOS but wikipedia tells me it's based on mandriva?
In which case try:

Code: Select all

urpmi librsvg
that should hopefully work.

Re: Deluge will not run

Posted: Thu Oct 30, 2008 2:06 am
by rangeside
Thanks for the suggestion! your right, it seems that PCLOS is Mandriva based. I could not find that package in the repo though. Thanks for your time!