notify-send ignores timeout?

Posted by Hooked on Ask Ubuntu See other posts from Ask Ubuntu or by Hooked
Published on 2012-03-07T21:17:36Z Indexed on 2012/09/24 15:50 UTC
Read the original article Hit count: 278

Filed under:
|

Maybe I'm doing something wrong, but shouldn't the commands (run separately)

notify-send -t 1 "test"
notify-send -t 1000 "test"
notify-send -t 10000 "test"

Have different timeouts? The first being nearly instantaneous, the second one taking 1 sec and the third 100 seconds. In all cases it seems to take about six seconds.

I'm using the development branch of Precise, if this isn't an issue in the released version I'll close this as being too localized, but I'm unable to test it now.

© Ask Ubuntu or respective owner

Related posts about notify-osd

Related posts about libnotify