An open API service indexing awesome lists of open source software.

https://github.com/elementary/applications-menu

Applications Menu for elementary OS and the Pantheon desktop environment
https://github.com/elementary/applications-menu

gtk gtk3 hacktoberfest meson pantheon vala wingpanel

Last synced: 8 months ago
JSON representation

Applications Menu for elementary OS and the Pantheon desktop environment

Awesome Lists containing this project

README

          

# Applications Menu
[![Translation status](https://l10n.elementary.io/widgets/wingpanel/-/applications-menu/svg-badge.svg)](https://l10n.elementary.io/engage/wingpanel/?utm_source=widget)

Lightweight and stylish app launcher.

![Screenshot](data/screenshot.png?raw=true)

## 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
* libswitchboard-3-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