Still struggling to get my compose key to work, apparently
# Import default rules from the system Compose file
include "%L"
goes to look for the Compose file in my locale folder.
My locales are
Code: Select all
LANG=en_ZA.utf8
LC_CTYPE="en_ZA.utf8"
LC_NUMERIC="en_ZA.utf8"
LC_TIME="en_ZA.utf8"
LC_COLLATE=C
LC_MONETARY="en_ZA.utf8"
LC_MESSAGES="en_ZA.utf8"
LC_PAPER="en_ZA.utf8"
LC_NAME="en_ZA.utf8"
LC_ADDRESS="en_ZA.utf8"
LC_TELEPHONE="en_ZA.utf8"
LC_MEASUREMENT="en_ZA.utf8"
LC_IDENTIFICATION="en_ZA.utf8"
LC_ALL=
Code: Select all
ll /usr/share/X11/locale/
total 392
drwxr-xr-x 2 root root 4096 Jun 24 2023 C
drwxr-xr-x 2 root root 4096 Oct 7 2023 am_ET.UTF-8
drwxr-xr-x 2 root root 4096 Jun 24 2023 armscii-8
-rw-r--r-- 1 root root 31977 Sep 2 2024 compose.dir
drwxr-xr-x 2 root root 4096 Jun 24 2023 cs_CZ.UTF-8
drwxr-xr-x 2 root root 4096 Jun 24 2023 el_GR.UTF-8
drwxr-xr-x 2 root root 4096 Sep 2 2024 en_US.UTF-8
drwxr-xr-x 2 root root 4096 Jun 24 2023 fi_FI.UTF-8
drwxr-xr-x 2 root root 4096 Jun 24 2023 georgian-academy
drwxr-xr-x 2 root root 4096 Jun 24 2023 georgian-ps
drwxr-xr-x 2 root root 4096 Jun 24 2023 ibm-cp1133
(etc)
Thanks, Ian

