diff options
Diffstat (limited to 'chinese/auto-tw-l10n/files/patch-doc.xinitrc')
-rw-r--r-- | chinese/auto-tw-l10n/files/patch-doc.xinitrc | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/chinese/auto-tw-l10n/files/patch-doc.xinitrc b/chinese/auto-tw-l10n/files/patch-doc.xinitrc index e767bf9add14..3b3587de2232 100644 --- a/chinese/auto-tw-l10n/files/patch-doc.xinitrc +++ b/chinese/auto-tw-l10n/files/patch-doc.xinitrc @@ -1,12 +1,33 @@ ---- dot.xinitrc.orig 2010-04-12 10:24:29.000000000 +0800 -+++ dot.xinitrc 2010-04-12 10:26:46.000000000 +0800 -@@ -1,3 +1,5 @@ +--- dot.xinitrc.orig 2007-10-23 18:39:29.000000000 +0800 ++++ dot.xinitrc 2010-11-01 17:23:01.000000000 +0800 +@@ -1,14 +1,18 @@ +# KDE4 +#export PATH=/usr/local/kde4/bin:$PATH export TERM=xterm -@@ -34,4 +36,4 @@ + export XMODIFIERS='@im=xcin' + #export XMODIFIERS='@im=SCIM' + #export XMODIFIERS='@im=oxim' ++#export XMODIFIERS=@im=ibus + + #export GTK_IM_MODULE=xcin + export GTK_IM_MODULE=xim + #export GTK_IM_MODULE=scim + #export GTK_IM_MODULE=oxim ++#export GTK_IM_MODULE=ibus + + export QT_IM_MODULE=xim + +@@ -19,6 +23,7 @@ + #exec xcin2.5 & + #scim -d & + #exec oxim & ++#ibus-daemon -d -x & + + # turn on numlock (x11/numlockx) + numlockx +@@ -34,4 +39,4 @@ #exec startkde #exec wmaker #exec startxfce4 |