Search found 1 match
- October 2nd, 2012, 8:12 pm
- Forum: Debian/Ubuntu Package
- Topic: Ubuntu system tray / menu
- Replies: 3
- Views: 2705
Re: Ubuntu system tray / menu
Windows and OSX have a single UI, with an API that's stable over time. There's no simple API to make something similar for Linux. Ubuntu has appindicators: http://unity.ubuntu.com/projects/appindicators/ And it's quite simple since even I managed to create an indicator and it was my first python sc...