From 3ad844ca05049b97b7b7b886055114e06430b23b Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 23 Jul 2021 09:40:55 +0200 Subject: [PATCH] try to fix vdmd --- leaves/vdmd.cfg | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/leaves/vdmd.cfg b/leaves/vdmd.cfg index 5b8721d..1f2c74a 100644 --- a/leaves/vdmd.cfg +++ b/leaves/vdmd.cfg @@ -18,13 +18,12 @@ %post # Beginning of the post-installation section -dnf update -y # Update the system -# dnf install -y gnome-shell gnome-terminal nano # Minimal GNOME shell or desktop environment plus the text nano editor -# dnf install -y spice-vdagent # Try to install spice-vdagent after the installation is done -# dnf install -y dejavu-sans-mono-fonts # the gnome-shell package doesn't include much fonts by default, resulting in weird spacings in the gnome-terminal. -# dnf install -y elementary-wallpapers-gnome.noarch # Gorgeous wallpapers -# dnf install -y wpa_supplicant # WPA Supplicant for Linux. Not integrated by default in gnome-shell, but necessary to configure wireless networks through the Network Manager. -# dnf remove -y gnome-tour # We don't want GNOME-tour to open at launch so we delete it -# systemctl set-default graphical.target # Set the desktop environment as the default booting target with systemd +dnf install -y gnome-shell gnome-terminal nano # Minimal GNOME shell or desktop environment plus the text nano editor +dnf install -y spice-vdagent # Try to install spice-vdagent after the installation is done +dnf install -y dejavu-sans-mono-fonts # the gnome-shell package doesn't include much fonts by default, resulting in weird spacings in the gnome-terminal. +dnf install -y elementary-wallpapers-gnome.noarch # Gorgeous wallpapers +dnf install -y wpa_supplicant # WPA Supplicant for Linux. Not integrated by default in gnome-shell, but necessary to configure wireless networks through the Network Manager. +dnf remove -y gnome-tour # We don't want GNOME-tour to open at launch so we delete it +systemctl set-default graphical.target # Set the desktop environment as the default booting target with systemd %end # End of the %post section \ No newline at end of file