LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to restart SCIM only in Ubuntu 6.06 LTS? (https://www.linuxquestions.org/questions/linux-software-2/how-to-restart-scim-only-in-ubuntu-6-06-lts-545138/)

ussr_1991 04-11-2007 10:00 AM

How to restart SCIM only in Ubuntu 6.06 LTS?
 
How to restart it before i start using it to type Chinese? Must I restart the computer?

asher 04-11-2007 12:43 PM

don`t reboot pc ,you can do like this
 
ps -ef |grep scim;

sudo kill -9 pid(the pid of scim );

scim -d

osor 04-11-2007 04:40 PM

Or…
Code:

$ sudo pkill -9 scim
$ scim -d


ussr_1991 04-19-2007 05:13 AM

Thanks for the help. The reason why i late post was because there were many freezes during installing Chinese Language and up to currently, i still havent install and try typing Chinese Language because the keyboard layout does not have a Chinese Layout.


All times are GMT -5. The time now is 03:19 AM.