Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2018 06:27:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 227334] x11/gnome-shell: Unable to start session: Oh no something has gone wrong
Message-ID:  <bug-227334-6497-Szgix0fG3L@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227334-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227334-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=3D227334

--- Comment #2 from Wesley Moore <wes@wezm.net> ---
Further investigation shows that it appears to be some sort of race conditi=
on.
I edited /usr/local/libexec/gnome-settings-daemon-localeexec and changed the
exec line to use truss in order to try to trace where it was getting stuck:

truss -o /home/wmoore/Documents/gnome-settings-daemon-truss.out exec
/usr/local/libexec/gnome-settings-daemon

However after that change the hang stopped, even with --failsafe removed fr=
om
.xinitrc[1]. Suspecting the slight delay introduced by truss I then changed
gnome-settings-daemon-localeexec to include a one second sleep and that see=
ms
to have the same effect:

Code:

sleep 1
exec /usr/local/libexec/gnome-settings-daemon

[1]: My .xinitrc looks like this:

exec gnome-session --debug > .xsession-errors 2>&1

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



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