Das notify-send
Befehlshandbuch sagt
Usage:
notify-send [OPTION...] <SUMMARY> [BODY] - create a notification
Help Options:
-?, --help Show help options
Application Options:
-u, --urgency=LEVEL Specifies the urgency level (low, normal, critical).
-t, --expire-time=TIME Specifies the timeout in milliseconds at which to expire the notification.
-i, --icon=ICON[,ICON...] Specifies an icon filename or stock icon to display.
-c, --category=TYPE[,TYPE...] Specifies the notification category.
-h, --hint=TYPE:NAME:VALUE Specifies basic extra data to pass. Valid types are int, double, string and byte.
-v, --version Version of the package.
Bedeutung der letzten drei Parameter: category
, hint
und version
ist mir unklar.
libnotify
. Renn einfach notify-send -v
. -v
oder es --version
ist eine Standardoption in der Linux-Welt, das Programm aufzufordern, seine interne Versionsnummer auszudrucken. Versuchen Sie es zum Beispiel ls --version
.
version
am einfachsten zu erklären. :)