notify-send: -t parameter does not affect the pause duration of the message
Bug #655935 reported by
TGP1994
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libnotify (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
It seems like the -t parameter, regardless of what it is set to, defaults to 10 seconds (-t 10000?), no matter what I put in. If I put in -t 0, then a simple message box shows up. Here's an example of some combinations I've tried:
desktop ~ $ notify-send -t 5000 "Test"
desktop ~ $ notify-send -t 3000 "Test"
desktop ~ $ notify-send -t 1000 "Test"
desktop ~ $ notify-send -t 1 "Test"
All causing the notification box to remain up for 10 seconds.
To post a comment you must log in.
Confirmed on Maverick.
The -t XXXX parameter doesn't change how long the notification shows.