https://bugs.kde.org/show_bug.cgi?id=468181

--- Comment #13 from Yves <kde.smartness...@aleeas.com> ---
(In reply to David from comment #12)
> Could you please post the output of 
> locale
> from a text-only virtual console? (Press Ctrl-Alt-F4, log in, type "locale")
> and also the output from the same command issued in a Konsole window in X11
> or Wayland?
> 
> Also, if it exists, the contents of ~/.config/plasma-localerc or
> $XDG_CONFIG_HOME/plasma-localerc?

That was it. Sorry, I should have paid more attention to your previous message.
For those who may have the same issue, here is how I fixed it.

1/ Check the locale issue
$ locale
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_ALL to default locale: No such file or directory  
LANG=en_US.UTF-8  
LC_CTYPE="en_US.UTF-8"  
LC_NUMERIC="en_US.UTF-8"  
LC_TIME="en_US.UTF-8"  
LC_COLLATE="en_US.UTF-8"  
LC_MONETARY="en_US.UTF-8"  
LC_MESSAGES="en_US.UTF-8"  
LC_PAPER="en_US.UTF-8"  
LC_NAME="en_US.UTF-8"  
LC_ADDRESS="en_US.UTF-8"  
LC_TELEPHONE="en_US.UTF-8"  
LC_MEASUREMENT="en_US.UTF-8"  
LC_IDENTIFICATION="en_US.UTF-8"  
LC_ALL=

$ 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  
C  
C.utf8  
POSIX

2/ On arch linux, follow wiki https://wiki.archlinux.org/title/locale
(See specific information for your linux distribution)
2-1/ Edit /etc/locale.gen to include the locale used in command "locale". In my
case "en_US.UTF-8"
2-2/ Run command to generate locale
$ locale-gen
2-3/ Set locale
$ localectl set-locale LANG=en_US.UTF-8

3/ Check again with command locale and locale -a that there is no error

I wonder how this relate to a touch on keyboard that can not be input. (but be
input via the virtual keyboard).

Anyway,
Thanks a lot for your help.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to