如何自定义pynotify?
- 如何设置通知中的图标大小?
- 如何设置通知的显示时间?
- 完整的 pynotify 文档在哪里?
- 通知可以点击吗? (示例:如果我单击通知,则在终端中打印“hello world”)。
- How to set icon size in the notifications?
- How to set how much time the notification have to be shown?
- Where is a complete pynotify documentation?
- Can the notification be clickable? (example: if I click on the notification, print "hello world" in the terminal).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Ubuntu 使用 Notify OSD,它不允许您控制超时。超时持续时间取决于消息的长度。
在 Ubuntu 上,
pynotify
由python-notify
包提供。根据/usr/share/doc/python-notify/copyright,包内容来自 galago-项目。
最新的 tarball 发布于 2006 年 10 月 8 日,不包含任何文档。
我能找到的最接近文档的是“桌面通知规范”。
不幸的是,没有。请参阅“避免操作”。
Ubuntu uses Notify OSD, which does not allow you to control the timeout. The timeout duration depends on the length of the message.
On Ubuntu,
pynotify
is provided by thepython-notify
package.According to /usr/share/doc/python-notify/copyright, the package contents come from the galago-project.
The latest tarball was on 2006-10-08, and contains no documentation.
The closest thing I could find to documentation was the "Desktop Notification Specification".
Unfortunately, no. See "Avoiding actions".