| Bug#: 70727 | Product: Gentoo Linux | Version: unspecified | Platform: AMD64 |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: cjk@gentoo.org | Reported By: xhfdc@hotmail.com | |
| Component: Applications | |||
| URL: | |||
| Summary: scim1.0.1 can not work after emerging (GNOME) | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2004-11-10 17:19 0000 | |||
| Description: | Opened: 2004-11-10 17:19 0000 |
after emerging scim, can not get scim work.
I have set XMODIFIERS=@im=SCIM & GTK_IM_MODULE=scim
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Expected Results:
after installation of scim, I should get scim language bar when click "CTRL-SPACE".
There is a bug in ebuild file: that on AMD64 platform,
"gtk-query-immodules-2.0 > ${ROOT}etc/gtk-2.0/gtk.immodules" should be:
"gtk-query-immodules-2.0 > ${ROOT}etc/gtk-2.0/x86_64-pc-linux-gnu/gtk.immodules"
after modified this, scim just work perfect.
Created an attachment (id=43858) [details]
scim-1.0.1.ebuild.diff
This is a patch to fix it for amd64 platform.
I cannot test it so if you can test and verify if it works,
I'll commit it to CVS.
Thanks for the test, added to CVS as 1.0.1-r1.