Skip to content

Some options provided to libnotify not work #21

@skyeagle

Description

@skyeagle

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions