You are not logged in.
Pages: 1
Does anyone know how to remove locale? I have just about every language in my .desktop files and gnome complains about them.
Here is a copy of my .xsession-errors
bash: no job control in this shell
(gnome-session:20289): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(gconf-sanity-check-2:20295): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(gnome-session:20289): Gdk-WARNING **: locale not supported by C library
SESSION_MANAGER=local/jmhlnx-ark:/tmp/.ICE-unix/20289
** (gnome-session:20289): WARNING **: Esound failed to start.
(gnome-panel:20318): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(gnome-panel:20318): Gdk-WARNING **: locale not supported by C library
Window manager warning: Locale not understood by C library, internationalization will not work
(metacity:20315): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
** (gnome-session:20289): WARNING **: Host name lookup failure on localhost.
** (gnome-panel:20318): WARNING **: Failed to establish a connection with GDM: No such file or directory
(gnome-power-manager:20345): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(gnome-power-manager:20345): Gdk-WARNING **: locale not supported by C library
(nautilus:20344): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(nautilus:20344): Gdk-WARNING **: locale not supported by C library
(gnome-volume-manager:20346): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(gnome-volume-manager:20346): Gdk-WARNING **: locale not supported by C library
Initializing gnome-mount extension
(gnome-volume-control:20362): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(gnome-volume-control:20362): Gdk-WARNING **: locale not supported by C library
(gnome-volume-control:20365): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(gnome-volume-control:20365): Gdk-WARNING **: locale not supported by C library
(process:20368): GStreamer-WARNING **: The GStreamer function gst_init_get_option_group() was
called, but the GLib threading system has not been initialised
yet, something that must happen before any other GLib function
is called. The application needs to be fixed so that it calls
if (!g_thread_supported ()) g_thread_init(NULL);
as very first thing in its main() function. Please file a bug
against this application.
(gnome-sound-properties:20368): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(gnome-sound-properties:20368): Gdk-WARNING **: locale not supported by C library
** (gnome-panel:20318): WARNING **: Failed to establish a connection with GDM: No such file or directory
Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
Failed to kill esd (pid 20313)I don't think I need locale since I am in the US. Please correct me if I am wrong.:rolleyes:
Offline
Do the errors go away when you export LC_ALL="C" in your ~/.bashrc ?
Offline
make sure locales are correctly generated:
edit /etc/locale.gen
and uncomment en_US and en_US.UTF-8
then run 'locale-gen'
then make sure locale settings are ok:
set LOCALE="en_US.utf8" in /etc/rc.conf and reboot
To know recursion, you must first know recursion.
Offline
When I set the locales to en__US.utf8, gnome won't shutdown. It just hangs and I have to reboot to fix it. I would prefer to just remove locale altogether if that is possible. I have a gentoo setup that doesn't use locale and it works fine. Is there a way to just remove it completely?
Offline
Pages: 1