A compatibility plug-in that enables ayatana indicators on Wingpanel.
This is needed for third-party indicator support on Elementary OS Juno.
You'll need the following dependencies to build wingpanel-indicator-ayatana:
Dependency | Version |
---|---|
gobject-introspection | * |
libglib2.0-dev | * |
libgranite-dev | * |
libindicator3-dev | * |
libwingpanel-2.0-dev | * |
meson | 0.48 or newer |
valac | * |
On ElementaryOS Juno, you will need to install meson
through pip3 install meson
.
Run meson
to configure the build environment
meson build
Then run ninja
to build
cd build
ninja
To install, use ninja install
sudo ninja install