Ubuntu: How to add Systray notification icon using an ruby app?

1.2k Views Asked by At

I would like to create a ruby app which will install a notification icon in ubuntu systray (just like Skype, DropBox etc).

What would be the exact instructions to accomplish this? Pointers (or links) would be good too, to help me get started. I have no clue when it comes to ubuntu app programming.

1

There are 1 best solutions below

0
On

I think the answer depends on what desktop you are using. For both gnome and unity, libappindicator seems to work. Maybe this will help you using it in ruby. You might need to configure unity to allow your application to use the systray, though.