[gsettings-desktop-schemas] schemas: Mark deprecated and inactive keys



commit 4f36567ba23a4481497966da66efef9b60d5a290
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Fri Dec 28 02:08:19 2012 +0100

    schemas: Mark deprecated and inactive keys
    
    There are a number of keys that have no effect in a modern GNOME
    installation, and ignored both by configuration programs and by
    the session components.
    
    We should mark them as legacy to avoid confusing the users with
    configuration changes that have no effect.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690797

 .../org.gnome.desktop.background.gschema.xml.in.in |    6 ++-
 ....desktop.default-applications.gschema.xml.in.in |   13 +++++
 ...org.gnome.desktop.screensaver.gschema.xml.in.in |   50 ++++++++++++++++---
 3 files changed, 60 insertions(+), 9 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.background.gschema.xml.in.in b/schemas/org.gnome.desktop.background.gschema.xml.in.in
index 1bb2fe7..68e3588 100644
--- a/schemas/org.gnome.desktop.background.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.background.gschema.xml.in.in
@@ -3,7 +3,11 @@
     <key name="draw-background" type="b">
       <default>true</default>
       <_summary>Draw Desktop Background</_summary>
-      <_description>Have GNOME draw the desktop background.</_description>
+      <_description>
+        Have GNOME draw the desktop background.
+
+        DEPRECATED: This key is deprecated and ignored.
+      </_description>
     </key>
     <key name="picture-options" enum="org.gnome.desktop.GDesktopBackgroundStyle">
       <default>'zoom'</default>
diff --git a/schemas/org.gnome.desktop.default-applications.gschema.xml.in.in b/schemas/org.gnome.desktop.default-applications.gschema.xml.in.in
index aee9c24..dcc5d53 100644
--- a/schemas/org.gnome.desktop.default-applications.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.default-applications.gschema.xml.in.in
@@ -13,6 +13,9 @@
       <_summary>Default calendar</_summary>
       <_description>
         Default calendar application
+
+        DEPRECATED: This key is deprecated and ignored.
+        The preferred calendar application is the application handling the text/calendar mime type.
       </_description>
     </key>
     <key name="needs-term" type="b">
@@ -20,6 +23,10 @@
       <_summary>Calendar needs terminal</_summary>
       <_description>
         Whether the default calendar application needs a terminal to run.
+
+        DEPRECATED: This key is deprecated and ignored.
+        The preferred calendar application is the application handling the text/calendar mime type,
+        whether it needs a terminal is taken from its desktop file.
       </_description>
     </key>
   </schema>
@@ -45,6 +52,9 @@
       <_summary>Terminal application</_summary>
       <_description>
         Terminal program to use when starting applications that require one.
+
+        DEPRECATED: This key is deprecated and ignored.
+        The default terminal is handled in GIO.
       </_description>
     </key>
     <key name="exec-arg" type="s">
@@ -53,6 +63,9 @@
       <_description>
         Argument used to execute programs in the terminal defined by the 
         'exec' key.
+
+        DEPRECATED: This key is deprecated and ignored.
+        The default terminal and how to invoke it is handled in GIO.
       </_description>
     </key>
   </schema>
diff --git a/schemas/org.gnome.desktop.screensaver.gschema.xml.in.in b/schemas/org.gnome.desktop.screensaver.gschema.xml.in.in
index 9d2b354..c929f49 100644
--- a/schemas/org.gnome.desktop.screensaver.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.screensaver.gschema.xml.in.in
@@ -3,7 +3,12 @@
     <key name="idle-activation-enabled" type="b">
       <default>true</default>
       <_summary>Activate when idle</_summary>
-      <_description>Set this to TRUE to activate the screensaver when the session is idle.</_description>
+      <_description>
+        Set this to TRUE to activate the screensaver when the session is idle.
+
+        DEPRECATED: This key is deprecated and ignored.
+        Set org.gnome.session.idle-delay to 0 if you do not want to activate the screensaver.
+      </_description>
     </key>
     <key name="lock-enabled" type="b">
       <default>true</default>
