KDE settings + locale - Cannot set LC_ALL to default locale: No such file or directoryHow can I configure Wine's default paper settings?aspell installs too many languagesLC_ALL: cannot change localeLMDE2 / MATE locale charset inconsistencyDebian Jessie with Xfce: cannot change locale (LANG) after installing new locale“-bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)”Arch Linux error “Cannot set LC_(CTYPE/MESSAGES/ALL) to default locale: no such file or directory”KDE auto scaling screen after login with HiDPI monitor connected or notCan't set permanent locale settings for bashPrograms not respecting locales
How do I create uniquely male characters?
What is the word for reserving something for yourself before others do?
How old can references or sources in a thesis be?
Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?
Why, historically, did Gödel think CH was false?
What does "Puller Prush Person" mean?
Is it legal for company to use my work email to pretend I still work there?
What does it mean to describe someone as a butt steak?
Modeling an IPv4 Address
Why doesn't H₄O²⁺ exist?
The use of multiple foreign keys on same column in SQL Server
How can bays and straits be determined in a procedurally generated map?
How to find program name(s) of an installed package?
"to be prejudice towards/against someone" vs "to be prejudiced against/towards someone"
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
How to write a macro that is braces sensitive?
Prove that NP is closed under karp reduction?
An academic/student plagiarism
Python: next in for loop
Is it possible to do 50 km distance without any previous training?
Why do falling prices hurt debtors?
Why don't electron-positron collisions release infinite energy?
In Japanese, what’s the difference between “Tonari ni” (となりに) and “Tsugi” (つぎ)? When would you use one over the other?
Today is the Center
KDE settings + locale - Cannot set LC_ALL to default locale: No such file or directory
How can I configure Wine's default paper settings?aspell installs too many languagesLC_ALL: cannot change localeLMDE2 / MATE locale charset inconsistencyDebian Jessie with Xfce: cannot change locale (LANG) after installing new locale“-bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)”Arch Linux error “Cannot set LC_(CTYPE/MESSAGES/ALL) to default locale: no such file or directory”KDE auto scaling screen after login with HiDPI monitor connected or notCan't set permanent locale settings for bashPrograms not respecting locales
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
In the KDE-settings I can set my language and formats to different locales. It lets me choose between a bunch of them. In this list also is the locale en_DE.UTF-8
(it's listed as en_DE
though).
However as soon as I select this particular locale, I get into trouble. When I now run locale
, I get the error
locale: Cannot set LC_ALL to default locale: No such file or directory
and the listed locales now do also show en_DE.UTF-8
for some fields.
kde locale
add a comment |
In the KDE-settings I can set my language and formats to different locales. It lets me choose between a bunch of them. In this list also is the locale en_DE.UTF-8
(it's listed as en_DE
though).
However as soon as I select this particular locale, I get into trouble. When I now run locale
, I get the error
locale: Cannot set LC_ALL to default locale: No such file or directory
and the listed locales now do also show en_DE.UTF-8
for some fields.
kde locale
add a comment |
In the KDE-settings I can set my language and formats to different locales. It lets me choose between a bunch of them. In this list also is the locale en_DE.UTF-8
(it's listed as en_DE
though).
However as soon as I select this particular locale, I get into trouble. When I now run locale
, I get the error
locale: Cannot set LC_ALL to default locale: No such file or directory
and the listed locales now do also show en_DE.UTF-8
for some fields.
kde locale
In the KDE-settings I can set my language and formats to different locales. It lets me choose between a bunch of them. In this list also is the locale en_DE.UTF-8
(it's listed as en_DE
though).
However as soon as I select this particular locale, I get into trouble. When I now run locale
, I get the error
locale: Cannot set LC_ALL to default locale: No such file or directory
and the listed locales now do also show en_DE.UTF-8
for some fields.
kde locale
kde locale
edited 2 days ago
Rui F Ribeiro
41.9k1483142
41.9k1483142
asked 2 days ago
RavenRaven
269216
269216
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Short version: After setting the locale in KDE's settings you have to manually double-check whether the set locale actually exists.
As it turns out KDE doesn't care what locales are actually installed on your system. It lets you use non-existing locales without any warning, which was exactly the case here. The locale en_DE.UTF-8
didn't exist. This can be checked by running locale -a
and searching for that particular locale in its output.
Therefore I had to go back to the KDE settings and change all en_DE
settings to proper de_DE
that I saw where present earlier. As soon as this was done (and the changes took effect after a fresh login), the problems where gone.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510451%2fkde-settings-locale-cannot-set-lc-all-to-default-locale-no-such-file-or-dir%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Short version: After setting the locale in KDE's settings you have to manually double-check whether the set locale actually exists.
As it turns out KDE doesn't care what locales are actually installed on your system. It lets you use non-existing locales without any warning, which was exactly the case here. The locale en_DE.UTF-8
didn't exist. This can be checked by running locale -a
and searching for that particular locale in its output.
Therefore I had to go back to the KDE settings and change all en_DE
settings to proper de_DE
that I saw where present earlier. As soon as this was done (and the changes took effect after a fresh login), the problems where gone.
add a comment |
Short version: After setting the locale in KDE's settings you have to manually double-check whether the set locale actually exists.
As it turns out KDE doesn't care what locales are actually installed on your system. It lets you use non-existing locales without any warning, which was exactly the case here. The locale en_DE.UTF-8
didn't exist. This can be checked by running locale -a
and searching for that particular locale in its output.
Therefore I had to go back to the KDE settings and change all en_DE
settings to proper de_DE
that I saw where present earlier. As soon as this was done (and the changes took effect after a fresh login), the problems where gone.
add a comment |
Short version: After setting the locale in KDE's settings you have to manually double-check whether the set locale actually exists.
As it turns out KDE doesn't care what locales are actually installed on your system. It lets you use non-existing locales without any warning, which was exactly the case here. The locale en_DE.UTF-8
didn't exist. This can be checked by running locale -a
and searching for that particular locale in its output.
Therefore I had to go back to the KDE settings and change all en_DE
settings to proper de_DE
that I saw where present earlier. As soon as this was done (and the changes took effect after a fresh login), the problems where gone.
Short version: After setting the locale in KDE's settings you have to manually double-check whether the set locale actually exists.
As it turns out KDE doesn't care what locales are actually installed on your system. It lets you use non-existing locales without any warning, which was exactly the case here. The locale en_DE.UTF-8
didn't exist. This can be checked by running locale -a
and searching for that particular locale in its output.
Therefore I had to go back to the KDE settings and change all en_DE
settings to proper de_DE
that I saw where present earlier. As soon as this was done (and the changes took effect after a fresh login), the problems where gone.
answered 2 days ago
RavenRaven
269216
269216
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510451%2fkde-settings-locale-cannot-set-lc-all-to-default-locale-no-such-file-or-dir%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown