# deepin-notifications **Repository Path**: mirrors_linuxdeepin/deepin-notifications ## Basic Information - **Project Name**: deepin-notifications - **Description**: Old notification source repo. This project is now a part of dde-session-ui - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **WARNING**: this project is no longer under development, and the code of this project is merged into [dde-session-ui ](https://github.com/linuxdeepin/dde-session-ui/tree/master/dde-osd) 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](https://developer.gnome.org/notification-spec/) ## 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](https://developer.gnome.org/notification-spec/). ## Getting help Any usage issues can ask for help via * [Gitter](https://gitter.im/orgs/linuxdeepin/rooms) * [IRC channel](https://webchat.freenode.net/?channels=deepin) * [Forum](https://bbs.deepin.org) * [WiKi](http://wiki.deepin.org/) ## Getting involved We encourage you to report issues and contribute changes * [Contribution guide for users](http://wiki.deepin.org/index.php?title=Contribution_Guidelines_for_Users) * [Contribution guide for developers](http://wiki.deepin.org/index.php?title=Contribution_Guidelines_for_Developers). ## License Deepin Notifications is licensed under [GPLv3](LICENSE).