/ 中存储网

告诉你Ubuntu gedit出错:Failed to connect to the session man

2015-04-23 09:12:51 来源:中存储网

在Ubuntu下刚才用su到root后,用命令gedit发现会出错:

** (gedit:2976): WARNING **: 连接已关闭
(gedit:2976): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported
** (gedit:2976): WARNING **: Could not connect to session bus

原因:

su   只能切换到管理员用户权限,不使用管理员的登陆脚本和搜索路径
su - 不但能切换到管理员权限并且使用管理员登陆脚本和搜索路径

解决方法:使用sudo gedit 或者su -后再gedit就没错误了!