Use the ubuntu-desktop-bootstrap snap as the Ubuntu Desktop installer

ubuntu-core-desktop-noble
Sebastien Bacher 10 months ago
parent 790d183622
commit fdf1a22b92

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (24.04.31) UNRELEASED; urgency=medium
* Use the ubuntu-desktop-bootstrap snap as the Ubuntu Desktop installer
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 12 Feb 2024 21:30:16 +0100
livecd-rootfs (24.04.30) noble; urgency=medium
[ Heinrich Schuchardt ]

@ -779,7 +779,7 @@ case $PROJECT in
add_task minimal.standard ubuntu-desktop ubuntu-desktop-default-languages
add_task minimal.standard.live ubuntu-live
remove_package minimal.standard.live ubiquity-frontend-gtk
add_snap minimal.standard.live ubuntu-desktop-installer/classic
add_snap minimal.standard.live ubuntu-desktop-bootstrap/classic
add_package minimal.standard.live linux-$KERNEL_FLAVOURS casper
cat <<-EOF > config/minimal.catalog-in.yaml

@ -10,6 +10,6 @@ Conflicts=gnome-session@gnome-login.target
[Service]
Type=oneshot
ExecStart=/snap/bin/ubuntu-desktop-installer --try-or-install
ExecStart=/snap/bin/ubuntu-desktop-bootstrap --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

Loading…
Cancel
Save