From 6ea9bcbf0a1517d5ac5362b6461ca27075bcd6df Mon Sep 17 00:00:00 2001 From: "[yuri]" <[yuri.kuit@gmail.com]> Date: Mon, 10 Nov 2025 17:35:26 +0100 Subject: [PATCH] bugfix --- v2/debian-full.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/debian-full.sh b/v2/debian-full.sh index 8ee3c2b..1f385cd 100755 --- a/v2/debian-full.sh +++ b/v2/debian-full.sh @@ -127,6 +127,7 @@ if [[ "${DE}" == "xfce" || "${DDE}" == "xfce" ]]; then # Add indicator-plugin to panel if not already present if command -v xfconf-query >/dev/null 2>&1; then + xfconf-query -c xfce4-panel -p /panels -n -t int -s 1 || true PANEL_ID=$(xfconf-query -c xfce4-panel -p /panels -v | grep -Eo '[0-9]+' | head -n1) # Add indicator plugin to first panel xfconf-query -c xfce4-panel -p /plugins/plugin-ids -t int -a -s "$(($(xfconf-query -c xfce4-panel -p /plugins/plugin-ids | wc -l)+1))" || true