# ukui-notification-daemon **Repository Path**: openkylin/ukui-notification-daemon ## Basic Information - **Project Name**: ukui-notification-daemon - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: upstream - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 7 - **Created**: 2022-06-02 - **Last Updated**: 2025-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ukui-notification-daemon ukui-notification-daemon displays passive popup notifications on the Linux desktop without interrupting user's work. ukui-notification-daemon follow freedesktop's Desktop Notifications Specification. For details of the agreement, please refer to: https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html ## run The process of ukui-notification-daemon is **ukui-notifications** . This is not a resident process that is pulled up by dbus whenever there is a notification and automatically exits after a while. ## build & install ``` mkdir build cd build qmake .. make sudo make install INSTALL_ROOT=/usr ``` ## test `notify-send -a foo -i "/usr/share/icons/Adwaita/scalable/apps/web-browser-symbolic.svg" Hello UKUI!` ## How to report bugs Bugs should be reported to the UKUI bug tracking system: https://github.com/ukui/ukui-notification-daemon/issues