Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

martyr-deepin/deepin-notifications

Repository files navigation

WARNING: this project is no longer under development, and the code of this project is merged into dde-session-ui project, so please go to dde-session-ui project for later updates and submitting PRs.

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.