Locale not supported problem

Hi, I´m an Italian Ubuntu user who is trying to feel new experiences with awesome distros
I´ve got a problem when trying to run archibald:
# ./archibald
(gksu:3489): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
I´ve already read other posts that explain how to fix this problem, but it didn´t work for me.
My locale -a output:
# locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
C
POSIX
en_IE
en_IE.iso88591
en_IE.iso885915@euro
en_IE.utf8
en_IE@euro
en_US
en_US.iso88591
en_US.utf8
it_CH
it_CH.iso88591
it_CH.utf8
it_IT
it_IT.iso88591
it_IT.iso885915@euro
it_IT.utf8
it_IT@euro
italian
As you see, I tried to install all English and all Italian locales, but the error remains
Could someone help me, please?

# locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=it_IT@EURO
LC_CTYPE="it_IT@EURO"
LC_NUMERIC="it_IT@EURO"
LC_TIME="it_IT@EURO"
LC_COLLATE=C
LC_MONETARY="it_IT@EURO"
LC_MESSAGES="it_IT@EURO"
LC_PAPER="it_IT@EURO"
LC_NAME="it_IT@EURO"
LC_ADDRESS="it_IT@EURO"
LC_TELEPHONE="it_IT@EURO"
LC_MEASUREMENT="it_IT@EURO"
LC_IDENTIFICATION="it_IT@EURO"
LC_ALL=
Thanks!

