From b2181285c0522f5c8fbd124e303ecee13e2c2c1a Mon Sep 17 00:00:00 2001 From: Yuri Kuit Date: Mon, 6 Jul 2026 15:41:59 +0200 Subject: [PATCH] v3-revamp-fedora --- fedora/fedora-xfce.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fedora/fedora-xfce.sh b/fedora/fedora-xfce.sh index 0958ecb..53a1c57 100755 --- a/fedora/fedora-xfce.sh +++ b/fedora/fedora-xfce.sh @@ -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