K3b error regarding locale charset

k3bshot

The message error appears when opening the app.
How can i fix it?

my locales seem to be fine except when i type this command. It is the LC* variables K3b tells about but i can’t find help in the link you posted. thanks anyway.

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

Through here and here, i found out that it belongs to locale.conf, and i added the variables with the same language as the others already there but nothing changes.

now looks like:

LANG=en_US.UTF-8
LC_NUMERIC=de_DE.UTF-8
LC_TIME=de_DE.UTF-8
LC_MONETARY=de_DE.UTF-8
LC_PAPER=de_DE.UTF-8
LC_NAME=de_DE.UTF-8
LC_ADDRESS=de_DE.UTF-8
LC_TELEPHONE=de_DE.UTF-8
LC_MEASUREMENT=de_DE.UTF-8
LC_IDENTIFICATION=de_DE.UTF-8
LC_CTYPE=de_DE.UTF-8
LC_MESSAGES=de_DE.UTF-8
LC_COLLATE=de_DE.UTF-8

before was without the 3 last lines.

ah it works, i had to restart. :grin:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.