Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
scim -d not working :(
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index 中文 (Chinese)
View previous topic :: View next topic  
Author Message
kLy
Tux's lil' helper
Tux's lil' helper


Joined: 02 Feb 2005
Posts: 108

PostPosted: Sun May 01, 2005 6:40 am    Post subject: scim -d not working :( Reply with quote

If I run scim -d, all I get is:

Failed to load FrontEnd Socket module.

The other modules don't work either. I have my env variables set up correctly according to the instructions on the skim site (I think):

export XMODIFIERS=@im=scim
export LC_TYPE="zh_CN.GBK"
export GTK_IM_MODULE=scim

I also have skim set up to launch scim with the kconfig module, but it loads in the systray and displays an empty box when I left click on it.

What is wrong? I can't figure it out :(

thanks
Back to top
View user's profile Send private message
liuspider
Apprentice
Apprentice


Joined: 03 Feb 2003
Posts: 237

PostPosted: Sun May 01, 2005 2:39 pm    Post subject: Reply with quote

please follow the instructions here:
http://www.scim-im.org/wiki/documentation/install_configure/all/configuration_of_system
_________________
BLOG: http://liucougar.scim-im.org
Back to top
View user's profile Send private message
kLy
Tux's lil' helper
Tux's lil' helper


Joined: 02 Feb 2005
Posts: 108

PostPosted: Mon May 02, 2005 6:43 pm    Post subject: Reply with quote

that is what I did... I don't see what could be wrong here :(
Back to top
View user's profile Send private message
Freesnake
n00b
n00b


Joined: 12 May 2005
Posts: 35

PostPosted: Thu May 12, 2005 11:06 am    Post subject: Reply with quote

maybe you don't export your XMODIFIERS=@im=scim
Back to top
View user's profile Send private message
r0bertz
Retired Dev
Retired Dev


Joined: 13 Sep 2004
Posts: 257
Location: HKSAR,China

PostPosted: Thu May 12, 2005 2:23 pm    Post subject: Re: scim -d not working :( Reply with quote

kLy wrote:
If I run scim -d, all I get is:

Failed to load FrontEnd Socket module.

The other modules don't work either. I have my env variables set up correctly according to the instructions on the skim site (I think):

export XMODIFIERS=@im=scim
export LC_TYPE="zh_CN.GBK"
export GTK_IM_MODULE=scim

I also have skim set up to launch scim with the kconfig module, but it loads in the systray and displays an empty box when I left click on it.

What is wrong? I can't figure it out :(

thanks

try
export XMODIFIERS=@im=SCIM
Back to top
View user's profile Send private message
kLy
Tux's lil' helper
Tux's lil' helper


Joined: 02 Feb 2005
Posts: 108

PostPosted: Thu May 12, 2005 4:21 pm    Post subject: Reply with quote

yes, I did try that. They are in capitals :(
Back to top
View user's profile Send private message
Freesnake
n00b
n00b


Joined: 12 May 2005
Posts: 35

PostPosted: Tue May 17, 2005 4:24 am    Post subject: Reply with quote

add the 3 lines into .xinitrc
Back to top
View user's profile Send private message
kLy
Tux's lil' helper
Tux's lil' helper


Joined: 02 Feb 2005
Posts: 108

PostPosted: Thu May 19, 2005 12:18 pm    Post subject: Reply with quote

Those were the exact three lines I added, like I said in my first post :(
Back to top
View user's profile Send private message
Freesnake
n00b
n00b


Joined: 12 May 2005
Posts: 35

PostPosted: Fri May 20, 2005 2:38 am    Post subject: Reply with quote

How do you login in X?From xdm or startx?maybe you should do "startx" once.Don't ask me why ,some settings often take effect here by this way without any reason.
Or you can try to create a file named "110XIM" in /etc/env.d ,and add that 3 lines in it ,but remove "export",than run "env-update".
Back to top
View user's profile Send private message
skyfolly
Apprentice
Apprentice


Joined: 16 Jul 2003
Posts: 245
Location: Dongguan & Hong Kong, PRC

PostPosted: Sun May 22, 2005 4:33 pm    Post subject: Re: scim -d not working :( Reply with quote

kLy wrote:
If I run scim -d, all I get is:

Failed to load FrontEnd Socket module.

The other modules don't work either. I have my env variables set up correctly according to the instructions on the skim site (I think):

export XMODIFIERS=@im=scim
export LC_TYPE="zh_CN.GBK"
export GTK_IM_MODULE=scim

I also have skim set up to launch scim with the kconfig module, but it loads in the systray and displays an empty box when I left click on it.

What is wrong? I can't figure it out :(

thanks


export LC_CTYPE="zh_CN.GB2312"
export LANG="zh_CN"
LANG="zh_CN" scim -d
_________________
I am the only being whose doom
No tongue would ask no eye would mourn
I never caused a thought of gloom
A smile of joy since I was born.
emily bronte
Back to top
View user's profile Send private message
kLy
Tux's lil' helper
Tux's lil' helper


Joined: 02 Feb 2005
Posts: 108

PostPosted: Sun May 22, 2005 7:31 pm    Post subject: Re: scim -d not working :( Reply with quote

skyfolly wrote:



export LC_CTYPE="zh_CN.GB2312"
export LANG="zh_CN"
LANG="zh_CN" scim -d


Tried it. Same thing :(


Last edited by kLy on Sun May 22, 2005 7:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
kLy
Tux's lil' helper
Tux's lil' helper


Joined: 02 Feb 2005
Posts: 108

PostPosted: Sun May 22, 2005 7:31 pm    Post subject: Reply with quote

Freesnake wrote:
How do you login in X?From xdm or startx?maybe you should do "startx" once.Don't ask me why ,some settings often take effect here by this way without any reason.
Or you can try to create a file named "110XIM" in /etc/env.d ,and add that 3 lines in it ,but remove "export",than run "env-update".


I normally start X with "startx" :(
Back to top
View user's profile Send private message
Freesnake
n00b
n00b


Joined: 12 May 2005
Posts: 35

PostPosted: Mon May 23, 2005 2:17 am    Post subject: Reply with quote

kLy wrote:
Freesnake wrote:
How do you login in X?From xdm or startx?maybe you should do "startx" once.Don't ask me why ,some settings often take effect here by this way without any reason.
Or you can try to create a file named "110XIM" in /etc/env.d ,and add that 3 lines in it ,but remove "export",than run "env-update".


I normally start X with "startx" :(

Have you ever tried "110XIM" this file?
Back to top
View user's profile Send private message
skyfolly
Apprentice
Apprentice


Joined: 16 Jul 2003
Posts: 245
Location: Dongguan & Hong Kong, PRC

PostPosted: Mon May 23, 2005 2:33 am    Post subject: Reply with quote

what have you emerged?

emerge scim scim-chinese
_________________
I am the only being whose doom
No tongue would ask no eye would mourn
I never caused a thought of gloom
A smile of joy since I was born.
emily bronte
Back to top
View user's profile Send private message
kLy
Tux's lil' helper
Tux's lil' helper


Joined: 02 Feb 2005
Posts: 108

PostPosted: Thu May 26, 2005 12:26 pm    Post subject: Reply with quote

I have scim and scim-pinyin emerged. What's the difference between scim-pinyin and scim-chinese?
Back to top
View user's profile Send private message
liuspider
Apprentice
Apprentice


Joined: 03 Feb 2003
Posts: 237

PostPosted: Thu May 26, 2005 1:10 pm    Post subject: Reply with quote

please check our website for detail:
http://www.scim-im.org/downloads/imengines_download
_________________
BLOG: http://liucougar.scim-im.org
Back to top
View user's profile Send private message
kLy
Tux's lil' helper
Tux's lil' helper


Joined: 02 Feb 2005
Posts: 108

PostPosted: Thu Jun 02, 2005 2:45 pm    Post subject: Reply with quote

OK then. I have scim and scim-pinying emerged. I still get the error :(
Back to top
View user's profile Send private message
Freesnake
n00b
n00b


Joined: 12 May 2005
Posts: 35

PostPosted: Fri Jun 03, 2005 2:47 am    Post subject: Reply with quote

kLy wrote:
OK then. I have scim and scim-pinying emerged. I still get the error :(



export LANG=zh_CN.GBK
export LC_ALL=zh_CN.GBK
export XIM=scim
export XIM_PROGRAM=scim
export XMODIFIERS="@im=SCIM"
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
Back to top
View user's profile Send private message
wuheinz
n00b
n00b


Joined: 03 Jan 2005
Posts: 2

PostPosted: Sat Jun 04, 2005 7:52 pm    Post subject: Reply with quote

Try to export LANG="en_GB.utf8" or other utf8 LANG description.[/quote]I'v solved this problem recently.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index 中文 (Chinese) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum