You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 0.6.17
With versions of dbus-launch greater or equal to 1.11.4, we can use
--exit-with-x11 as --exit-with-session is not recommended anymore (and
it our case, it can trigger a bug as the process won't die if it
couldn't connect to the X server).
We still need to support older versions of dbus-launch, hence we test
the output of 'dbus-launch --help' (which is easier than parsing the
version number).