vi /etc/.profile
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
mesg n
# Installed by Debian Installer:
# no localization for root because zh_CN.UTF-8
# cannot be properly displayed at the Linux console
LANG=C #修改此行为:LANG="zh_CN.UTF-8"
LANGUAGE=C #修改此行为:LANGUAGE="zh_CN:zh"
qq1002517 于 2009-01-09 23:43:56发表:
谢谢诸位大侠,我可以在ubuntu下给你说谢谢了哈哈 ..
qq1002517 于 2009-01-09 23:19:44发表:
谢谢诸位大侠,我可以在ubuntu下给你说谢谢了哈哈 ..
roadwalker 于 2009-01-09 15:03:21发表:
那个“系统”-》“系统管理”-》”语言支持“中“支持的语言”中汉语的前面打勾,然后确定就可以自动安装完语言包了,这是系统自带的scim就可以支持中文输入了,什么五笔,智能拼音都有,很齐全。不用去下载其他的输入法软件了。
zhangaxi 于 2009-01-09 10:48:32发表:
是在ROOT下的话这样改下试:在root下打开隐藏文件.profile把最后的两行 LANG=C 和LANGUAGE=C改为如下所示后重启
vi /etc/.profile
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
mesg n
# Installed by Debian Installer:
# no localization for root because zh_CN.UTF-8
# cannot be properly displayed at the Linux console
LANG=C #修改此行为:LANG="zh_CN.UTF-8"
LANGUAGE=C #修改此行为:LANGUAGE="zh_CN:zh"
如果是一般用户的话:
打开终端,输入以下命令:
sudo apt-get install scim scim-pinyin(想装五笔等输入法的话就换成scim-tables-zh,这里装的是拼音输入法)
sudo apt-get install scim-gtk2-immodule scim-qtimm
sudo apt-get install im-switch
sudo im-switch -s scim
也可以打开新立得软件管理器(Synaptic),单击“搜索”按钮,输入scim,搜索与SCIM相关得所有软件。找到pinyin模块,单击右键,选择“标记并安装”项,单击“应用”按钮。打开SCIM配置实用工具对相关选项进行配置,重启计算机。
前提是你得能上网更新。
我以前遇到过。希望能帮上你的忙,不行的话就在网上搜下吧。
Osllgre 于 2009-01-09 09:55:50发表:
你用输入法搜索这个区可能会出来你要的答案
qq1002517 于 2009-01-09 08:50:47发表:
在线等啊...哦,说下 我装的VMware Workstation虚拟机,在虚拟机里弄的ubuntu8.1 .有能帮忙的大侠快来啊.....