Skip to content

Delay XDG autostart applications on systemd

Benjamin Berg requested to merge benzea/systemd-issue-35 into master

When launching on systemd we did not synchronize the phases after the shell is loaded. Due to this, applications may start up before g-s-d is started, which should not be the case.

Add a further one-way synchronization point so that gnome-session only starts launching applications after gnome-session.target has been reached.

Fixes: #35

CC: @iainl

Merge request reports