summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--desktop/rofi/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop/rofi/README b/desktop/rofi/README
index f79bc37183..668481992a 100644
--- a/desktop/rofi/README
+++ b/desktop/rofi/README
@@ -10,3 +10,11 @@ foundations, and therefore Sean Pringle deserves most of the credit for this
tool. Rofi (renamed, as it lost the simple property) has been extended with
extra features, like an application launcher and ssh-launcher, and can act as
a drop-in dmenu replacement, making it a very versatile tool.
+
+Note:
+If you encounter this this non-fatal error when executing Rofi:
+xkbcommon: ERROR: couldn't find a Compose file for locale <your locale>
+
+You may need to open /etc/profile.d/lang.sh and uncomment UTF-8:
+# en_US is the Slackware default locale:
+export LANG=nl_NL.UTF-8