Find the answer to your Linux question:
Results 1 to 10 of 10
This is the message I'm getting often in VLC and similar apps since I've downloaded VLC, Mplayer and Xine via Synaptic. What is the problem and how could I resolve ...
  1. #1
    Linux Enthusiast minthaka's Avatar
    Join Date
    May 2006
    Location
    Mol, Vojvodina
    Posts
    556

    Question Error : Cannot set locale to "

    This is the message I'm getting often in VLC and similar apps since I've downloaded VLC, Mplayer and Xine via Synaptic.
    What is the problem and how could I resolve it ?
    Thank's
    If you need a CD/DVD catalogizer, give a try to my program:
    http://www.kde-apps.org/content/show...content=100682
    Linux Usert#430188

  2. #2
    Linux Enthusiast minthaka's Avatar
    Join Date
    May 2006
    Location
    Mol, Vojvodina
    Posts
    556

    locale LANGUAGE is missing, how to get him?

    I cannot add LANGUAGE to locales. Help!
    I'm getting error:
    locale: Cannot set LC_ALL to default locale: No such file or directory
    If you need a CD/DVD catalogizer, give a try to my program:
    http://www.kde-apps.org/content/show...content=100682
    Linux Usert#430188

  3. #3
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    try running
    Code:
    dpkg-reconfigure locales
    and choose a language type
    Brilliant Mediocrity - Making Failure Look Good

  4. #4
    Linux Enthusiast minthaka's Avatar
    Join Date
    May 2006
    Location
    Mol, Vojvodina
    Posts
    556

    Unhappy OK, but how ?

    I opened konsole, did SU and dpkg-reconfigure locales, but I wasn't asked for any languages. I'm always getting a perl error :

    "perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = "en_US",
    LANG = "en_US"
    are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").
    locale: Cannot set LC_ALL to default locale: No such file or directory"

    How can I fix this ?
    I've already installed all en_US concerned packages and localesconfs, but with no success.
    If you need a CD/DVD catalogizer, give a try to my program:
    http://www.kde-apps.org/content/show...content=100682
    Linux Usert#430188

  5. #5
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Try installing localeconf. It should ask you which locale you want.
    Brilliant Mediocrity - Making Failure Look Good

  6. #6
    Linux Enthusiast minthaka's Avatar
    Join Date
    May 2006
    Location
    Mol, Vojvodina
    Posts
    556

    Question No use

    I've tried, but still the same old message.
    I've installed Mepis on an other PC, and I realized that problems are starting with Inkscape and Gimp installations, when the system removes

    g++
    g++-3.3
    g++-4.0
    libc6-dev
    libexpat1-dev
    libjpeg62-dev
    libstdc++5-3.3-dev
    libstdc++6-4.0-dev
    libungif4-dev

    and after that it removes linux-kernel-headers also.

    What to do?
    If you need a CD/DVD catalogizer, give a try to my program:
    http://www.kde-apps.org/content/show...content=100682
    Linux Usert#430188

  7. #7
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    try editing your
    Code:
    /etc/environment
    For me it looks like
    Code:
    LANG="en_US"
    LANGUAGE="en_US:en_GB:en"
    Brilliant Mediocrity - Making Failure Look Good

  8. #8
    Just Joined!
    Join Date
    Feb 2007
    Posts
    4

    I just got over with this problem

    Try this:
    export LC_ALL=C

  9. #9
    Just Joined!
    Join Date
    Feb 2007
    Posts
    4

    My /etc/enviroment file setting

    LANGUAGE=en
    LC_ALL=C
    LC_CTYPE=C
    LC_MESSANGES=C
    LANG=en_US.UTF-8

  10. #10
    Just Joined!
    Join Date
    Oct 2007
    Posts
    1

    Talking Hooray!

    After two hours of googling, this has finally solved a problem which had been a minor annoyance for some time until today when I needed to apt-get an important program. Just wanted to say THANK YOU!!!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •