diff options
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 |
commit | 7fdca74bdec2550428e2d180f9d8ce0cef0a1285 (patch) | |
tree | f2d8f3650147b5abd22d2d65ab0efea278216c40 /misc/ibus/README | |
parent | 391f717f740da127e4d3bfec1fd6706d7b5d18af (diff) |
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/README | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/misc/ibus/README b/misc/ibus/README index 0ceb59617aa8..bddcfd6af224 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. |