View previous topic :: View next topic |
Author |
Message |
equaeghe l33t
Joined: 22 Feb 2005 Posts: 652
|
Posted: Sun Sep 08, 2024 1:27 pm Post subject: KDE6 locale character encoding issue: ANSI_X3.4-1968 vs UTF8 |
|
|
I've recently updated to KDE6. Whenever a big update happens, I go through my logs the next reboot to see if any new issue has arisen that might turn out to be a problem later. One such issue I see is the following:
Code: | org.kde.powerdevil.discretegpuhelper[1588]: Detected locale "C" with character encoding "ANSI_X3.4-1968", 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. |
This is repeated for org.kde.powerdevil.chargethresholdhelper, org.kde.powerdevil.backlighthelper, and org.kde.kded.smart.
My user's locale is
Code: | $ locale
LANG=nl_NL.UTF-8
LC_CTYPE="nl_NL.UTF-8"
LC_NUMERIC=en_US.UTF-8
LC_TIME="nl_NL.UTF-8"
LC_COLLATE=C.UTF-8
LC_MONETARY="nl_NL.UTF-8"
LC_MESSAGES="nl_NL.UTF-8"
LC_PAPER="nl_NL.UTF-8"
LC_NAME="nl_NL.UTF-8"
LC_ADDRESS="nl_NL.UTF-8"
LC_TELEPHONE="nl_NL.UTF-8"
LC_MEASUREMENT="nl_NL.UTF-8"
LC_IDENTIFICATION="nl_NL.UTF-8"
LC_ALL=
|
I have no issues at the moment, but it sees as if powerdevil is seeing something else somehow.
Does anyone have an idea what the issue might be? |
|
Back to top |
|
|
CaptainBlood Advocate
Joined: 24 Jan 2010 Posts: 3848
|
Posted: Sun Sep 08, 2024 2:25 pm Post subject: |
|
|
Confirming it seems module related: Code: | eix kde-plasma/powerdevil
[I] kde-plasma/powerdevil
Available versions:
(5) [M]5.27.11
(6) 6.1.4^t
{brightness-control caps debug +handbook test +wireless}
Installed versions: 6.1.4(6)^t(01:05:18 02/09/2024)(-brightness-control -caps -debug -handbook -test)
| Warning(s) not in log here with minimal USE configuration.
Thks 4 ur attention, interest & support. _________________ USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. " |
|
Back to top |
|
|
CrouchingTigger n00b
Joined: 04 Sep 2005 Posts: 17
|
Posted: Tue Sep 17, 2024 10:13 am Post subject: |
|
|
Hi!
Same here. On top of that I'm getting the following in 6.1.90 (Plasma 6.2 beta):
Code: | [ 26.663740] chargethreshold[3623]: segfault at 38 ip 00005591c82b53b1 sp 00007ffdbf20ddb0 error 4 in chargethresholdhelper[53b1,5591c82b3000+5000] likely on CPU 1 (core 1, socket 0)
[ 26.663749] Code: 48 81 c4 f8 00 00 00 4c 89 f0 5b 5d 41 5c 41 5d 41 5e 41 5f c3 48 8d 7c 24 38 e8 6a 11 00 00 48 8d 7d 20 48 8d 35 cf 5d 00 00 <44> 8b 6d 38 e8 d6 fa ff ff 48 89 df 4c 8d 64 24 70 89 c5 e8 17 e3 |
|
|
Back to top |
|
|
|