我是靠谱客的博主 陶醉芹菜,最近开发中收集的这篇文章主要介绍linux 6.5桌面环境,ECS Linux CentOS 6.5安装桌面环境后桌面环境无法正常启动的分析解决...,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

ECS Linux CentOS 6.5系统中安装了桌面环境(KDE或者Gnome)后,发现桌面环境不能正常启动,提示错误,如下所示:

"You are currently trying to run as the root super user. The super user is a specialized account that is not designed to run a normal user session. Various progra?ms will not function properly, and actions performed under this account can cause unrecoverable damage to the operating system."

8c545a7b8217fc19ffd0e98639fe5645.png

该问题是有桌面环境所依赖的相关服务没有启动。

使用如下指令将相关服务设置为自动启动后,再重启系统就可以了。

chkconfig --level 35 haldaemon on

chkconfig --level 35 messagebus on

最后

以上就是陶醉芹菜为你收集整理的linux 6.5桌面环境,ECS Linux CentOS 6.5安装桌面环境后桌面环境无法正常启动的分析解决...的全部内容,希望文章能够帮你解决linux 6.5桌面环境,ECS Linux CentOS 6.5安装桌面环境后桌面环境无法正常启动的分析解决...所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(53)

评论列表共有 0 条评论

立即
投稿
返回
顶部