- 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).
How to set icon size in the notifications? How to set how much time
Share
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,
pynotifyis provided by thepython-notifypackage.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“.