GitHub:https://github.com/dnschneid/crouton
crouton下載地址:https://goo.gl/fd3zc
安裝步驟:
sudo sh ~/Downloads/crouton -t xfce (-P 代理ip:port)
啟動(dòng):
sudo enter-chroot startxfce4
或
sudo startxfce4
刪除:
sudo delete-chroot chrootname(發(fā)行版代號(hào))
或直接刪除
/usr/local/chroot
里的文件夾
其它:
中文環(huán)境:
sudo apt install language-selector-gnome
使用設(shè)置里的language-support
或用
sudo update-locale LANG="zh_CN.utf-8" LANGUAGE="zh_cn:en"
修改系統(tǒng)語言
安裝中文字體:
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
添加內(nèi)容:
XMODIFIERS=@im=fcitx
QT_IM_MODULE=fcitx
重啟