hi
getting these messages
despite setting up /etc/login.conf /etc/profile $HOME/.profile $HOME/.login_conf
/etc/login.conf and $HOME/.login_conf
/etc/proile and $HOME/.profle
so KDE6 is not impressed by these settings and still is using the default C locale
Can this be setup somewhere so that KDE6 uses the en_US.UTF-8 locale by default ?
getting these messages
Code:
org.kde.kded.smart[81334]: Detected locale "C" with character encoding "US-ASCII", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information.
May 24 20:34:56 w680ace org.kde.powerdevil.discretegpuhelper[84697]: Detected locale "C" with character encoding "US-ASCII", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information.
May 24 20:34:57 w680ace org.kde.powerdevil.chargethresholdhelper[85427]: Detected locale "C" with character encoding "US-ASCII", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information.
May 24 20:34:57 w680ace org.kde.powerdevil.backlighthelper[85840]: Detected locale "C" with character encoding "US-ASCII", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information.
/etc/login.conf and $HOME/.login_conf
Code:
#
# see login.conf(5)
#
me:\
:charset=UTF-8:\
:lang=en_US.UTF-8:
Code:
LANG=en_US.UTF-8; export LANG
CHARSET=UTF-8; export CHARSET
so KDE6 is not impressed by these settings and still is using the default C locale
Can this be setup somewhere so that KDE6 uses the en_US.UTF-8 locale by default ?
Last edited by a moderator: