From 2dd24f923f4d4f2bbc77314445a6b1b6701b3569 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Fri, 29 Aug 2025 09:14:41 -0400 Subject: history: Add enable/disable toggle This helps a bit with privacy. By disabling history, it wipes all notifications in the D-Bus buffer and prevents further storage. The history popup is also disabled. Notification storage resumes when history is enabled. Note that this just prevents the mate-notifications-daemon from storing notifications, but it doesn't prevent other processes from capturing them elsewhere. --- data/org.mate.NotificationDaemon.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') diff --git a/data/org.mate.NotificationDaemon.gschema.xml.in b/data/org.mate.NotificationDaemon.gschema.xml.in index a0c6cf8..80beac4 100644 --- a/data/org.mate.NotificationDaemon.gschema.xml.in +++ b/data/org.mate.NotificationDaemon.gschema.xml.in @@ -46,5 +46,10 @@ Show countdown Show countdown timer for all non-persistent notifications. If false, only show it for those waiting for user actions. + + true + Enable notification history + When enabled, notifications are stored in history for later viewing. When disabled, no notification history is kept for privacy. Note: This only controls MATE's notification daemon storage; other applications may still have access to notifications through system logs or other means. + -- cgit v1.2.1