1、安装xrdp
apt-get install -y xrdp
2、安装xfce4
apt-get install -y xfce4
3、配置xfce4
echo "xfce4-session" >~/.xsession
创建.xsession文件并写入内容。
4、继续配置xfce4
vi /etc/xrdp/startwm.sh
在. /etc/X11/Xsession前一行插入
xfce4-session
5、重启xrdp
service xrdp restart
7、使用远程桌面连接mstsc.exe,连接之后类型选择sesman-xvnc
填写用户名和密码之后就好了
8. 安装中文字体
apt-get install fonts-droid-fallback ttf-wqy-zenhei ttf-wqy-microhei fonts-arphic-ukai fonts-arphic-uming
9.安装谷歌浏览器 下面保存为 chrome.sh
wget -q -O – https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add –
echo ‘deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main’ | sudo tee /etc/apt/sources.list.d/google-chrome.list
sudo apt-get update
sudo apt-get install google-chrome-stable
10.桌面创建 谷歌浏览器的快捷方式
桌面右键 ->Create Launcher -> Name 输入 google 会弹出 谷歌浏览器图标,选中它
Command 替换为 /usr/bin/google-chrome-stable –no-sandbox
11. 色深问题
3389 连接 点 显示选项 -> 显示 -> 颜色 选 增强色(16位)