From 1f1445275e0497bf14b69c0afe92bda9c544715b Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 17 May 2026 21:10:24 +0200 Subject: [PATCH] Fix notification script for system update prompt --- scripts/notify-bootc-user.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/notify-bootc-user.sh b/scripts/notify-bootc-user.sh index 4561908..4c002be 100755 --- a/scripts/notify-bootc-user.sh +++ b/scripts/notify-bootc-user.sh @@ -35,6 +35,7 @@ else XDG_RUNTIME_DIR=/run/user/$USER_ID \ $NOTIFY "System-Update bereit" \ "Ein neues Image wurde heruntergeladen. Jetzt neu starten?" \ + --app-name="System-Update" \ --icon=software-update-available \ --urgency=critical \ --action="reboot=Jetzt neu starten" \