|
|
发表于 2008-5-13 00:34:21
|
显示全部楼层
Post by acevery;1822855
因为码表的比较大,所以IME和码表分开了。
你要先- echo "app-i18n/scim-python ~x86" >> /etc/portage/package.keywords
- echo "app-i18n/scim-xingma ~x86" >> /etc/portage/package.keywords
- echo "app-i18n/scim-python xingma" >> /etc/portage/package.use
- echo "app-i18n/scim-xingma erbi-qs" >> /etc/portage/package.use
复制代码
scim-python是IME和scim 的python绑定,scim-xingma是XingMa的码表,现在有郑码,青松二笔和86的五笔
现在就可以emerge scim-python和scim-xingma了:
- emerge -av scim-python scim-xingma
复制代码 Smart Common Input Method 1.4.7
Launching a SCIM daemon with Socket FrontEnd...
Loading simple Config module ...
Creating backend ...
desc table has been created.
Traceback (most recent call last):
File "/usr/share/scim-python/engine/XingMa/__init__.py", line 41, in get_factorys
factorys.append (XingMa.Factory (config,db))
File "/usr/share/scim-python/engine/XingMa/XingMa.py", line 1239, in __init__
self.db = XMSQLiteDB.XMSQLiteDB( name = db,user_db = udb )
File "/usr/share/scim-python/engine/XingMa/XMSQLiteDB.py", line 121, in __init__
os.makedirs (xingma_path)
File "/usr/lib64/python2.5/os.py", line 171, in makedirs
mkdir(name, mode)
OSError: [Errno 13] ????: '/home/yanzixiang/.scim/scim-python/xingma'
Dictionary for language 'en' could not be found
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
Launching a SCIM process with x11...
Loading socket Config module ...
Creating backend ...
Loading x11 FrontEnd module ...
GTK Panel of SCIM 1.4.7
Starting SCIM as daemon ...
SCIM has been successfully launched. |
|