View previous topic :: View next topic |
Author |
Message |
Randuin n00b
Joined: 14 Aug 2003 Posts: 28
|
Posted: Mon Aug 29, 2005 6:42 am Post subject: I just simply can't get scim working! :( |
|
|
I emerged scim scim-chinese and scim-pinyin in that order. I've tried everything I could find on this forum but nothing has worked. I have a .xsession file with exporting all the enviorment variables and I have emerged glibc with the new locales like in one thread said but nothing has worked, Ctrl+Space doesn't bring up anything! And once when I set LANG="zh_CN.gb2312" my entire system turned into Chinese and I was able to use Ctrl+Space to type chinese but there was no panel nor anything that would make the input even remotely usable. What am I doing wrong? |
|
Back to top |
|
|
bookstack Apprentice
Joined: 27 Feb 2004 Posts: 245
|
Posted: Sun Sep 25, 2005 4:24 am Post subject: |
|
|
Code: |
emerge scim scim-table scim-pingyin
|
when you tries to launch scim[/code]
Code: |
scim -d -f x11 --no-socket
|
it works for my gentoo box, the locale is en_US.utf8 _________________ Refactor the life |
|
Back to top |
|
|
liuspider Apprentice
Joined: 03 Feb 2003 Posts: 237
|
Posted: Sun Sep 25, 2005 5:17 pm Post subject: |
|
|
unmerge scim-chinese, it is depreted
you may try LANG_LCTYPE=zh_CN.GB2312
this is the recommanded way to start scim:
scim -d _________________ BLOG: http://liucougar.scim-im.org |
|
Back to top |
|
|
citizen428 Retired Dev
Joined: 10 Jun 2002 Posts: 317 Location: Vienna, Austria
|
Posted: Wed Sep 28, 2005 10:20 pm Post subject: Re: I just simply can't get scim working! :( |
|
|
Randuin wrote: | I emerged scim scim-chinese and scim-pinyin in that order. I've tried everything I could find on this forum but nothing has worked. |
Did you also have a look at the Gentoo Chinese Howto?
Quote: | And once when I set LANG="zh_CN.gb2312" my entire system turned into Chinese |
That's what LANG is for, the variable you want to set is "LC_CTYPE". |
|
Back to top |
|
|
|