elementary / applications-menu

Applications Menu for elementary OS and the Pantheon desktop environment
https://elementary.io
GNU General Public License v3.0
104 stars 35 forks source link
gtk gtk3 hacktoberfest meson pantheon vala wingpanel

Applications Menu

Translation status

Lightweight and stylish app launcher.

Screenshot

Building and Installation

You'll need the following dependencies:

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

To run the tests, use ninja test

ninja test