summaryrefslogtreecommitdiffstats
path: root/misc/ibus/README
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2017-08-30 21:38:19 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-10-11 06:20:01 +0700
commit7fdca74bdec2550428e2d180f9d8ce0cef0a1285 (patch)
treef2d8f3650147b5abd22d2d65ab0efea278216c40 /misc/ibus/README
parent391f717f740da127e4d3bfec1fd6706d7b5d18af (diff)
downloadslackbuilds-7fdca74bdec2550428e2d180f9d8ce0cef0a1285.tar.gz
slackbuilds-7fdca74bdec2550428e2d180f9d8ce0cef0a1285.tar.xz
misc/ibus: Updated for version 1.5.16.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'misc/ibus/README')
-rw-r--r--misc/ibus/README12
1 files changed, 9 insertions, 3 deletions
diff --git a/misc/ibus/README b/misc/ibus/README
index 0ceb59617a..bddcfd6af2 100644
--- a/misc/ibus/README
+++ b/misc/ibus/README
@@ -8,6 +8,12 @@ ibus as your primary input method, you should remove the scim package.
If you use qt applications, then you probably want ibus-qt as well.
-After installing, ibus will automatically be started in an xdg-compliant
-desktop environment; if this behavior is undesirable, you can disable it
-using your DE's session and/or startup management utility.
+To enable ibus put the following lines in your ~/.bashrc file:
+
+export GTK_IM_MODULE=ibus
+export XMODIFIERS=@im=ibus
+export QT_IM_MODULE=ibus
+
+ibus is pre-configured to autostart on xdg-compliant desktop environments
+if these settings are present. On other desktop environments you can add
+"ibus-autostart" to the respective autostart settings.