Revision: 276
Author:   [email protected]
Date:     Sun Jul  1 02:39:48 2012
Log:      Trivial but important change.
http://code.google.com/p/ibus/source/detail?r=276

Modified:
 /wiki/HowToCreateATableForIBusTable.wiki

=======================================
--- /wiki/HowToCreateATableForIBusTable.wiki    Mon Dec 20 06:36:11 2010
+++ /wiki/HowToCreateATableForIBusTable.wiki    Sun Jul  1 02:39:48 2012
@@ -1,5 +1,5 @@
 #summary How to Create a table for ibus-table
-#labels Phase-Implementation
+#labels Phase-Deploy,Featured
 #sidebar SideNavi

 = Steps =
@@ -15,10 +15,13 @@
  # Install _ibus-table_ if you have not.
  # Run
 {{{
-ibus-table-create -n ${DATADIR}/your-im-table.db -s your-im.table.txt
-cp your-im-table.svg ${DATADIR}/ibus-table/icons
+ibus-table-createdb -n ${DATADIR}/ibus-table/tables/your-im-table.db -s your-im.table.txt
+cp your-im-table.svg ${DATADIR}/ibus-table/icons/
 }}}
- # Restart ibus-daemon.
+ # Restart ibus-daemon by
+{{{
+ibus-daemon -drx
+}}}
  # Enjoy your input method. :-)

 = For input method developers =

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

回复