mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 12:47:30 +00:00
When the files we're creating in the live layer have static content, ship them in live-build/ubuntu/includes.chroot.minimal.standard.live instead of generating them from live-build/ubuntu/hooks/020-ubuntu-live.chroot_early. Also fixes the fact that live-build/ubuntu/hooks/020-ubuntu-live.chroot_early was incorrectly writing to /root in the previous upload instead of /usr.
16 lines
548 B
Desktop File
16 lines
548 B
Desktop File
# start the installer on session start, restore normal session on close
|
|
|
|
[Unit]
|
|
Description=Ubuntu Desktop Installer
|
|
PartOf=graphical-session.target
|
|
After=graphical-session.target
|
|
|
|
# Never run in GDM
|
|
Conflicts=gnome-session@gnome-login.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/snap/bin/ubuntu-desktop-installer --try-or-install
|
|
ExecStopPost=sh -c "gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed true; gsettings set org.gnome.shell.extensions.dash-to-dock intellihide true; gnome-extensions enable ding@rastersoft.com"
|
|
Restart=no
|