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

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

Awesome Lists containing this project

README

          

# Notifications
[![Translation status](https://l10n.elementary.io/widgets/desktop/-/notifications-extra/svg-badge.svg)](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
* valac

Run `meson build` to configure the build environment. Change to the build directory and run `ninja` to build

meson build --prefix=/usr
cd build
ninja

To install, use `ninja install`, then execute with `io.elementary.notifications`

ninja install
io.elementary.notifications