/applications-menu

Applications Menu for elementary OS and the Pantheon desktop environment

Primary LanguageValaGNU General Public License v3.0GPL-3.0

Applications Menu

Translation status

Lightweight and stylish app launcher.

Screenshot

Building and Installation

You'll need the following dependencies:

  • bc
  • libgee-0.8-dev
  • libgranite-dev >= 6.1.0
  • libgtk-3-dev
  • libhandy-1-dev >= 0.83.0
  • libjson-glib-dev
  • libplank-dev
  • libsoup2.4-dev
  • libswitchboard-3-dev
  • libunity-dev
  • libwingpanel-dev
  • libzeitgeist-2.0-dev
  • meson
  • pkg-config
  • 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

To run the tests, use ninja test

ninja test