@@ -18,7 +23,12 @@
     <key name="show-notifications" type="b">
       <default>false</default>
       <_summary>Show notifications in the lock screen</_summary>
-      <_description>Whether notifications are shown in the lock screen or not. This only affects the standard experience.</_description>
+      <_description>
+        Whether notifications are shown in the lock screen or not. This only affects the standard experience.
+
+        DEPRECATED: This key is deprecated and ignored.
+        It has been superseded by org.gnome.desktop.notifications show-in-lock-screen.
+      </_description>
     </key>
     <key name="show-full-name-in-top-bar" type="b">
       <default>true</default>
@@ -28,27 +38,47 @@
     <key name="embedded-keyboard-enabled" type="b">
       <default>false</default>
       <_summary>Allow embedding a keyboard into the window</_summary>
-      <_description>Set this to TRUE to allow embedding a keyboard into the window when trying to unlock.  The "keyboard_command" key must be set with the appropriate command.</_description>
+      <_description>
+        Set this to TRUE to allow embedding a keyboard into the window when trying to unlock.  The "keyboard_command" key must be set with the appropriate command.
+
+        DEPRECATED: This key is deprecated and ignored.
+</_description>
     </key>
     <key name="embedded-keyboard-command" type="s">
       <default>''</default>
       <_summary>Embedded keyboard command</_summary>
-      <_description>The command that will be run, if the "embedded_keyboard_enabled" key is set to TRUE, to embed a keyboard widget into the window. This command should implement an XEMBED plug interface and output a window XID on the standard output.</_description>
+      <_description>
+        The command that will be run, if the "embedded_keyboard_enabled" key is set to TRUE, to embed a keyboard widget into the window. This command should implement an XEMBED plug interface and output a window XID on the standard output.
+
+        DEPRECATED: This key is deprecated and ignored.
+      </_description>
     </key>
     <key name="logout-enabled" type="b">
       <default>false</default>
       <_summary>Allow logout</_summary>
-      <_description>Set this to TRUE to offer an option in the unlock dialog to allow logging out after a delay.  The delay is specified in the "logout_delay" key.</_description>
+      <_description>
+        Set this to TRUE to offer an option in the unlock dialog to allow logging out after a delay.  The delay is specified in the "logout_delay" key.
+
+        DEPRECATED: This key is deprecated and ignored.
+      </_description>
     </key>
     <key name="logout-delay" type="u">
       <default>7200</default>
       <_summary>Time before logout option</_summary>
-      <_description>The number of seconds after the screensaver activation before a logout option will appear in the unlock dialog. This key has effect only if the "logout_enable" key is set to TRUE.</_description>
+      <_description>
+        The number of seconds after the screensaver activation before a logout option will appear in the unlock dialog. This key has effect only if the "logout_enable" key is set to TRUE.
+
+        DEPRECATED: This key is deprecated and ignored
+      </_description>
     </key>
     <key name="logout-command" type="s">
       <default>''</default>
       <_summary>Logout command</_summary>
-      <_description>The command to invoke when the logout button is clicked.  This command should simply log the user out without any interaction. This key has effect only if the "logout_enable" key is set to TRUE.</_description>
+      <_description>
+        The command to invoke when the logout button is clicked.  This command should simply log the user out without any interaction. This key has effect only if the "logout_enable" key is set to TRUE.
+
+        DEPRECATED: This key is deprecated and ignored.
+      </_description>
     </key>
     <key name="user-switch-enabled" type="b">
       <default>true</default>
@@ -58,7 +88,11 @@
     <key name="status-message-enabled" type="b">
       <default>true</default>
       <_summary>Allow the session status message to be displayed</_summary>
-      <_description>Allow the session status message to be displayed when the screen is locked.</_description>
+      <_description>
+        Allow the session status message to be displayed when the screen is locked.
+
+        DEPRECATED: This key is deprecated and ignored.
+      </_description>
     </key>
   </schema>
 </schemalist>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]