From e69b33c1987c1e8a1c6dd1bd2fb6f8ed5e97ae73 Mon Sep 17 00:00:00 2001 From: "[yuri]" <[yuri.kuit@gmail.com]> Date: Tue, 11 Nov 2025 14:34:06 +0100 Subject: [PATCH] bugfix --- v2/debian-full.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/v2/debian-full.sh b/v2/debian-full.sh index d90bd7c..68b5d43 100755 --- a/v2/debian-full.sh +++ b/v2/debian-full.sh @@ -141,6 +141,10 @@ if [[ "${DE}" == "xfce" || "${DDE}" == "xfce" ]]; then cp -vrf "$SOURCE_DIR"/* "$DEST_DIR"/ shopt -u dotglob + # 3. CRITICAL FIX: Reset the xfconf channel to force the daemon to re-read the file. + say_yellow "Forcing Xfconf daemon to reset panel settings and load the new XML..." + xfconf-query -c xfce4-panel --reset -r / + fi # End of script