diff --git a/ChangeLog b/ChangeLog index e5c2f2f..49a0b1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ needrestart (3.5) unstable; urgency=high (github issue #155 by Fenhl @fenhl and Christian @git-developer) [uCode] Support local override for iucode_tool call. (github issue #148 by @mphilipps and Marc Dequènes (Duck) @duck-rh) + - [notify] Add app name to notify-send call. + (github issue #76 by @Vladimir-csp) * Fixes: - [Core] Do not restart networking.service. diff --git a/ex/notify.d/400-notify-send b/ex/notify.d/400-notify-send index 6ca5599..2e7a116 100755 --- a/ex/notify.d/400-notify-send +++ b/ex/notify.d/400-notify-send @@ -48,7 +48,7 @@ case "$NR_SESSION" in MSGBODY=$(gettext 'Your session is running obsolete binaries or libraries as listed below. Please consider a relogin or restart of the affected processes!')'\n'$(cat) - su -p -s /bin/sh -c "$NSEND -u critical -i dialog-warning \"$MSGTITLE\" \"$MSGBODY\"" "$NR_USERNAME" + su -p -s /bin/sh -c "$NSEND -a needrestart -u critical -i dialog-warning \"$MSGTITLE\" \"$MSGBODY\"" "$NR_USERNAME" ;; *) echo "[$0] skip session '$NR_SESSION'" 1>&2