Steve Langasek b45cad12b4 Ship static files instead of generating in a hook
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.
2023-12-20 11:39:38 -08:00

13 lines
426 B
Plaintext

# change settings to have an 'installer only' session by default
[org.gnome.desktop.a11y]
always-show-universal-access-status=true
# we can't unload the dock because the shell would enter the overview on login;
# https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1788
[org.gnome.shell.extensions.dash-to-dock:ubuntu]
dock-fixed=false
intellihide=false
[org.gnome.shell]
disabled-extensions=['ding@rastersoft.com']