Comment 0 for bug 1970647

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

No error exit code is returned by notify-send on failure

[ Test case ]

1. Run:
   jhbuild run env DBUS_SESSION_BUS_ADDRESS= notify-send foo bar || echo error
2. In a terminal "error" should be printed

[ Regression potential ]

Programs relying on notify-send may have errors when they did not.