QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1492|回复: 3

ubuntu高速mirror!!

[复制链接]
发表于 2005-2-16 21:08:50 | 显示全部楼层 |阅读模式
找到个台湾的ubuntu镜像,速度飞快,几乎是拯救我留在debian系统的重要理由。不敢私藏,与大家共享!
[code:1]
deb ftp://os.nchc.org.tw/ubuntu/ hoary main restricted universe multiverse
deb-src ftp://os.nchc.org.tw/ubuntu/ hoary main restricted universe multiverse
deb ftp://os.nchc.org.tw/ubuntu/ hoary-security main restricted universe multiverse
deb ftp://debian.linux.org.tw/pub/apt unstable main (安装fireflysung)
[/code:1]

强烈建议在安装完base-system后,就使用此源,以后在安装gnome时可以获得最新。
[code:1]
#dpkg-reconfigure locales
#apt-get install xserver-xorg
#apt-get install ttf-fireflysung ttf-bitstream-vera ttf-arphic-gbsn00lp ttf-arphic-gkai00mp
#apt-get install msttfcorefonts
#apt-get install ubuntu-base ubuntu-desktop ubuntu-sounds ubuntu-artwork
#apt-get install scim-chinese
[/code:1]

编辑/etc/X11/Xsession.d/95locales-xinput-set
[code:1]
case "$LANG" in
zh_CN*)
        /usr/bin/scim -d(或fcitx &)
            XMODIFIERS=@im=scim(或fcitx)
        GTK_IM_MODULE=scim(或fcitx)
        ;;
zh_TW*)
       /usr/bin/scim -d(或fcitx &)
        XMODIFIERS=@im=scim(或fcitx)
        GTK_IM_MODULE=scim(或fcitx)
        ;;
zh_HK*)
        /usr/bin/scim -d(或fcitx &)
        XMODIFIERS=@im=scim(或fcitx)
        GTK_IM_MODULE=scim(或fcitx)
        ;;
esac
export XMODIFIERS GTK_IM_MODULE
export LANG=zh_CN.UTF-8  (如果你没有设置locale=zh_CN.UTF-8)
export G_FILENAME_ENCODING=@UTF-8
[/code:1]

无论你是用startx还是用gdm进入桌面,debian系统中都会运行这个etc/X11/Xsession.d/95locales-xinput-set文件,所以你不需要在~/.xinitrc中写这些内容。
发表于 2005-3-7 11:20:09 | 显示全部楼层
非常有用,谢谢!
回复

使用道具 举报

发表于 2005-3-7 16:31:05 | 显示全部楼层
顶一下
回复

使用道具 举报

发表于 2005-3-7 21:57:35 | 显示全部楼层
请问你的 /etc/X11/Xsession.d/95locales-xinput-set 文件是什么包里面的?

请运行一下 dpkg -S /etc/X11/Xsession.d/95locales-xinput-set 然后看一下输出
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-22 23:43 , Processed in 0.049577 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表