r28163 - in /desktop/experimental/gdm3/debian: README.Debian changelog greeter.gsettings

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Jun 2 10:43:57 UTC 2011


Author: joss
Date: Thu Jun  2 10:43:57 2011
New Revision: 28163

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28163
Log:
* Document how to change the GSettings settings in README.Debian.
* greeter.gsettings: add an example of how to disable the sound.
  Closes: #628858.

Modified:
    desktop/experimental/gdm3/debian/README.Debian
    desktop/experimental/gdm3/debian/changelog
    desktop/experimental/gdm3/debian/greeter.gsettings

Modified: desktop/experimental/gdm3/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/README.Debian?rev=28163&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/README.Debian [utf-8] (original)
+++ desktop/experimental/gdm3/debian/README.Debian [utf-8] Thu Jun  2 10:43:57 2011
@@ -14,13 +14,11 @@
 
 The greeter - which is the interface that welcomes you on the 
 computer - uses a minimal GNOME session to startup. Its settings are set 
-through GConf, but using a specific configuration.
- * You can use gconf-editor as root and open a “New Defaults Window” in 
-   the File menu. Settings set this way will apply globally and this 
-   includes the GDM greeter.
- * You can also force some of the settings in 
-   /etc/gdm3/greeter.gconf-defaults. After changing the settings, you 
-   need to run “invoke-rc.d gdm3 reload” to take them into account.
+through GSettings and GConf, but using a specific configuration.
+ * You can force the GConf settings in /etc/gdm3/greeter.gconf-defaults. 
+ * You can force the GSettings ones in /etc/gdm3/greeter.gsettings.
+ * After changing any of the settings, you need to run “invoke-rc.d gdm3 
+   reload” to take them into account.
 
 
 X11 authentication

Modified: desktop/experimental/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/changelog?rev=28163&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog [utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog [utf-8] Thu Jun  2 10:43:57 2011
@@ -1,3 +1,11 @@
+gdm3 (3.0.4-2) UNRELEASED; urgency=low
+
+  * Document how to change the GSettings settings in README.Debian.
+  * greeter.gsettings: add an example of how to disable the sound.
+    Closes: #628858.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 02 Jun 2011 12:43:17 +0200
+
 gdm3 (3.0.4-1) experimental; urgency=low
 
   * New upstream bugfix & security release.

Modified: desktop/experimental/gdm3/debian/greeter.gsettings
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/greeter.gsettings?rev=28163&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/greeter.gsettings [utf-8] (original)
+++ desktop/experimental/gdm3/debian/greeter.gsettings [utf-8] Thu Jun  2 10:43:57 2011
@@ -15,3 +15,7 @@
 # Prevent the power management icon from showing up
 [org.gnome.power-manager]
 icon-policy='never'
+
+# Disabling sound in the greeter
+#[org.gnome.desktop.sound]
+#event-sounds=false




More information about the pkg-gnome-commits mailing list