https://github.com/elementary/notifications
Gtk Notifications Server
https://github.com/elementary/notifications
freedesktop freedesktop-notifications gtk gtk3 hacktoberfest meson vala
Last synced: 3 months ago
JSON representation
Gtk Notifications Server
- Host: GitHub
- URL: https://github.com/elementary/notifications
- Owner: elementary
- License: gpl-3.0
- Created: 2019-06-09T19:57:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-21T16:37:21.000Z (5 months ago)
- Last Synced: 2025-05-21T17:30:04.676Z (5 months ago)
- Topics: freedesktop, freedesktop-notifications, gtk, gtk3, hacktoberfest, meson, vala
- Language: Vala
- Homepage: https://elementary.io
- Size: 667 KB
- Stars: 39
- Watchers: 26
- Forks: 6
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notifications
[](https://l10n.elementary.io/engage/desktop/?utm_source=widget)a Gtk notification server for Pantheon
## Building, Testing, and Installation
You'll need the following dependencies:
* libcanberra
* libcanberra-gtk3
* libgranite-dev (>=5)
* libgtk-3-dev
* libhandy-1-dev (>=0.90.0)
* meson
* valacRun `meson build` to configure the build environment. Change to the build directory and run `ninja` to build
meson build --prefix=/usr
cd build
ninjaTo install, use `ninja install`, then execute with `io.elementary.notifications`
ninja install
io.elementary.notifications