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
- Host: GitHub
- URL: https://github.com/elementary/applications-menu
- Owner: elementary
- License: gpl-3.0
- Created: 2017-05-05T17:13:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-23T20:23:51.000Z (8 months ago)
- Last Synced: 2025-06-23T20:27:09.953Z (8 months ago)
- Topics: gtk, gtk3, hacktoberfest, meson, pantheon, vala, wingpanel
- Language: Vala
- Homepage: https://elementary.io
- Size: 9.16 MB
- Stars: 105
- Watchers: 29
- Forks: 39
- Open Issues: 100
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Applications Menu
[](https://l10n.elementary.io/engage/wingpanel/?utm_source=widget)
Lightweight and stylish app launcher.

## 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