Announcement

Collapse
No announcement yet.

gtk warning (solved)

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    gtk warning (solved)

    How do I correct this thanks

    Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.

    #2
    Re: gtk warning

    What locales/languages do you have installed? Do a
    Code:
    locale -a
    to find out. When does it happen?
    Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

    Comment


      #3
      Re: gtk warning

      I happens when I try to install camorama, I did go into system settings and english is my
      there

      this is what I get on 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
      locale: Cannot set LC_COLLATE to default locale: No such file or directory
      C
      POSIX

      Comment


        #4
        Re: gtk warning

        Weird! How comes your locale is messed up? Check this to fix things: http://blog.andrewbeacock.com/2007/0...locale-on.html
        Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

        Comment

        Working...
        X