Similar Messages

  • Locale not supported by C library [solved]

    When running a xdialog script, I am getting this error.
    Gdk-WARNING **: locale not supported by C library
    Example:
    #!/bin/sh
    Xdialog --title "TEST BOX"
    --msgbox "Hi, this is a simple message box. You can use this to
    display any message you like. The box will remain until
    you press the ENTER key." 10 41
    case $? in
    0)
    echo "OK";;
    255)
    echo "Box closed.";;
    esac

    phrakture wrote:The "locale not supported" message means you did not generate the locale info for the locale you're running under.
    For my information, where its said to do this? When installing a fresh install and all packages updated, the locale problem is there. Is this a bug or something what everyone supposed to know?
    Why the default locale configure is not enough in /etc/rc.conf, why to bother about /etc/locale.gen?
    rc.conf wrote:LOCALE="en_US.utf8"
    EDIT:
    I took a look at /etc/locale.gen. I don't know what to uncomment, its like reading a foreign language.

  • Locale not supported

    I updated tarantella native client to
    version 3.42 for solaris2.8.
    Now I get the error message
    <Failed to process Tarantella server information>
    at login. (version 3.3 works fine)
    The command line shows warnings:
    Warning: locale not supported by Xlib, locale set to C
    Warning: X locale modifiers not supported, using default
    It seems to be problem with locale settings, already described in a
    previous newsgroup posting.
    Setting LANG=en_GB (or other values) did not help.
    Where I can get correct locale-files?
    (Not included in the client distributions)
    Thanks a lot,
    JU

    Please check your Apache Logfile.
    The first connect to SGD by NC is to the Web Server. NC requested
    serverinfo.html
    Try in a Webbrowser:
    http://<servername>/tarantella/cgi-bin/ttawebtop.cgi/tarantella/resources/login/sco/tta/boot/serverinfo.html
    You will get an empty page. Look into the Source code of this empty page.
    It show something like:
    <html><head>
    <!-- $Id: serverinfo.html,v 1.13 2003/07/25 07:55:31 peterc Exp $ -->
    <!-- This is an identification page for the Tarantella server -->
    <title>Tarantella server information</title>
    <!-- AsadPort=3144 -->
    <!-- NonSecurePort=3144 -->
    <!-- Version=3.45.201 -->
    <!-- ServerDNS=serverDNSName-->
    <!-- WebtopKeepAlive=100 -->
    <!-- AIPKeepAlive=300 -->
    <!-- FirewallTraversal=false -->
    <!-- ProxyServer= -->
    <!-- ConnectionHost=ServerDNSName-->
    <!-- Utf8Strings=1 -->
    <!-- BaseRoute= -->
    </html>
    This is the information NC needs to connect to your SGDEE Server.
    Check you can telnet to ConnectionHost Port AsadPort
    TAB
    "juschlue" <[email protected]> schrieb im Newsbeitrag
    news:[email protected]...
    Thank you for the solution that helped to solve
    the locale problem. Unfortunally there is still
    the error
    <Failed to process Tarantella server information>
    after approx. 20sec during login.
    Our previous version 3.20 works correct
    with the same server/login/pw.
    Is there a way to identify (debug) the problem.
    Thank you very much,
    Jens-Uwe
    Tillmann Basien wrote:
    This is my answer to this issue:
    http://www.tbsol.de/de/modules/news/article.php?storyid=64
    TAB
    \"juschlue\" <[email protected]> schrieb im Newsbeitrag
    news:[email protected]...
    I updated tarantella native client to
    version 3.42 for solaris2.8.
    Now I get the error message
    <Failed to process Tarantella server information>
    at login. (version 3.3 works fine)
    The command line shows warnings:
    Warning: locale not supported by Xlib, locale set to C
    Warning: X locale modifiers not supported, using default
    It seems to be problem with locale settings, already described in a
    previous newsgroup posting.
    Setting LANG=en_GB (or other values) did not help.
    Where I can get correct locale-fil
    es?
    (Not included in the client distributions)
    Thanks a lot,
    JU

  • [Solved] Gtk-WARNING **: Locale not supported by C library

    Hi all,
    Since the gnome 3.2 update I have the following error while working on the terminal:
    "Gtk-WARNING **: Locale not supported by C library"
    I have follow the wiki but nothing change, any idea?
    Regards,
    Last edited by sweetthdevil (2011-10-07 16:48:52)

    fixed - the problem was with the system settings > Region and language
    All needed to be set there...

  • Gdk-WARNING **: locale not supported by C library

    How I can set LC_CTYPE in ArchLinux.
    When I try to run apps with. I get warning and not get unicode support.
    $ env LC_CTYPE=en_US.UTF-8 some_app   
    (process:1256): Gdk-WARNING **: locale not supported by C library
    (process:1256): Gtk-WARNING **: Locale not supported by C library.
            Using the fallback 'C' locale.

    phrakture wrote:The "locale not supported" message means you did not generate the locale info for the locale you're running under.
    For my information, where its said to do this? When installing a fresh install and all packages updated, the locale problem is there. Is this a bug or something what everyone supposed to know?
    Why the default locale configure is not enough in /etc/rc.conf, why to bother about /etc/locale.gen?
    rc.conf wrote:LOCALE="en_US.utf8"
    EDIT:
    I took a look at /etc/locale.gen. I don't know what to uncomment, its like reading a foreign language.

  • Locale not supported by Xlib

    When I try to run some programs, they warn that the locale is not supported by Xlib. The ones that warn me, can't get correct input from my keyboard, especially characters like é, ã, â, etc.
    Here are some outputs:
    $ urxvt
    urxvt: the locale is not supported by Xlib, continuing without locale support.
    $ xterm
    Warning: locale not supported by Xlib, locale set to C
    Warning: X locale modifiers not supported, using default
    xterm: Failed to open input method
    $ cat /etc/locale.conf
    LANG=en_US.utf8
    LC_COLLATE=C
    $ grep -v '^#' /etc/locale.gen
    en_US.UTF-8 UTF-8
    $ locale
    LANG=en_US.utf8
    LC_CTYPE="en_US.utf8"
    LC_NUMERIC="en_US.utf8"
    LC_TIME="en_US.utf8"
    LC_COLLATE=C
    LC_MONETARY="en_US.utf8"
    LC_MESSAGES="en_US.utf8"
    LC_PAPER="en_US.utf8"
    LC_NAME="en_US.utf8"
    LC_ADDRESS="en_US.utf8"
    LC_TELEPHONE="en_US.utf8"
    LC_MEASUREMENT="en_US.utf8"
    LC_IDENTIFICATION="en_US.utf8"
    LC_ALL=
    $ locale -a
    C
    POSIX
    en_US.utf8

    $ cat /etc/locale.conf
    LANG=en_US.utf8
    LC_COLLATE=C
    You forgot the dash.  Caps might matter as well.  I have:
    $ cat /etc/locale.conf
    LANG=en_US.UTF-8
    You could also try running "locale-gen" as root and here's a wiki article about how to correctly set this all up:
    https://wiki.archlinux.org/index.php/Be … ide#Locale
    Last edited by weirddan455 (2013-05-17 04:21:38)

  • Locale not supported by C library?

    Hi,
    When trying concky or lxappearance the terminal says:
    Gdk-WARNING **: locale not supported by C library
    Using the fallback 'C' locale
    What have I done wrong or what have I missed?

    http://wiki.archlinux.org/index.php/Locale

  • Gtk-WARNING **: Locale not supported by C library.

    Hi, I'm pretty new to Linux and I could really use some help on this one! This is my second Arch install. After the first, which I installed to learn about Linux,  I figured there'd be more user-friendly and complete distro's (like SUSE, Debian, etc.). I was wrong
    Anyway, this is my second install, but ever since I installed it (and X11, ati-fglrx, gnome and gnome-extra) certain apps give my this error when run from a console. All of them start and work perfectly, except one: gnome-keyboard-properties. I fails to run and starts a bug buddy report window, while outputting the following messages on the console:
    [***@*** ~]$ gnome-keyboard-properties
    (gnome-keyboard-properties:4727): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    (gnome-keyboard-properties:4727): Gdk-WARNING **: locale not supported by C library
    (gnome_segv2:4728): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    (gnome_segv2:4728): Gdk-WARNING **: locale not supported by C library
    (bug-buddy:4729): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    (bug-buddy:4729): Gdk-WARNING **: locale not supported by C library
    ** (bug-buddy:4729): WARNING **: Couldn't load icon for Open Folder
    Failed to read a valid object file image from memory.
    I've generated the en_US.utf8 locale using locale-gen, edited rc.conf accordingly and I used the hwd-generated keyboard entry for xorg.conf that worked on my previous install.
    I've been trying things with my xorg.conf. I used to leave XkbLayout and XkbVariant empty, like in the hwd-generated example, but now I'm using this:
    Section "InputDevice"
    Identifier "Cherry"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" "intl"
    EndSection
    This has a noticable effect: both ' and " require an extra spacebar hit. Pretty anoying, but this at least shows is had effect on gnome. Also, the Keyboard Indicator Applet shows the layout correctly.
    I've tried other things, like uninstalling gnome and gnome-extra using pacman -Rnd as to leave no trace, and reïnstalling it. And I can't find anything on Google...
    PS I'm running this on an athlon64 with a radeon x700, ftp-install from a 0.7.2 i686 base CD.

    I've done a total reïnstall - again. gnome-keyboard-properties works again! However, I still get these errors when opening Gtk-apps:
    (gksu:4669): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    I've left xorg.conf's XkbLayout emply, which defaults to "us". There's a related option called "KEYMAP" in rc.conf, which has "us" as default, too. As I said, gnome-keyboard-properties now works and correctly displays "Generic 105-key.." etc. and "U.S. English".
    I think I now have /etc/hosts' loopback correctly setup:
    127.0.0.1 localhost.localdomain myhostname
    192.168.x.xxx myhostname.localdomain myhostname
    I'm really out of ideas here. Does anyone know whether this is normal or harmful?
    [[ EDIT ]]
    Solved. I actually forgot to generate the locales this time. I don't know what it was last time...
    Last edited by ppvg (2007-02-05 21:21:21)

  • "Home scr.:Feature not supported" problem in n97

    hai , is anybody know how to fix the problem "home scr.:Feature not supported" , so you can't load your home screen in nokia n97?

    Did you try to reinstall the firmware using Nokia Suite? If you are ready to loose some data then you may try the three finger format option. This will remove the installed apps. To do this switch off your phone. Then press the menu button and the camera button and the volume down button. Keep pressing the three buttons and switch on your phone. Don't leave the buttons until the Nokia hands appear. After this install the firmware again using Nokia Suite. By this method Nokia store and maps app will be lost.
    Nokia C7

  • Iphone 3gs - 4.3.3 - Baseband 05.16.02 - Sim card not supported problem

    I recently updated my iphone 3gs to 4.3.3..Baeband changed to 05.16.02 ....It says tht NO SIM CARD SUPPORTED.. What i have to do now?

    I agree with roaminggnome. It sounds like your phone was previously hacked and now that it has been updated, it was re-locked to the original carrier it was locked to.
    ONLY the carrier can officially authorize an unlock.  Based on the postings here and elsewhere, it was probably locked to AT&T in the US. They will NOT unlock phones for any reason.
    Where did you get the phone to begin with? If you didn't get it directly from Apple or from your carrier, odds are you got taken when you purchased a hacked phone.

  • Utf8 locale not supported

    How do you add utf8 support to the system for Xwindow applications?

    It's probably best to ask stuff like this in the technologies forum:
    https://discussions.apple.com/community/mac_os/mac_os_x_technologies

  • X does not support locale

    Hellow, i setup SGD 4.2, but when i start an application or object manager via ttwebtop locally on the server. I get this error messages everytime after starting:
    /opt/tarantella/bin/ttwebtop -url http://localhost/tarantella.
    bash-2.05# /opt/tarantella/bin/ttwebtop
    X does not support locale
    Cannot set input modifiers
    Warning: locale not supported by Xlib, locale set to C
    Warning: X locale modifiers not supported, using default
    Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontSet
    Warning: Unable to load any usable fontset
    Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontList
    Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*:" to type FontList
    Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontSet
    Warning: Unable to load any usable fontset
    Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontList
    Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*:" to type FontList
    bash-2.05#
    Can anyone help me.
    Extra input:
    Solaris 9/05 SPARC
    THX

    Did you ever get this working?

  • BUG! Not system locale Filenames support for 32-bit applications error in Windows 8.1 x64 and other microssoft x64 OS-s.

    BUG! Not system locale Filenames support for 32-bit applications error in Windows 8.1 x64.        
    All Windows x64 (XP,2003,2007,Vista,7,8) have no support for not system locale filenames|foldernames for all 32-bit applications. I think it is BUG!
    For example,  it is possible to read files|folders with French or Chinese in English locale windows installed, rename it, but it is not possible open it, edit or delete. (ERRORS: File not found OR Unknown format)
    With using 64-bit programs no such problems. How does it works and how can I fix this? Is it problem with encoding in translating kernel instructions for 32-bit apps in x64 Windows OS's? Whether there are
    solutions to this problem OR some hacks|fixes? 

    Hi,
    Have you installed the language package for French or Chinese?
    If no, please download the language package and install them.
    To download language package, please click the link below,
    http://windows.microsoft.com/en-US/windows/language-packs#lptabs=win7
    Best Regards.
    Steven Lee
    TechNet Community Support

  • System.Data.SqlClient.SqlException: The locale identifier (LCID) 16393 is not supported by SQL Server

    I have SQL Server 2005 Developer Edition. And my operating system is Windows Vista.
    I have written a procedure in C# and deployed it on SQL Server. However when i try to run it i get the following error.
    System.Data.SqlClient.SqlException: The locale identifier (LCID) 16393 is not supported by SQL Server
    Also I tried using same procedure in Windows XP machine and it workd fine. Can anyone help me what could be the problem?

    Hi Jonathan
    I tried posting the error box here but it is not allowing me.
    Here is the error coming up:
    A .NET framework error occured during execution of user-defined routine or aggregate.
    System.Data.SqlClient.Sqlexception:The locale identifier (LCID)1153 is not supported by SQL Server.
    System.Data.SqlClient.Sqlexception:atSystem.Data.SqlClient.SqlConnection.OnError(SqlExceptionexception, Boolean breakConnection)                            atSystem.Data.SqlClient.SqlInternalConnection.OnError(SqlExceptionexception, BoleanbreakConnection)                     atSystem.data.SqlCleitn.SqlInternalConnectionSmi.EventSink.ProcessMessagesandThrow(Boolean ignoreNonFatalMessages)             atMicrosoft.SqlServer.Server.SmiEventSink_Default.ProcessMessagesandThrow(Boolean ignoreNonFatalMessages) atSystem.Data.SqlClient.SqlCommand.RunExecuteNonQuerySmi.(BooleansendTo Pipe)                                           atSystem.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResultresult,StringmethodName,BooleansendToPipe)
                                                       atSystem.Data.SqlClient.SqlCommand.ExecuteNonQuery()
    I hope this will shed some light.
    Cheers

  • JAN 4, 2012  As of the  Upgrade to   Lion,. and the  Email portion, ..   DOES NOT  allow a Video Clip to be sent via the Email  as the I-Photo is not supported by Video Clips  ( Previous Leopard  No problem  clip and drag  via Quick Time Pro to the email

    JAN 4, 2012 
    As of the  Upgrade to   Lion,.   2007  I-Mac  -   the  Email portion, ..   DOES NOT    allow a Video Clips to be sent via the Email 
    as the I-Photo is not supported by Video Clips  ( Previous Leopard ) 
    No problem  clip and drag  via Quick Time Pro to the email  and select the  Attchment  size to send. .  Depending on the 
    Size of the Video Clip  ..      Now  Lion only  Export's   1 size, .   only  and as a result . . teh  File is  TOO  Large and
    Will NOT  send via  E-Mail    ??? 
    Between the   Issue of   the   Lion,  and  Email  issues ,   and  the   Upgrade  of   I-Touch  to  5.1  from  4.2.1 
    as my  Photo  Size is  Huge ..    70,000  +  photos in the  Computer. .   and was   40,000  in the   I - Touch  .. .  
    The  New I-Touch  too will not Load the  same  as Previously  used  on  either  my  16 GB   or  32 GB   Unit . . 
              No Help . ..   so far, ..  as a Apple user   since   1996 ..    I  have Never  experieanced such  frustration    ??? 
                   (  any one have some help  if similar  experiances    ?     thank you     )

    JAN 4, 2012 
    As of the  Upgrade to   Lion,.   2007  I-Mac  -   the  Email portion, ..   DOES NOT    allow a Video Clips to be sent via the Email 
    as the I-Photo is not supported by Video Clips  ( Previous Leopard ) 
    No problem  clip and drag  via Quick Time Pro to the email  and select the  Attchment  size to send. .  Depending on the 
    Size of the Video Clip  ..      Now  Lion only  Export's   1 size, .   only  and as a result . . teh  File is  TOO  Large and
    Will NOT  send via  E-Mail    ??? 
    Between the   Issue of   the   Lion,  and  Email  issues ,   and  the   Upgrade  of   I-Touch  to  5.1  from  4.2.1 
    as my  Photo  Size is  Huge ..    70,000  +  photos in the  Computer. .   and was   40,000  in the   I - Touch  .. .  
    The  New I-Touch  too will not Load the  same  as Previously  used  on  either  my  16 GB   or  32 GB   Unit . . 
              No Help . ..   so far, ..  as a Apple user   since   1996 ..    I  have Never  experieanced such  frustration    ??? 
                   (  any one have some help  if similar  experiances    ?     thank you     )

Maybe you are looking for