mattn / growl-for-linux

Growl Implementation For Linux #growl4linux
http://mattn.github.io/growl-for-linux
BSD 2-Clause "Simplified" License
208 stars 24 forks source link

Growl notifications don't disappear #20

Open cue232s opened 12 years ago

cue232s commented 12 years ago

I'm using grow notifications on Ubuntu 11.10. I am using them with the ruby_gntp gem inside a rails app. Once I run a test and receive the notification, I can't figure out how to make it go away... I just persist at the bottom of the screen. Also, how do I change the look and location of the notifications?

Thanks!

mattn commented 12 years ago

Currently, display is provided as shared library written in C language. And they don't look any other configuration to customize poisition to display. I'm thinking that I must to add support to customize thems.

cue232s commented 12 years ago

Yes. that would be nice. So at this point there is nothing I can do?

mattn commented 12 years ago

Yes, I hope so.

MikeBlyth commented 12 years ago

I also am trying to use Growl for Linux with ruby_gntp, on Ubuntu 12.04. I can't close the notification windows and they block important working area. As I recall, this was not a problem when I was using Ubuntu 10.10. Neither sticky or non-sticky notifications can be closed. Perhaps it is not a problem with the program but my setup?

mattn commented 12 years ago

Can you please send the ruby script to me?

On Fri, Aug 31, 2012 at 11:38 PM, Mike Blyth notifications@github.comwrote:

I also am trying to use Growl for Linux with ruby_gntp, on Ubuntu 12.04. I can't close the notification windows and they block important working area. As I recall, this was not a problem when I was using Ubuntu 10.10. Neither sticky or non-sticky notifications can be closed. Perhaps it is not a problem with the program but my setup?

— Reply to this email directly or view it on GitHubhttps://github.com/mattn/growl-for-linux/issues/20#issuecomment-8194009.

cue232s commented 12 years ago

still no solution to this?

mattn commented 12 years ago

Yes, I didn't work for this yet. If you want to locate the growl to top of screen, you should choose display like libnotify or others whcih show growl on top screen.