Comment 7 for bug 1882102

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

BTW, the failing line 29 of script is systemd-related:

if [ -d "${XDG_RUNTIME_DIR}/systemd" ]; then
  exec /usr/libexec/gnome-session-binary --systemd "$@"
else
  exec /usr/libexec/gnome-session-binary --builtin "$@"
fi

So I wonder if you just need to remove ${XDG_RUNTIME_DIR}/systemd ?