El notify-send
manual de comando dice
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.
Significado de los últimos 3 parámetros: category
, hint
y version
está claro para mí.
libnotify
notify-send
Ivan
fuente
fuente
version
es el más fácil de explicar. :)libnotify
. Solo correnotify-send -v
.-v
o--version
es una opción muy estándar en el mundo Linux para pedirle al programa que imprima su número de versión interno. Prueba por ejemplols --version
.Respuestas:
El
manpage
(en Debian GNU / Linux) sugiere mirar http://www.galago-project.org/specs/notification/ .De la revisión 0.9.
Categoría
Sugerencias estándar
Debian GNU / Linux Bug # 869277
fuente