Comment 70 for bug 328575

Revision history for this message
OlivierS (olivier-olivier) wrote : Re: Cannot start gnome-terminal because of gconf error

The problem is that there is no session-dbus. The following lines of shell code start a session dbus, start gconfd and start the gnome-terminal

#!/bin/sh
eval 'dbus-launch --sh-syntax --exit-with-session'
/usr/lib/libgconf2-4/gconfd-2&
gnome-terminal

add it to a script, and start the script.