The notify-send
pengguna perintah kata
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.
Arti dari 3 parameter terakhir: category
, hint
dan version
jelas bagi saya.
libnotify
notify-send
Ivan
sumber
sumber
version
adalah yang termudah untuk dijelaskan. :)libnotify
. Lari sajanotify-send -v
.-v
atau--version
opsi yang sangat standar di dunia Linux untuk meminta program untuk mencetak nomor versi internalnya. Coba misalnyals --version
.Jawaban:
Itu
manpage
(di Debian GNU / Linux) menyarankan untuk melihat http://www.galago-project.org/specs/notification/ .Dari revisi 0.9.
Kategori
Petunjuk Standar
Bug GNU / Linux Debian # 869277
sumber