diff options
author | infirit <[email protected]> | 2015-09-09 15:20:06 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-09 15:20:06 +0200 |
commit | 9aaeb5509420442b9ead6a8bbbb9b7ab32c38cdf (patch) | |
tree | 5ff63b2de6d26420f57a2d1932fb5bf82809d815 /data/org.mate.NotificationDaemon.gschema.xml.in.in | |
parent | 33f89b9f1c7729075637327e2ff29dbb05f55a0a (diff) | |
download | mate-notification-daemon-9aaeb5509420442b9ead6a8bbbb9b7ab32c38cdf.tar.bz2 mate-notification-daemon-9aaeb5509420442b9ead6a8bbbb9b7ab32c38cdf.tar.xz |
Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
Diffstat (limited to 'data/org.mate.NotificationDaemon.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.NotificationDaemon.gschema.xml.in.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/data/org.mate.NotificationDaemon.gschema.xml.in.in b/data/org.mate.NotificationDaemon.gschema.xml.in.in deleted file mode 100644 index fc51a77..0000000 --- a/data/org.mate.NotificationDaemon.gschema.xml.in.in +++ /dev/null @@ -1,29 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.NotificationDaemon" path="/org/mate/notification-daemon/"> - <key name="popup-location" type="s"> - <default>'top_right'</default> - <_summary>Popup location</_summary> - <_description>Default popup location on the workspace for stack notifications. Allowed values: "top_left","top_right","bottom_left" and "bottom_right"</_description> - </key> - <key name="use-active-monitor" type="b"> - <default>true</default> - <_summary>Use Active Monitor</_summary> - <_description>Display the notification on the active monitor.</_description> - </key> - <key name="monitor-number" type="i"> - <default>0</default> - <_summary>Monitor</_summary> - <_description>Monitor to display the notification. Allowed values: -1 (display on active monitor) and 0 to n - 1 where n is the number of monitors.</_description> - </key> - <key name="theme" type="s"> - <default>'nodoka'</default> - <_summary>Current theme</_summary> - <_description>The theme used when displaying notifications.</_description> - </key> - <key name="sound-enabled" type="b"> - <default>true</default> - <_summary>Sound Enabled</_summary> - <_description>Turns on and off sound support for notifications.</_description> - </key> - </schema> -</schemalist> |