diff options
author | infirit <[email protected]> | 2015-01-13 14:11:10 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2015-01-13 14:11:10 +0100 |
commit | fe9ef7eca1b83272408bc2d137cffa55512bea3e (patch) | |
tree | 76bf4d6cebac77b3eaf19aa08a39eda765185560 /data | |
parent | 3037f574e89e3b34a075adf804c562b5963b73b7 (diff) | |
download | mate-session-manager-fe9ef7eca1b83272408bc2d137cffa55512bea3e.tar.bz2 mate-session-manager-fe9ef7eca1b83272408bc2d137cffa55512bea3e.tar.xz |
MsmGnome: Allow users to disable compatibility options
For example users may want to use a different ssh agent.
Debian bug:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775189msmgnome: Allow users to disable one or both compatibility options
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.session.gschema.xml.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.session.gschema.xml.in.in b/data/org.mate.session.gschema.xml.in.in index 4ce615e..c532471 100644 --- a/data/org.mate.session.gschema.xml.in.in +++ b/data/org.mate.session.gschema.xml.in.in @@ -36,6 +36,11 @@ <_summary>Required session components</_summary> <_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> + <key name="gnome-compat-startup" type="as"> + <default>[ 'keyring', 'smproxy' ]</default> + <_summary>Control gnome compatibility component startup</_summary> + <_description>Control which compatibility components to start.</_description> + </key> <child name="required-components" schema="org.mate.session.required-components"/> </schema> <schema id="org.mate.session.required-components" path="/org/mate/desktop/session/required-components/"> |