crouton 安装手记
2018-03-04 本文已影响0人
Tony__Hu
GitHub:https://github.com/dnschneid/crouton
crouton下载地址:https://goo.gl/fd3zc
安装步骤:
sudo sh ~/Downloads/crouton -t xfce (-P 代理ip:port)
启动:
sudo enter-chroot startxfce4
或
sudo startxfce4
删除:
sudo delete-chroot chrootname(发行版代号)
或直接删除
/usr/local/chroot
里的文件夹
其它:
中文环境:
sudo apt install language-selector-gnome
使用设置里的language-support
或用
sudo update-locale LANG="zh_CN.utf-8" LANGUAGE="zh_cn:en"
修改系统语言
安装中文字体:
sudo apt install ttf-wqy-microhei
修改 /etc/default/locale 末尾添加:
LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN:zh:en_US"
/etc/environment 末尾添加:
LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN:zh:en_US“
重启
安装fcitx:
sudo install fcitx fcitx-sunpinyin
sudo vim ~/.xinitrc
添加内容:
XMODIFIERS=@im=fcitx
QT_IM_MODULE=fcitx
重启