sudo -i
apt update
apt install xorg
apt install xfce4
apt install xrdp
echo xfce4-session >~/.xsession
service xrdp restart  
passwd
snap install firefox
snap install libreoffice

apt-get install language-pack-zh-hans
locale-gen zh_CN.UTF-8
vim /etc/default/locale

LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN:zh:en_US:en"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_ALL=zh_CN.UTF-8

reboot

sudo apt-get install fcitx
sudo apt install fcitx-bin
sudo apt-get install fcitx-table

[RDP]
reboot

发表评论