Author: dingyichen
Date: Fri May 29 00:29:36 2009
New Revision: 127
Modified:
wiki/IBusStartUpTroubleShooting.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/IBusStartUpTroubleShooting.wiki
==============================================================================
--- wiki/IBusStartUpTroubleShooting.wiki (original)
+++ wiki/IBusStartUpTroubleShooting.wiki Fri May 29 00:29:36 2009
@@ -58,10 +58,16 @@
Add following to your startup script (~/.autoexec, or ~/.Xclient if you
start with startx)
{{{
# input framework launch
-XIM_PROF=scim
+XIM_PROF=ibus
ln -sf /etc/X11/xinit/xinput.d/${XIM_PROF}.conf ${HOME}/.xinputrc
source ${HOME}/.xinputrc
echo "XIM_PROGRAM=${XIM_PROGRAM}"
${XIM_PROGRAM} ${XIM_ARGS} &
+}}}
+
+If you do not have `/etc/X11/xinit/xinput.d/ibus.conf` , then use
following instead:
+{{{
+# input framework launch
+ibus-daemon --xim -d
}}}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
-~----------~----~----~----~------~----~------~--~---