From 9aaeb5509420442b9ead6a8bbbb9b7ab32c38cdf Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 9 Sep 2015 15:20:06 +0200 Subject: Rework gsettings schema building * Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files --- data/org.mate.NotificationDaemon.gschema.xml.in | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data/org.mate.NotificationDaemon.gschema.xml.in (limited to 'data/org.mate.NotificationDaemon.gschema.xml.in') diff --git a/data/org.mate.NotificationDaemon.gschema.xml.in b/data/org.mate.NotificationDaemon.gschema.xml.in new file mode 100644 index 0000000..c3c615b --- /dev/null +++ b/data/org.mate.NotificationDaemon.gschema.xml.in @@ -0,0 +1,29 @@ + + + + 'top_right' + Popup location + Default popup location on the workspace for stack notifications. Allowed values: "top_left","top_right","bottom_left" and "bottom_right" + + + true + Use Active Monitor + Display the notification on the active monitor. + + + 0 + Monitor + Monitor to display the notification. Allowed values: -1 (display on active monitor) and 0 to n - 1 where n is the number of monitors. + + + 'nodoka' + Current theme + The theme used when displaying notifications. + + + true + Sound Enabled + Turns on and off sound support for notifications. + + + -- cgit v1.2.1