ubuntu 里scim不能安装

系统字体配置、中文显示和输入法问题
回复
hgjcool
帖子: 68
注册时间: 2006-06-16 8:01

ubuntu 里scim不能安装

#1

帖子 hgjcool » 2006-07-12 12:50

root@ubuntu:~# sudo apt-get install im-switch libapt-pkg-perl
Reading package lists... Done
Building dependency tree... Done
im-switch is already the newest version.
libapt-pkg-perl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

root@ubuntu:~# sudo im-switch -s scim-pinyin -z default
No alternatives defined for language default
hgjcool
帖子: 68
注册时间: 2006-06-16 8:01

ubuntu 里fcitx不能安装

#2

帖子 hgjcool » 2006-07-12 12:51

ubuntu 里fcitx不能安装


root@ubuntu:~# $sudo apt-get install fcitx
Reading package lists... Done
Building dependency tree... Done
fcitx is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

root@ubuntu:~# $sudo sh -c " echo 'export XMODIFIERS=@im=fcitx ; export GTK_IM_MODULE="fcitx" ; fcitx ' > /etc/X11/Xsession.d/95xinput "

root@ubuntu:~# $sudo chmod +755 /etc/X11/Xsession.d/95xinput
chmod: invalid mode: `+755'
Try `chmod --help' for more information.
root@ubuntu:~#
hgjcool
帖子: 68
注册时间: 2006-06-16 8:01

#3

帖子 hgjcool » 2006-07-12 12:52

都装了2天了,中文环境设置了也没有效果
头像
karron
帖子: 6226
注册时间: 2005-06-11 14:03
来自: 不明真相的群众
联系:

#4

帖子 karron » 2006-07-12 17:37

chmod 755 /etc/X11/Xsession.d/95xinput

755前面没有+号

如果你用的是6.06的话,最简单的方式是系统里面language support选择china.会自动配置好中文
我的blog,关于技术,软件,linux,vim <---- 所有博客均被河蟹.
hgjcool
帖子: 68
注册时间: 2006-06-16 8:01

#5

帖子 hgjcool » 2006-07-13 15:47

karron 写了:
如果你用的是6.06的话,最简单的方式是系统里面language support选择china.会自动配置好中文
language support里选择china.后,没有任何效果。。。。。。。。

去掉那个+号,可以了 :lol:
太谢谢你啦
回复