有誰知道我可以通過通知發送多個彈出窗口一次出現在屏幕上。堆棧多個libnotify彈出
有了:
$ notify-send 'Message One' 'Body One' & notify-send 'Message Two' 'Body Two' & notify-send 'Message Three' 'Body Three'
每一個等待隊列中被顯示之前到期之前的彈出窗口中,我試圖讓所有三儘快向下級聯屏幕。
男子說:
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.
Help options:
-?, --help
Show this help message
-h, --hint=TYPE:NAME:VALUE
Specifies basic extra data to pass. Valid types are int, double, string and byte.
的緊急性設定關鍵沒什麼區別。
TIA
我得到在同一時間的所有三個通知。 – 2010-07-22 00:53:26
真的!?只是嘗試在我的Ubuntu系統上,並依次一個接一個。 – 2010-07-22 14:41:52
是的,在Ubuntu 9.04系統上。 – 2010-07-22 14:59:54