ibus input How TO
Posted 08-23-2012 at 10:27 AM by ted_chou12
I am able to input thru ibus, I am using slackware 13.37 vl 70. Please keep in mind of the model:
http://en.gentoo-wiki.com/wiki/IBus
after installing ibus and desired input method:
Create /etc/X11/xinit/xinput.d/ibus.conf -> ~/.xinputrc symlink
Ted
http://en.gentoo-wiki.com/wiki/IBus
after installing ibus and desired input method:
Code:
touch /etc/X11/xinit/xinput.d/ibus.conf
Quote:
The following code should be placed into ibus.conf:
Code:
#!/bin/sh export XMODIFIERS="@im=ibus" export GTK_IM_MODULE="ibus" #export QT_IM_MODULE="ibus" export QT_IM_MODULE="xim" # allow capslock remap xmodmap -e 'clear Lock' -e 'keycode 66 = F13' XIM=ibus XIM_PROGRAM=/bin/true XIM_ARGS= SHORT_DESC="ibus" LONG_DESC="ibus"
Code:
ln -s /etc/X11/xinit/xinput.d/ibus.conf ~/.xinputrc
Total Comments 3
Comments
-
For launching ibus at startup, you must addCode:
ibus-daemon -rxd
Posted 08-24-2012 at 07:16 AM by ted_chou12 -
Does it still work on Slackware64 14.2 ?
The folder xinput.d does not exist, and the file could not be created.Posted 04-17-2017 at 10:36 AM by limpingstone -
Hi there.
Sorry I didn't see your post earlier, it was 2 years ago...
Still need the issue?Posted 11-28-2019 at 04:54 AM by ted_chou12