Revision: 273
Author:   [email protected]
Date:     Fri Jun 29 21:22:04 2012
Log:      FAQ rewritten
http://code.google.com/p/ibus/source/detail?r=273

Modified:
 /wiki/FAQ.wiki

=======================================
--- /wiki/FAQ.wiki      Fri Jun 29 19:20:29 2012
+++ /wiki/FAQ.wiki      Fri Jun 29 21:22:04 2012
@@ -1,19 +1,53 @@
-#summary Frequently Asked Questions - English Version
+#summary Frequently Asked Questions
 #labels Featured
 #sidebar SideNavi
-
-= IBus frequently asked questions =
-== How to install ibus on gentoo? ==
-Ibus is in portage, you can simply use emerge to install every component of ibus. -After update portage (and update-eix if you have eix installed), to see which component you can emerge from portage, simply type `emerge -s ibus` (or `eix ibus` ).
-=== ibus ===
+<wiki:toc max_depth="1" />
+
+= ibus =
+== My IBus icon is missing! ==
+Try the following command:
 {{{
-# echo "app-i18n/ibus ~x86" >> /etc/portage/package.keywords/ibus
-# emerge -av ibus
+ibus-daemon -drx
 }}}
-=== ibus components ===
-E.g, ibus-pinyin
+
+== I cannot use IBus on Kubuntu! ==
+This is a packaging bug of Ubuntu.
+
+https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/854333
+
+You can use the following command as a workaround:
 {{{
-# echo "app-i18n/ibus-pinyin ~x86" >> /etc/portage/package.keywords/ibus
-# emerge -av ibus-pinyin
+sudo apt-get install gnome-icon-theme
 }}}
+
+= ibus-table =
+
+== I cannot input Traditional Chinese characters with table-XXX! ==
+Most likely, it is because your Chinese mode is not appropriate.
+
+You can use Ctrl+; to switch Chinese mode.
+
+If your mode cannot be saved, you may change get_chinese_mode function in /usr/share/ibus-table/engine/table.py to set your own global (apply to all tables) default.
+
+We already know that the above solution is not good enough, please refer to Issue 1188.
+
+== How can I change number of candidates in table-XXX? ==
+you may change {{{_page_size = 6}}} (change 6 to value you want) in /usr/share/ibus-table/engine/table.py to set your own global (apply to all tables) default.
+
+We already know that the above solution is not good enough, please refer to Issue 1474.
+
+== How can I change the behavior of Space Key in table-XXX? I want to use Space Key as next page rather than commit. == +You may use the hacks found in the following page, check history version if needed.
+
+http://zh.wikipedia.org/wiki/IBus
+
+They are global (apply to all tables) change also. We haven't verified them yet.
+
+We already know that the above solution is not good enough, please refer to Issue 861.
+
+= unknown =
+
+== What if my problem is not listed or I don't understand the answer? ==
+Free feel to ask a question in ibus-user.
+
+https://groups.google.com/group/ibus-user/

--
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

回复