Introduction

Indicators are various components that display systematic state and features throughout Ubuntu. On the phone they exist on the StatusBar and on the desktop they appear in the MenuBar. Generally they consist of a small service that provides a model to the desktop shell to generate the User Interface.

The architecture of an indicator is to have a small service that specializes in the specific type of information being displayed. It consists of two sections:

indicator-generic.svg

Each indicator installs a small file in /usr/share/unity/indicators which defines where to find it on DBus and how it should be displayed in the panel. Indicator process are managed by the session init daemon.

Indicators (last edited 2014-10-03 22:08:31 by cpe-76-187-224-40)