#19686: gnome-terminal fails to start -------------------------------------+-------------------------------------- Reporter: thecolourblue@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: gnome-terminal -------------------------------------+-------------------------------------- Changes (by macsforever2000@…): * port: => gnome-terminal Old description:
Trying to run gnome-terminal fails with this error:
$ gnome-terminal Xlib: extension "RANDR" missing on display "/tmp/launch-yGsTn9/:0". Failed to contact the GConf daemon; exiting.
As far as I can tell dbus is running, but gconfd is not:
$ ps ax | grep dbus
51173 ?? Ss 0:00.01 /opt/local/bin/dbus-daemon --system --nofork
51242 ?? S 0:00.02 /opt/local/bin/dbus-daemon --nofork --session
The installed versions of the software are:
$ port installed gnome-terminal dbus gconf The following ports are currently installed: dbus @1.2.12_5 (active)
gconf @2.26.2_0 (active)
gnome-terminal @2.26.1_0 (active)
New description: Trying to run gnome-terminal fails with this error: {{{ $ gnome-terminal Xlib: extension "RANDR" missing on display "/tmp/launch-yGsTn9/:0". Failed to contact the GConf daemon; exiting. }}} As far as I can tell dbus is running, but gconfd is not: {{{ $ ps ax | grep dbus 51173 ?? Ss 0:00.01 /opt/local/bin/dbus-daemon --system --nofork 51242 ?? S 0:00.02 /opt/local/bin/dbus-daemon --nofork --session }}} The installed versions of the software are: {{{ $ port installed gnome-terminal dbus gconf The following ports are currently installed: dbus @1.2.12_5 (active) gconf @2.26.2_0 (active) gnome-terminal @2.26.1_0 (active) }}} -- -- Ticket URL: <http://trac.macports.org/ticket/19686#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS