Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2016 19:35:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 206663] x11/gnome-shell: shell and desktop failed
Message-ID:  <bug-206663-6497-EMOJHekkiR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206663-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206663-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206663

--- Comment #18 from Ting-Wei Lan <lantw44@gmail.com> ---
When it prints 'WARNING **: Name taken or bus went away - shutting down' and
exits, is the name 'org.gnome.SettingsDaemon' already owned by other proces=
ses
on your D-Bus session bus?

You can use d-feet to check it. Switch to the 'Session Bus' tab and search =
for
'org.gnome.SettingsDaemon'. It can show pid and cmd of the process.
Unfortunately, it seems the version provided by FreeBSD ports is broken, and
you may have to build it manually from upstream source:
https://git.gnome.org/browse/d-feet.

If you don't want to use d-feet, you can use command 'gdbus call --session
--dest=3Dorg.freedesktop.DBus --object-path=3D/org/freedesktop/DBus
--method=3Dorg.freedesktop.DBus.ListNames' to get the list of name on the s=
ession
bus. If you find the name 'org.gnome.SettingsDaemon' exists in the list wit=
hout
running gnome-settings-daemon, you can use command 'gdbus call --session
--dest=3Dorg.freedesktop.DBus --object-path=3D/org/freedesktop/DBus
--method=3Dorg.freedesktop.DBus.GetConnectionUnixProcessID
org.gnome.SettingsDaemon' to get its pid and find the name of the process.

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206663-6497-EMOJHekkiR>