Gtk-WARNING **: Locale não suportado pela biblioteca C

1

Executando uma nova instalação do Ubuntu 10.10. Acabei de instalar o Banshee e ele não consegue rodar, e me dá isso:

(Banshee:1765): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Exception has been thrown by the target of an invocation.

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.     ---> System.InvalidOperationException: Could not read add-in description
at Mono.Addins.Addin.get_Description () [0x00000] in <filename unknown>:0 
at Mono.Addins.AddinSessionService.CheckHostAssembly (System.Reflection.Assembly asm) [0x00000] in <filename unknown>:0 
at Mono.Addins.AddinSessionService.ActivateRoots () [0x00000] in <filename unknown>:0 
at Mono.Addins.AddinSessionService.Initialize () [0x00000] in <filename unknown>:0 
at Mono.Addins.AddinManager.Initialize (System.String configDir) [0x00000] in <filename unknown>:0 
at Banshee.ServiceStack.ServiceManager.InitializeAddins () [0x00000] in <filename unknown>:0 
at Banshee.ServiceStack.ServiceManager.DefaultInitialize () [0x00000] in <filename unknown>:0 
at Banshee.ServiceStack.Application.Initialize () [0x00000] in <filename unknown>:0 
at Banshee.Gui.GtkBaseClient.Initialize (Boolean registerCommonServices) [0x00000] in <filename unknown>:0 
at Banshee.Gui.GtkBaseClient..ctor (Boolean initializeDefault, System.String defaultIconName) [0x00000] in <filename unknown>:0 
at Banshee.Gui.GtkBaseClient..ctor () [0x00000] in <filename unknown>:0 
at Nereid.Client..ctor () [0x00000] in <filename unknown>:0 
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
--- End of inner exception stack trace ---
at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in <filename unknown>:0 
at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0 
at System.Activator.CreateInstance (System.Type type) [0x00000] in <filename unknown>:0 
at Banshee.Gui.GtkBaseClient.Startup () [0x00000] in <filename unknown>:0 
at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler startup) [0x00000] in <filename unknown>:0 

O Running Devede lança algo semelhante:

(process:2125): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
DeVeDe 3.16.9
Locale: en_US
Using package-installed files
Traceback (most recent call last):
  File "/usr/bin/devede", line 138, in <module>
    locale.setlocale(locale.LC_ALL,"")
  File "/usr/lib/python2.6/locale.py", line 513, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting

Além disso, provavelmente relacionado: no nautilus, a classificação por nome faz distinção entre maiúsculas e minúsculas. Significado todos os arquivos / pastas começando com letras maiúsculas aparecem antes de todos os arquivos / pastas começando com letras minúsculas. Eu encontrei este tópico sobre o mesmo problema, mas a solução não se aplica a mim porque a linha export LC_COLLATE="C" não aparece no meu / etc / profile.

    
por herpderp 06.07.2011 / 23:21

1 resposta

0

Experimente sudo dpkg-reconfigure locales .

    
por 04.04.2012 / 21:23