Skip to content

notify-send: give failing exit code if showing notification fails

Ray Strode requested to merge wip/notify-error-code into master

Right now notify-send will quietly return a successful exit status even if showing the notification fails.

This commit changes the behavior to instead fail on failure.

Merge request reports