This commit is contained in:
[yuri]
2025-11-11 14:34:06 +01:00
parent 03fa215fb0
commit e69b33c198

View File

@@ -141,6 +141,10 @@ if [[ "${DE}" == "xfce" || "${DDE}" == "xfce" ]]; then
cp -vrf "$SOURCE_DIR"/* "$DEST_DIR"/ cp -vrf "$SOURCE_DIR"/* "$DEST_DIR"/
shopt -u dotglob 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 fi
# End of script # End of script