Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3472112
  • 博文数量: 1450
  • 博客积分: 11163
  • 博客等级: 上将
  • 技术积分: 11101
  • 用 户 组: 普通用户
  • 注册时间: 2005-07-25 14:40
文章分类

全部博文(1450)

文章存档

2017年(5)

2014年(2)

2013年(3)

2012年(35)

2011年(39)

2010年(88)

2009年(395)

2008年(382)

2007年(241)

2006年(246)

2005年(14)

分类: LINUX

2008-04-15 18:33:27

Here is how to add the chinese environment for working in Ubuntu.

   1.You much be sure to select the Chinese locale zh_CN.UTF-8 using
      sudo dpkg-reconfigure locales

   2.If your operating system haven't zh_CN package
      sudo apt-get install language-pack-gnome-zh language-pack-gnome-zh-base language-pack-zh language-pack-zh-base language-support-zh

   3. Change Locale's current value
      sudo export LANG="zh_CN.UTF-8" or vi /etc/environmentue

   4. Set up fonts :
      sudo apt-get install ttf-arphic-ukai ttf-arphic-uming

   5.if your  system to use scim:
      sudo apt-get install scim scim-chinese scim-tables-zh scim-config-socket
      sudo sh -c " echo 'export XMODIFIERS=@im=SCIM ; export GTK_IM_MODULE="scim" ; scim -d ' > /etc/X11/Xsession.d/95xinput "sudo chmod +755 /etc/X11/Xsession.d/95xinput

If you have any suggestions for corrections,please  leave me a comment, and I’ll check it out.
阅读(544) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~