首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >opencloudos安装图形界面

opencloudos安装图形界面

原创
作者头像
Windows技术交流
修改2022-11-09 01:37:53
修改2022-11-09 01:37:53
8K1
举报
文章被收录于专栏:Windows技术交流Windows技术交流

参考https://cloud.tencent.com/developer/article/1627252 配置xfce4是一次性成功的。

看下我的踩坑过程:

方法一,自己用iso在vmware虚拟机安装系统时选配图形界面即可

http://mirrors.tencent.com/opencloudos/8.5/isos/

方法二、命令行安装法

yum groupinstall "Server with GUI" -y

systemctl set-default graphical

reboot

yum install cmake patch gcc make autoconf libtool automake pkgconfig openssl-devel gettext file pam-devel libX11-devel libXfixes-devel libjpeg-devel libXrandr-devel flex bison gcc-c++ libxslt perl-libxml-perl xorg-x11-font-utils nasm

reboot

因为opencloudos的yum源上默认没开启epel源,所以yum install xrdp找不到

没有xrdp,去xrdp官网拿包安装

https://github.com/neutrinolabs/xrdp/releases

解压,编译安装

./bootstrap

./configure

make

make install

如果./configure的时候报错如下,执行yum install nasm -y后重新执行./configure

systemctl enable xrdp

这样弄下来,远程后是黑屏,不知道咋解决,那还是用yum吧

回到之前源码编译安装的目录执行make uninstall卸载,然后启用epel源然后再yum install xrdp,即:

yum install epel-release -y

yum install tigervnc-server xrdp -y

试了下,还是跟之前一样,远程上后是黑屏,就一个鼠标

于是换一个办法,参考https://cloud.tencent.com/developer/article/1627252 配置xfce4

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 [email protected] 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 [email protected] 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档