如果我使用示例用法命令来获取来自Zenity 文档网站:
zenity --notification\
--window-icon="info" \
--text="There are system updates necessary!"
我收到一条通知,底部有一个按钮,上面写着“执行默认操作”。单击该按钮可删除通知。
如何更改默认值并使其显示其他内容?或者完全删除按钮?默认操作是如何运行的? man zenity、zenity --help-notification 和上面的网站似乎对此事完全保持沉默。
我使用的是 Xubuntu 14.04,使用的是 Zenity 3.8.0。
答案1
你有没有尝试过使用通知发送?
$ notify-send -t 100 "Alert" "There are system updates Necessary"