gnome-terminal and GConf

Hello!

Since portupgrade, gnome-terminal said :
Code:
Failed to get the session bus: Failed to connect to socket /var/tmp/dbus-ht5YnHn5Da: No such file or directory
Falling back to non-factory mode.
GConf Error: 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 [url]http://projects.gnome.org/gconf/[/url] for information. (Details -  1: Failed to get connection 
to session: Failed to connect to socket /var/tmp/dbus-ht5YnHn5Da: No such file or directory)
GConf Error: 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 [url]http://projects.gnome.org/gconf/[/url] for information. (Details -  1: Failed to get connection 
to session: Failed to connect to socket /var/tmp/dbus-ht5YnHn5Da: No such file or directory)
GConf Error: 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 [url]http://projects.gnome.org/gconf/[/url] for information. (Details -  1: Failed to get connection 
to session: Failed to connect to socket /var/tmp/dbus-ht5YnHn5Da: No such file or directory)
GConf Error: 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 [url]http://projects.gnome.org/gconf/[/url] for information. (Details -  1: Failed to get connection 
to session: Failed to connect to socket /var/tmp/dbus-ht5YnHn5Da: No such file or directory)
GConf Error: 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 [url]http://projects.gnome.org/gconf/[/url] for information. (Details -  1: Failed to get connection 
to session: Failed to connect to socket /var/tmp/dbus-ht5YnHn5Da: No such file or directory)
GConf Error: 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 [url]http://projects.gnome.org/gconf/[/url] for information. (Details -  1: Failed to get connection 
to session: Failed to connect to socket /var/tmp/dbus-ht5YnHn5Da: No such file or directory)
GConf Error: 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 [url]http://projects.gnome.org/gconf/[/url] for information. (Details -  1: Failed to get connection 
to session: Failed to connect to socket /var/tmp/dbus-ht5YnHn5Da: No such file or directory)
GConf Error: 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 [url]http://projects.gnome.org/gconf/[/url] for information. (Details -  1: Failed to get connection 
to session: Failed to connect to socket /var/tmp/dbus-ht5YnHn5Da: No such file or directory)
**
ERROR:terminal-app.c:1432:terminal_app_init: assertion failed: (app->default_profile_id != NULL)

[2]+  Abort trap: 6           (core dumped) gnome-terminal
sudo gnome-terminal works fine.

Any suggestion ?

Thanks in advance.

Best regards,
Fred
 
Maybe it's a permission problem with dbus. Some of the .dbus files are owned by root and not by your user.

Try $ sudo chown -R <username>:<username> ~/.dbus/
 
Back
Top