Deluge will not run

General support for problems installing or using Deluge
Post Reply
popsad
New User
New User
Posts: 6
Joined: Tue Jan 08, 2008 9:12 am

Deluge will not run

Post 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
HomeLess
Member
Member
Posts: 10
Joined: Sat Jan 19, 2008 11:30 am
Location: Romania / Deva
Contact:

Re: Deluge will not run

Post by HomeLess »

Same here . not run when i duble click on Deluge ... it starts only dbus-daemon.exe .

Can some 1 help us ?
You can`T bE jusT likE mE
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Deluge will not run

Post 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
popsad
New User
New User
Posts: 6
Joined: Tue Jan 08, 2008 9:12 am

Re: Deluge will not run

Post by popsad »

Tried and installed the stuff from the links but still not running


:mrgreen: [flash=][/flash]
popsad
New User
New User
Posts: 6
Joined: Tue Jan 08, 2008 9:12 am

Re: Deluge will not run

Post 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
rangeside

Re: Deluge will not run

Post 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....
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Deluge will not run

Post 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.
rangeside

Re: Deluge will not run

Post 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!
Post Reply