summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Hull <[email protected]>2013-01-27 19:00:02 -0500
committerBrent Hull <[email protected]>2013-01-27 19:00:02 -0500
commit7935b5bfb81140c7f67e4dca17593a5c5c955e48 (patch)
tree13fdb37071dd1801559e2da09d1ac4ca6340aad3
parent7fdd94dea9631bfc93fc593d5a98d3b6568b7e62 (diff)
downloadmate-session-manager-7935b5bfb81140c7f67e4dca17593a5c5c955e48.tar.bz2
mate-session-manager-7935b5bfb81140c7f67e4dca17593a5c5c955e48.tar.xz
Fix deprecated gsettings schema path
-rw-r--r--data/org.mate.session.gschema.xml.in.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/org.mate.session.gschema.xml.in.in b/data/org.mate.session.gschema.xml.in.in
index 2b0f5f1..a40ca2a 100644
--- a/data/org.mate.session.gschema.xml.in.in
+++ b/data/org.mate.session.gschema.xml.in.in
@@ -1,5 +1,5 @@
<schemalist>
- <schema id="org.mate.session" path="/desktop/mate/session/">
+ <schema id="org.mate.session" path="/org/mate/desktop/session/">
<key name="auto-save-session" type="b">
<default>false</default>
<_summary>Save sessions</_summary>
@@ -23,11 +23,11 @@
<key name="required-components-list" type="as">
<default>[ 'windowmanager', 'panel', 'filemanager' ]</default>
<_summary>Required session components</_summary>
- <_description>List of components that are required as part of the session. (Each element names a key under "/desktop/mate/session/required_components"). The Startup Applications preferences tool will not normally allow users to remove a required component from the session, and the session manager will automatically add the required components back to the session at login time if they do get removed.</_description>
+ <_description>List of components that are required as part of the session. (Each element names a key under "/org/mate/desktop/session/required_components"). The Startup Applications preferences tool will not normally allow users to remove a required component from the session, and the session manager will automatically add the required components back to the session at login time if they do get removed.</_description>
</key>
<child name="required-components" schema="org.mate.session.required-components"/>
</schema>
- <schema id="org.mate.session.required-components" path="/desktop/mate/session/required-components/">
+ <schema id="org.mate.session.required-components" path="/org/mate/desktop/session/required-components/">
<key name="windowmanager" type="s">
<default>'@DEFAULT_WM@'</default>
<_summary>Window Manager</_summary>