1--- a/kill.c
2+++ b/kill.c
3@@ -55,7 +55,7 @@ static void notify(const char* summary, const char* body)
4 }
5 // Complete command line looks like this:
6 // dbus-send --system / net.nuetzlich.SystemNotifications.Notify 'string:summary text' 'string:and body text'
7- execl("/usr/bin/dbus-send", "dbus-send", "--system", "/", "net.nuetzlich.SystemNotifications.Notify",
8+ execlp("dbus-send", "dbus-send", "--system", "/", "net.nuetzlich.SystemNotifications.Notify",
9 summary2, body2, NULL);
10 warn("notify: exec failed: %s\n", strerror(errno));
11 exit(1);