[问题]I can't type in Chinese in ubuntu!Help!

系统字体配置、中文显示和输入法问题
回复
cantevid
帖子: 4
注册时间: 2008-07-18 13:53

[问题]I can't type in Chinese in ubuntu!Help!

#1

帖子 cantevid » 2008-07-18 13:56

i installed ubuntu yesterday,but i found that i can not type in Chinese in ubuntu.anyone can help?
cantevid
帖子: 4
注册时间: 2008-07-18 13:53

#2

帖子 cantevid » 2008-07-18 13:57

my ubuntu is in English,desktop version.
cantevid
帖子: 4
注册时间: 2008-07-18 13:53

#3

帖子 cantevid » 2008-07-18 14:30

i have not ever use ubuntu,could you teach me step by step,thank you
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

#4

帖子 jarryson » 2008-07-18 14:38

这英文说的。。。详细就看wiki
cantevid
帖子: 4
注册时间: 2008-07-18 13:53

#5

帖子 cantevid » 2008-07-18 14:41

wiki's document is too hard for me,i don't understand
头像
QuITh
帖子: 85
注册时间: 2007-11-27 15:46
来自: USTC
联系:

#6

帖子 QuITh » 2008-07-19 4:18

==================================
using SCIM for desired/all locale
==================================

Install the package
-----------
To input Chinese,

代码: 全选

sudo aptitude update
sudo aptitude upgrade
sudo apt-get install  scim scim-gtk2-immodule scim-pinyin scim-qtimm 
put above to a terminal, Applications --> Accessories --> Terminal

For all user
-----------
Change the link /etc/X11/xinit/xinput.d/all_ALL point to /etc/X11/xinit/xinput.d/scim

代码: 全选

sudo ln -sf /etc/X11/xinit/xinput.d/scim /etc/X11/xinit/xinput.d/all_ALL
To return as default, change link to /etc/X11/xinit/xinput.d/default

代码: 全选

sudo ln -sf /etc/X11/xinit/xinput.d/default /etc/X11/xinit/xinput.d/all_ALL
If desire to apply only when login as specific locale, create file or link with name same of desired locale.
For example, to use SCIM on en_US locale

代码: 全选

sudo ln -s /etc/X11/xinit/xinput.d/scim /etc/X11/xinit/xinput.d/scim/en_US
The locale without setup are used the all_ALL

Per user
-----------
Same as all user case, copy the config file (or create link) inside .xinput.d folder to user home directory.
Recommend to copy instead of link in way to edit and customize.

代码: 全选

mkdir ~/.xinput.d
cp /etc/X11/xinit/xinput.d/scim ~/.xinput.d/all_ALL
or

代码: 全选

cp /etc/X11/xinit/xinput.d/scim ~/.xinput.d/en_US 
Then make a reboot

代码: 全选

sudo reboot
Per user SCIM setup
-----------
In way to activate/deactivate input method, click on right button on SCIM icon (on task bar) and select SCIM Setup.
On System --> Preferences --> SCIM Input Method Setup --> IMEEngine --> Global Setup, check/uncheck desired input method.
The input method are selected, clicking left button on SCIM icon.

Note: <ctrl><space> enable/disable SCIM.
上次由 QuITh 在 2008-07-19 8:34,总共编辑 5 次。
Patrick Hoo, a physics enthusiast.
OS: Debian(Xfce) GNU/Linux, LFS.
TeX, Vim, Emacs, JabRef, Wiki, etc.
头像
QuITh
帖子: 85
注册时间: 2007-11-27 15:46
来自: USTC
联系:

#7

帖子 QuITh » 2008-07-19 5:06

Patrick Hoo, a physics enthusiast.
OS: Debian(Xfce) GNU/Linux, LFS.
TeX, Vim, Emacs, JabRef, Wiki, etc.
jayscorpio
帖子: 136
注册时间: 2008-07-02 18:33
来自: Shanghai
联系:

#8

帖子 jayscorpio » 2008-07-19 7:22

不知道LZ看懂了没有,就让我这个新手说明一下新手的方法吧。
图形界面下,在菜单“系统管理”(System Manager)下“语言支持”(Language Support),把支持复杂语言输入(具体什么忘记了,反正就会这么一个要打勾的)的勾打上,再在列表里勾上汉语。
头像
aerowolf
帖子: 1787
注册时间: 2006-02-25 17:09
来自: 西安

#9

帖子 aerowolf » 2008-07-19 8:17

临时输入汉字,可以登录http://www.inputking.com,如果急用,楼主不如试试。
早起的鸟儿有虫吃
早起的虫儿被鸟吃

http://aerowolf.blog.sohu.com/
亲,点一下免费获得Dropbox空间!
头像
QuITh
帖子: 85
注册时间: 2007-11-27 15:46
来自: USTC
联系:

#10

帖子 QuITh » 2008-07-19 8:27

jayscorpio 写了:不知道LZ看懂了没有,就让我这个新手说明一下新手的方法吧。
图形界面下,在菜单“系统管理”(System Manager)下“语言支持”(Language Support),把支持复杂语言输入(具体什么忘记了,反正就会这么一个要打勾的)的勾打上,再在列表里勾上汉语。
Uh oh, as the attachment.

But wait! You MUST first do updating

代码: 全选

sudo aptitude update
and upgrading

代码: 全选

sudo aptitude upgrade
It's very important.
附件
Screenshot-1.png
Patrick Hoo, a physics enthusiast.
OS: Debian(Xfce) GNU/Linux, LFS.
TeX, Vim, Emacs, JabRef, Wiki, etc.
头像
INUYASHA
帖子: 366
注册时间: 2007-03-16 15:42

#11

帖子 INUYASHA » 2008-07-19 22:15

if you use fcitx ,you can see http://www.linuxsir.org/bbs/thread329848.html
头像
woodz
帖子: 79
注册时间: 2006-04-20 13:54

#12

帖子 woodz » 2008-07-26 19:52

呵呵, 慢慢就会了。
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

#13

帖子 delectate » 2008-07-29 8:45

aerowolf 写了:临时输入汉字,可以登录http://www.inputking.com,如果急用,楼主不如试试。
强大的网站!

推荐lz安装语言支持

然后再安装fcitx就可以了
头像
可爱的偏执狂
帖子: 6
注册时间: 2008-03-05 13:06

#14

帖子 可爱的偏执狂 » 2008-07-31 18:01

10楼用的什么字体,看上去不错啊
头像
aric286
帖子: 962
注册时间: 2007-12-03 9:54
联系:

#15

帖子 aric286 » 2008-07-31 21:21

先在哪个网站上打汉字,用汉语说吧,真累人,你一点都不懂就弄个英文的,呵呵,你英语好还没关系,不过可苦了要教你的人了,你打汉字求助,帮忙的人更多
回复