diff options
author | Andrew Payne <phalange@komputermatrix.com> | 2019-01-20 08:44:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-20 13:31:22 +0700 |
commit | 14f87cddaf93a73ded3872751b5c081a1061155b (patch) | |
tree | 5298e74efeef1acf187f00ff8d3654365f9c595d /desktop/rofi | |
parent | a5e93e7222c55b2cf1ccc5e251de26e71a361e84 (diff) | |
download | slackbuilds-14f87cddaf93a73ded3872751b5c081a1061155b.tar.gz |
desktop/rofi: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/rofi')
-rw-r--r-- | desktop/rofi/README | 8 |
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 |