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.
- You need to add Pantheon to the list of desktops abled to work with indicators:
sudo nano /etc/xdg/autostart/indicator-application.desktop
Search the parameter: OnlyShowIn= and add "Pantheon" at the end of the line :
OnlyShowIn=Unity;GNOME;Pantheon;
Save your changes (Ctrl+X to quit + Y(es) save the changes + Enter to valid the filename) and reboot.
- You'll need the following dependencies:
- gobject-introspection
- libglib2.0-dev
- libgranite-dev
- libindicator3-dev
- libwingpanel-2.0-dev
- valac
sudo apt install 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
- To install, use ninja install:
sudo ninja install