Menu

Tree [r40] /
 History

HTTPS access


File Date Author Commit
 images 2011-07-04 drull [r2]
 README 2011-07-11 drull [r18] add README file
 dbus.cpp 2011-08-09 drull [r35] Full support of actions (alpha version).
 dbus.h 2011-08-09 drull [r31] Support of ActionInvoked signal(only default ac...
 images.qrc 2011-08-16 drull [r40]
 main.cpp 2011-08-11 drull [r38] Detecting system tray. Thanks to Alex Smirnov (...
 message.cpp 2011-08-09 drull [r35] Full support of actions (alpha version).
 notifyarea.cpp 2011-08-16 drull [r39] Autodetect of tray position. Thanks to Alex Smi...
 notifyarea.h 2011-08-11 drull [r38] Detecting system tray. Thanks to Alex Smirnov (...
 notifywidget.cpp 2011-08-09 drull [r37]
 notifywidget.h 2011-08-09 drull [r36] Fixed bug with crash.
 qclicklabel.h 2011-08-09 drull [r35] Full support of actions (alpha version).
 qtnotifydaemon.pro 2011-07-13 drull [r20] Optimize work with memory

Read Me

Qtnotifydaemon is flexible and configurable notification daemon. It supports HTML, close by click, synchronous messages(like notifications about sound volume), its appearance is fully user-defined.

INSTALL
To build from source type "qmake && make", copy "qtnotifydaemon" binary file to /usr/bin/ , and put next text to /usr/share/dbus-1/services/org.freedesktop.Notifications.service :

[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=/usr/bin/qtnotifydaemon

CONFIGURATION
Default config file $HOME/.config/qtnotifydaemon/qtnotifydaemon.conf will appear after first launch.