Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Wingpanel Ayatana-Compatibility Indicator

License

Notifications You must be signed in to change notification settings

eth-p/wingpanel-indicator-ayatana

Repository files navigation

Wingpanel Ayatana-Compatibility Indicator (Community Version)

Description:

Keep compatibility with ubuntu/unity indicators on Elementary OS wingpanel. If you want to install applications with indicators like weather forecast, redshift... this plug-in let these indicators appear in your panel.

Installation

Download the last release (zip) et extract files

Depedencies

You'll need the following dependencies to build :

sudo apt-get install gobject-introspection libglib2.0-dev libgranite-dev libindicator3-dev 
sudo apt-get install libwingpanel-2.0-dev valac gcc gtk+-3.0 meson 

Build with meson

Open a Terminal in the extracted folder, build your application with meson and install it with ninja:
meson build --prefix=/usr
cd build
ninja
sudo ninja install

About

Wingpanel Ayatana-Compatibility Indicator

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 93.7%
  • Meson 6.3%