v3-revamp-fedora

This commit is contained in:
2026-07-06 15:41:59 +02:00
parent 5b2107b348
commit b2181285c0
+6 -1
View File
@@ -72,7 +72,12 @@ CURRENT_DM="$(detect_display_manager)"
if [[ -z "$CURRENT_DE" || "$CURRENT_DE" == "none" ]]; then
color_cyan "No Desktop Environment detected. Installing XFCE (light setup with SDDM)..."
install_packages sddm xfce4-session xfce4-settings xfwm4 xfce4-panel xfdesktop Thunar xfce4-goodies
# 1. Install core XFCE desktop components + SDDM
install_packages sddm xfce4-session xfce4-settings xfwm4 xfce4-panel xfdesktop Thunar
# 2. Install the XFCE core plugins safely via DNF group/virtual syntax
install_packages @xfce-extra-plugins
enable_graphical_target
sudo systemctl enable sddm