fc21: fix DispVM preparation - Xorg has new name

This commit is contained in:
Marek Marczykowski-Górecki 2015-03-01 20:27:27 +01:00
parent c9e36eff14
commit fdca69ae78

View File

@ -9,7 +9,7 @@ possibly_run_save_script()
Xorg -config /etc/X11/xorg-preload-apps.conf :0 &
while ! [ -S /tmp/.X11-unix/X0 ]; do sleep 0.5; done
DISPLAY=:0 su - user -c /tmp/qubes-save-script
killall Xorg
killall Xorg Xorg.bin
}
if qubesdb-read /qubes-save-request 2>/dev/null ; then