(process:3069): Gtk-WARNING **: Locale not supported by C li

General support for problems installing or using Deluge
Post Reply
ning

(process:3069): Gtk-WARNING **: Locale not supported by C li

Post by ning »

[ning@courser ~]$ deluge
[INFO ] 01:17:17 main:85 Deluge ui 1.0.6
[DEBUG ] 01:17:17 main:86 options: {'config': None, 'logfile': None, 'ui': None}
[DEBUG ] 01:17:17 main:87 args: []
[DEBUG ] 01:17:17 configmanager:36 ConfigManager started..
[INFO ] 01:17:17 main:90 Starting ui..
[DEBUG ] 01:17:17 ui:36 UI init..
[DEBUG ] 01:17:17 configmanager:80 Getting config 'ui.conf'
[DEBUG ] 01:17:17 config:39 Config created with filename: ui.conf
[DEBUG ] 01:17:17 config:40 Config defaults: {'default_ui': 'gtk'}
[INFO ] 01:17:17 ui:52 Starting GtkUI..

(process:3069): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
[DEBUG ] 01:17:17 client:46 CoreProxy init..
[DEBUG ] 01:17:17 configmanager:61 get_config_dir: /home/ning/.config/deluge
Traceback (most recent call last):
File "/usr/bin/deluge", line 8, in <module>
load_entry_point('deluge==1.0.6', 'console_scripts', 'deluge')()
File "/usr/lib/python2.6/site-packages/deluge/main.py", line 91, in start_ui
UI(options, args)
File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 54, in __init__
ui = GtkUI(args)
File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 105, in __init__
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python2.6/locale.py", line 494, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
[ning@courser ~]$






==
AMD64, archlinux ,deluge 1
I can't run up deluge form icon so tap the command on terminal and I receive the following error,
how can I figure it out ?
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: (process:3069): Gtk-WARNING **: Locale not supported by C li

Post by andar »

ning wrote:[ning@courser ~]$ deluge
[INFO ] 01:17:17 main:85 Deluge ui 1.0.6
[DEBUG ] 01:17:17 main:86 options: {'config': None, 'logfile': None, 'ui': None}
[DEBUG ] 01:17:17 main:87 args: []
[DEBUG ] 01:17:17 configmanager:36 ConfigManager started..
[INFO ] 01:17:17 main:90 Starting ui..
[DEBUG ] 01:17:17 ui:36 UI init..
[DEBUG ] 01:17:17 configmanager:80 Getting config 'ui.conf'
[DEBUG ] 01:17:17 config:39 Config created with filename: ui.conf
[DEBUG ] 01:17:17 config:40 Config defaults: {'default_ui': 'gtk'}
[INFO ] 01:17:17 ui:52 Starting GtkUI..

(process:3069): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
[DEBUG ] 01:17:17 client:46 CoreProxy init..
[DEBUG ] 01:17:17 configmanager:61 get_config_dir: /home/ning/.config/deluge
Traceback (most recent call last):
File "/usr/bin/deluge", line 8, in <module>
load_entry_point('deluge==1.0.6', 'console_scripts', 'deluge')()
File "/usr/lib/python2.6/site-packages/deluge/main.py", line 91, in start_ui
UI(options, args)
File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 54, in __init__
ui = GtkUI(args)
File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 105, in __init__
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python2.6/locale.py", line 494, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
[ning@courser ~]$






==
AMD64, archlinux ,deluge 1
I can't run up deluge form icon so tap the command on terminal and I receive the following error,
how can I figure it out ?
Your locale settings are broken.. You likely have your LANG set to a locale that your system doesn't support.
Post Reply