mate-indicator-applet
Source Code | Bug Tracker | Dependencies
mate-indicator-applet is a small applet to display information from various applications consistently in the panel. The indicator applet exposes Ayatana Indicators in the MATE Panel. Ayatana Indicators are an initiative by Canonical to provide crisp and clean system and application status indication. They take the form of an icon and associated menu, displayed (usually) in the desktop panel. Existing indicators include the Message Menu, Battery Menu and Sound menu.
Simple build procedure:
$ ./autogen.sh --prefix=/usr # Build configuration
$ make # Build
For installation to a separate prefix change the above ./autogen.sh
command to:
$ ./autogen.sh --prefix=/an/other/path
After building the package you may install it:
[ Become root if necessary ]
$ make install # Installation