|
发表于 2009-2-26 10:29:21
|
显示全部楼层
ibus-table-createdb --help
Usage: tabcreatedb.py [options]
Options:
-h, --help show this help message and exit
-n NAME, --name=NAME set the database name we will use, default is none
-s SOURCE, --source=SOURCE
tell me which file is the source file of IME, default
is xingma.txt.bz2
-e EXTRA, --extra=EXTRA
tell me which file is the extra words file for IME,
default is
-p PINYIN, --pinyin=PINYIN
tell me which file is the source file of pinyin,
default is /usr/share/ibus-
table/data/pinyin_table.txt.bz2
-o, --no-create-index
do not create index on database, only for distrubution
purpose, normal user should not invoke this flag!
-i, --create-index-only
only create index on exist database
-d, --debug print extra debug messages
-b BINPATH, --bin-path=BINPATH
tell me where the ibus-engine-table is in your system,
e.g. "/usr/bin/" or "/usr/bin/ibus-engine-table". If
you have already installed ibus-table, I can use
"which" to find it out.
-k PKGDATA_PATH, --pkgdata-path=PKGDATA_PATH
tell me where the ibus-engine-table where is
pkgdatadir of ibus-table.
应该是ibus-table-createdb -s 码表文件.txt ,不好意思。
你那是没有找到码表的txt,用默认的xingma.txt.bz2了。
然后用ibus-engine-table -t 注册生成的码表。 |
|