[Bug 195394] x11/gnome-terminal fails to start

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 30 18:09:57 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195394

--- Comment #18 from John Hein <z7dr6ut7gs at snkmail.com> ---
I have a running dbus under mate [1].  It fails unless I use dbus-launch (which
effectively starts a new dbus session) [2].

Same failure described by the OP:

% /usr/local/bin/gnome-terminal
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0:
Error calling StartServiceByName for org.gnome.Terminal:
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process
org.gnome.Terminal exited with status 8

A while ago (years) I tried using gnome (3) for the session (now I use mate)
and had the same error.  I don't know right now if it's still a problem when
running under a gnome session.  I'll try the next time I restart my desktop
session.  If not, I suppose this could be considered a mate bug, but it seems
like gnome-terminal should be a little more resilient and be able to set up
dbus session things itself in an existing session.

[1] 
% env | grep DBUS
DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbus-DdHesoN6XE,guid=f89b8ac5e5b73e7f004625b05a5cf6b3
% dbus-send --session --dest=org.freedesktop.DBus --type=method_call
--print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames
method return time=1517333841.467683 sender=org.freedesktop.DBus ->
destination=:1.183 serial=3 reply_serial=2
   array [
      string "org.freedesktop.DBus"
      string ":1.7"
      string ":1.8"
      string ":1.9"
      string "org.mate.Panel"
      string "org.mate.PowerManager"
      string "org.gtk.vfs.Daemon"
      string "org.mate.ScreenSaver"
      string "org.mate.panel.applet.NotificationAreaAppletFactory"
      string "org.mate.panel.applet.ClockAppletFactory"
      string "org.Gnome.SessionManager"
 .
 .



[2] 'dbus-launch gnome-terminal' works fine (but starts a new session bus
instance of dbus-daemon).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list