-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Here is the irb example:
1.9.3p392 :001 > require 'libnotify'
=> true
1.9.3p392 :002 > Libnotify::VERSION
=> "0.8.0"
1.9.3p392 :003 > Libnotify.show(:body => "hello", :summary => "world", :timeout => 1, :append => true)
=> true
1.9.3p392 :004 > Libnotify.show(:body => "hello", :summary => "world", :timeout => 1, :append => true)
=> true
Messages have been displayed but with much longer timeout and
successively instead of appending.
My sistem is Ubuntu 12.04 x86_64.
libnotify4 version is 0.7.5-1
Any help appreciated. Thank you.
Metadata
Metadata
Assignees
Labels
No labels