centos 安装xfce 以及远程xrdp

By | 2021 年 4 月 4 日

查看是否有xfce源
yum grouplist
没有则安装额外源
yum install epel-release -y

安装x-windows组件
yum groupinstall "X Window system"
安装完成再安装xfce
yum groupinstall xfce

开机启动xfce
systemctl set-default graphical.target
开启xfce桌面
systemctl isolate graphical.target

安装输入法
yum install fcitx*  im-chooser

安装中文字体
yum install  wqy*  cjkuni*

安装浏览器
yum install firefox
yum install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

安装远程xrdp
echo "xfce4-session" > ~/.Xclients

systemctl enable xrdp
systemctl start xrdp

远程黑屏,用这个
cd ~
touch .Xclients
echo "xfce4-session" > ~/.Xclients
chmod +x .Xclients

发表回复

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据