summaryrefslogtreecommitdiff
path: root/src/daemon/mnd-daemon.c
AgeCommit message (Collapse)AuthorFilesLines
4 daysAdd version flag to daemon and properties dialogadd-version-optionVictor Kareh1-0/+13
The mate-notification-properties binary had no command-line option parsing, making it hard to know the installed version. This adds the version flag to both mate-notification-properties and mate-notification-daemon. Fixes #228
2023-08-10Only exit on idle when explicitly requestedColomban Wendling1-1/+8
This allows to run as a regular session service that does not exit, but also as a well-behaved D-Bus-activated service. Make the default behavior not to exit, but when activated through D-Bus.
2022-12-13Fix build warnings about missing field initializerrbuj1-1/+1
2022-12-13mnd-daemon: fix memory leakrbuj1-0/+3
2021-06-22Update copyright to 2021raveit651-0/+1
2020-10-24Use gdk_set_allowed_backends ()William Wold1-0/+8
2019-07-04Remove trailing whitespacesLaurent Napias1-3/+3
2018-06-06Add new fileyetist1-0/+93