/deepin-notifications

mirrored from https://cr.deepin.io/#/admin/projects/deepin-notifications

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Deepin Notifications

Description: An implementation of Gnome Desktop Notifications Specification

Dependencies

Build dependencies

  • Qt5.3 or above.
  • Qt modules
    • gui
    • widgets
    • dbus
    • qml
    • quick

Runtime dependencies

  • DBus

Installation

Normal build process will work fine:

mkdir build; cd build
qmake ..
make
make INSTALL_ROOT=/usr install

Usage

Basic Usage

notify-send hello world

For more detailed information on how to communicate with this program via DBus, please see Gnome Desktop Notifications Specification.

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

Deepin Notifications is licensed under GPLv3.