move the gnome-initial-setup elsewhere
This commit is contained in:
		| @@ -10,12 +10,11 @@ | |||||||
|  |  | ||||||
| xconfig --startxonboot --defaultdesktop=GNOME # Start GNOME on boot. Althought it says X, it works as well with Wayland | xconfig --startxonboot --defaultdesktop=GNOME # Start GNOME on boot. Althought it says X, it works as well with Wayland | ||||||
|  |  | ||||||
| %packages # Beginning of the post-installation section | %packages --exclude-weakdeps # Beginning of the packages section.  | ||||||
|  |  | ||||||
| dejavu-sans-mono-fonts # the gnome-shell package doesn't include much fonts by default, resulting in weird spacings in the gnome-terminal. | dejavu-sans-mono-fonts # the gnome-shell package doesn't include much fonts by default, resulting in weird spacings in the gnome-terminal. | ||||||
| elementary-wallpapers-gnome.noarch # Gorgeous wallpapers | 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. | wpa_supplicant # WPA Supplicant for Linux. Not integrated by default in gnome-shell, but necessary to configure wireless networks through the Network Manager. | ||||||
| gnome-initial-setup # Add GNOME initial setup too. Does work. |  | ||||||
| gnome-shell | gnome-shell | ||||||
| gnome-terminal | gnome-terminal | ||||||
| -gnome-tour # We don't want GNOME-tour to open at launch so we delete it | -gnome-tour # We don't want GNOME-tour to open at launch so we delete it | ||||||
| @@ -26,6 +25,6 @@ nano # Minimal GNOME shell or desktop environment plus the nano text editor | |||||||
| %post --nochroot # Beginning of %post section. Those commands are executed outside the chroot environment | %post --nochroot # Beginning of %post section. Those commands are executed outside the chroot environment | ||||||
|  |  | ||||||
| # set new default background (doesn't work. Would have to call a script on first boot or something) | # 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' | gsettings set org.gnome.desktop.background picture-uri file:///usr/share/backgrounds/elementary/'Morskie Oko.jpg' | ||||||
|  |  | ||||||
| %end # End of the %post section | %end # End of the %post section | ||||||
		Reference in New Issue
	
	Block a user