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