[gsettings-desktop-schemas] schemas: Change default value for visual-bell-type



commit 249df888fac433416faf39be0f66043dcd6caf97
Author: Florian MÃllner <fmuellner gnome org>
Date:   Fri Nov 11 18:10:01 2011 +0100

    schemas: Change default value for visual-bell-type
    
    There used to be a separate boolean preference for whether to use
    visual alerts for the bell, but it was removed when moving the wm
    schemas into g-d-s - the new combined setting should default to "off".

 ....gnome.desktop.wm.preferences.gschema.xml.in.in |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in.in b/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in.in
index d1c8a7e..f6a2ffd 100644
--- a/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in.in
@@ -234,15 +234,16 @@
     </key>
     <key name="visual-bell-type"
          enum="org.gnome.desktop.GDesktopVisualBellType">
-      <default>'fullscreen-flash'</default>
+      <default>'none'</default>
       <_summary>Visual Bell Type</_summary>
       <_description>
         Tells the WM how to implement the visual indication that the
         system bell or another application 'bell' indicator has been rung.
 
-        Currently there are two valid values, "fullscreen", which causes
-        a fullscreen white-black flash, and "frame-flash" which causes
-        the titlebar of the application which sent the bell signal to flash.
+        Currently there are three valid values, "none", which disables
+        the visual bell, "fullscreen-flash", which causes a fullscreen
+        white-black flash, and "frame-flash" which causes the titlebar
+        of the application which sent the bell signal to flash.
 
         If the application which sent the bell is unknown (as is usually
         the case for the default "system beep"), the currently focused



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