用root权限起gedit出现下面错误
GConf 错误:Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: 获取到会话的连接失败:Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
用root权限起meld出现下面错误
[root@localhost meld-1.1.3]# ./meld
(meld:3834): GnomeUI-WARNING **: While connecting to session manager:
None of the authentication protocols specified are supported.
Traceback (most recent call last):
File "./meld", line 106, in <module>
meldapp.main()
File "/home/zhourr/Download/meld-1.1.3/meldapp.py", line 841, in main
app = MeldApp()
File "/home/zhourr/Download/meld-1.1.3/meldapp.py", line 521, in __init__
self.prefs = MeldPreferences()
File "/home/zhourr/Download/meld-1.1.3/meldapp.py", line 450, in __init__
prefs.Preferences.__init__(self, "/apps/meld", self.defaults)
File "/home/zhourr/Download/meld-1.1.3/prefs.py", line 91, in __init__
self._gconf.add_dir(rootkey, gconf.CLIENT_PRELOAD_NONE)
glib.GError: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: 获取到会话的连接失败:Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
但是切换到普通用户就能正常,暂不知原因