add gnome-initial-setup for desktop image

This commit is contained in:
lukas 2021-08-18 16:41:46 +02:00
parent 50defe6591
commit c20c21d3a4

View File

@ -17,7 +17,7 @@ dejavu-sans-mono-fonts # the gnome-shell package doesn't include much fonts by d
elementary-wallpapers-gnome.noarch # Gorgeous wallpapers
wpa_supplicant # WPA Supplicant for Linux. Not integrated by default in gnome-shell, but necessary to configure wireless networks through the Network Manager.
# initial-setup-gui # Wasn't able to make it working.
# gnome-initial-setup # Add GNOME initial setup too. Does work.
gnome-initial-setup # Add GNOME initial setup too. Does work.
gnome-shell
gnome-terminal
-gnome-tour # We don't want GNOME-tour to open at launch so we delete it
@ -27,7 +27,7 @@ nano # Minimal GNOME shell or desktop environment plus the nano text editor
%post
# set new background
gsettings set org.gnome.desktop.background picture-uri file:///usr/share/backgrounds/elementary/'Morskie Oko.jpg'
# set new default background (doesn't work. Would have to call a script on first boot or something)
# gsettings set org.gnome.desktop.background picture-uri file:///usr/share/backgrounds/elementary/'Morskie Oko.jpg'
%end