core: Use vanilla-first-setup for post scripts

main
mirkobrombin 1 year ago
parent 24fa015e76
commit e7270b7e06

@ -67,7 +67,7 @@ class Processor:
f.write("[Desktop Entry]\n")
f.write("Name=FirstSetup Next Boot\n")
f.write("Comment=Run FirstSetup commands at the next boot\n")
f.write("Exec=kgx -e bash -c 'sh %s'\n" % next_boot_script_path)
f.write("Exec=vanilla-first-setup --run-post-script 'sh %s'\n" % next_boot_script_path)
f.write("Terminal=false\n")
f.write("Type=Application\n")
f.write("X-GNOME-Autostart-enabled=true\n")

Loading…
Cancel
Save