分页: 1 / 1

请教::我是选择英文装的系统,如何进行中文美化???

发表于 : 2005-06-26 9:56
笨蛋的笨蛋
默认语言是英文...

如何对他进行中文美化呢?

或者保持英文默认,添加中文输入呢??

发表于 : 2005-06-26 11:40
oneleaf
不安装中文支持包就好了

发表于 : 2005-06-26 11:41
GOVO
$sudo dpkg-reconfigure locales 设置本地环境为英文,然后安装相应中文包和字体支持,然后安装输入法。这只是理论,我没有试过,我的本地环境是zh_CN.UTF-8的,不过我想输入法只是一个软件,可以在任何语言环境中安装吧。
中文美化,用圆体美化的方法就可以了,它只影响到在有中文的地方。

发表于 : 2005-07-27 13:51
proahang
楼上说的对,我就是用英文界面,然后安装中文支持、输入法。现在浏览网页好多了。 :D

发表于 : 2005-07-27 14:12
zwz
我也是先安装缺省的英文环境,然后添加中文支持。以下是我安装中文支持软件的步骤。希望对你有所帮助。

Package Repositories
====================

The default Ubuntu install only includes the main and the restricted components in /etc/apt/sources.list. However, the other two 才components, universe and multiverse, can be very useful to us. We'll need them in the following steps.

1. Edit sources.list

$ sudo su -
# cp -p /etc/apt/sources.list /etc/apt/sources.list.orig
# vi /etc/apt/sources.list

Add the universe and multiverse components to /etc/apt/sources.list:

deb http://cn.archive.ubuntu.com/ubuntu hoary universe
deb-src http://cn.archive.ubuntu.com/ubuntu hoary universe

deb http://cn.archive.ubuntu.com/ubuntu hoary multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu hoary multiverse

deb http://security.ubuntu.com/ubuntu hoary-security universe
deb-src http://security.ubuntu.com/ubuntu hoary-security universe

deb http://security.ubuntu.com/ubuntu hoary-security multiverse
deb-src http://security.ubuntu.com/ubuntu hoary-security multiverse

2. Fetch the package index files:

# aptitude update


Chinese
=======

- Install Chinese language packs

$ sudo aptitude install language-pack-zh language-pack-zh-base \
language-support-zh


- Install scim

$ sudo aptitude install scim scim-chinese scim-config-socket \
scim-frontend-socket scim-gtk2-immodule scim-server-socket scim-tables-zh

Type set-m17n-env as a normal user to setup m17n environment:

$ set-m17n-env


安装设置完毕后,记得重启一次X、甚至操作系统。