/wingpanel-indicator-namarupa

Unofficial Ayatana compatibility layer for wingpanel

Primary LanguageValaGNU Lesser General Public License v2.1LGPL-2.1

icon Wingpanel Namarupa Indicator

Screenshot

Name Inspiration

The name Namarupa is used for the forces at play that govern the Ayatana, in Buddhism. Since this indicator manages the system tray icons which are under the Ayatana project, it seems clever to name this Namarupa.

Installation

For users

You'll need the latest debian file (.deb) in our releases tab (TBD) and this patched indicator-applications debian file, both installed.

For developers

You'll need the following dependencies:

  • gobject-introspection
  • libglib2.0-dev
  • libgranite-dev
  • libindicator3-dev
  • libwingpanel-2.0-dev
  • valac

Run meson to configure the build environment and then ninja to build:

meson build --prefix=/usr && cd build
ninja

To install, use ninja install:

sudo ninja install