deluge no launch

General support for problems installing or using Deluge
Post Reply
argos
New User
New User
Posts: 3
Joined: Wed Jan 11, 2012 2:59 pm

deluge no launch

Post by argos »

Hello all,

I've a little problem with deluge 1.3.3, I can launch it by root shell, not by user.
Here the error when I try to launch it by user shell (application icon give nothing)
argos@argoshome:~$ deluge
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Aborted

I've reconfigure my locales, but always the same. someone have any idea?

thanks
Deluge client 1.3.3
Debian SID
Gnome 3
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: deluge no launch

Post by Cas »

This looks like a boost issue, not a lot we can do about it.

You could try:

Code: Select all

LC_ALL="C" deluge
argos
New User
New User
Posts: 3
Joined: Wed Jan 11, 2012 2:59 pm

Re: deluge no launch

Post by argos »

Your command works, i can now launch deluge . nothing to do for a launch by icon?
I've make deluge as client default, if FF download a torrent link, deluge can't automaticaly start.
another way?
Deluge client 1.3.3
Debian SID
Gnome 3
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: deluge no launch

Post by johnnyg »

You should be able to edit the command run by the icon (in gnome you can use the program alacarte to edit program icons in the menus).
As for FF, you could create a simple wrapper script called deluge in your bin directory:

Code: Select all

#!/bin/bash

LC_ALL="C" /usr/bin/deluge "$@"
And then tell FF to use that to open torrent files.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: deluge no launch

Post by Cas »

You should be able to add that to exec line in deluge.desktop file found in /usr/share/applications. It is best to create an edited copy in ~/.local/share/applications/
argos
New User
New User
Posts: 3
Joined: Wed Jan 11, 2012 2:59 pm

Re: deluge no launch

Post by argos »

Mysterious bug, it has disappear. I don't know how and why.
Before do what you tell me to do, I've checked the rights in deluge.desktop in /usr/share/applications. I've change rights (read only to read and write), deluge start was successful. I rechange rights like before, launch always ok.
The only thing I've done, it's to do a little download with the user account, this, perhaps, unlock a squarred bit in the system

Now, deluge runs well :D

Thank's for your helps

regards
Deluge client 1.3.3
Debian SID
Gnome 3
Post Reply