|
楼主 |
发表于 2005-7-18 03:14:51
|
显示全部楼层
Post by liuspider
if your qt does not have the qtimm patch (qtimm is highly recommanded, please consider releasing a qt with qtimm patch applied), then all KDE/Qt apps has to rely on xim to work, thus requires the x11 module.
use this to start your scim to see more info:
scim -f x11 -- -v 5 -m all
oh, i see. thank you for the magical words i need to use (-- -v 5 -m all)
unfortunately this gives no addtional info at the inportant part - the start of the x11 frontend module. what i get is this:
- [...]
- <00000641>:scim_backend.cpp:458 > Loading IMEngine Factory 9 : OK
- <00000646>:scim_config_base.cpp:78 > Warning : No default scim::String value for key "/Filter/FilteredIMEngines/List", using
- default value.
- <00000647>:scim_backend.cpp:458 > Loading IMEngine Factory 10 : OK
- <00000652>:scim_config_base.cpp:78 > Warning : No default scim::String value for key "/Filter/FilteredIMEngines/List", using
- default value.
- <00000653>:scim_backend.cpp:458 > Loading IMEngine Factory 11 : OK
- <00000658>:scim_config_base.cpp:78 > Warning : No default scim::String value for key "/Filter/FilteredIMEngines/List", using
- default value.
- <00000659>:scim_backend.cpp:458 > Loading IMEngine Factory 12 : OK
- <00000660>:scim_backend.cpp:468 > uim IMEngine module is successfully loaded.
- <00000661>:scim_config_base.cpp:78 > Warning : No default scim::String value for key "/Filter/FilteredIMEngines/List", using
- default value.
- Loading x11 FrontEnd module ...
- Failed to load x11 FrontEnd module.
- SCIM has exited abnormally.
复制代码
the qtimm module is not used because we use qt3. with update to qt4, this will also be added automatically. that means that i rely on the x11 for skim.
as i don't know what else to check, i will ask the scim devs what they think about this problem. |
|