r25520 - in /desktop/unstable/gdm3/debian: README.Debian README.source changelog greeter.gconf-defaults patches/28_beep.patch patches/series
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Sat Nov 6 23:32:42 UTC 2010
Author: joss
Date: Sat Nov 6 23:32:41 2010
New Revision: 25520
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25520
Log:
* Get the greeter to play a beep when it is ready. Thanks Samuel
Thibault for all the testing. Closes: #598132.
+ 28_beep.patch: new patch. Emit a gdk_beep when appropriate.
+ greeter.gconf-defaults: enable event sounds, so that the beep is
played.
* README.Debian:
+ Explain the configuration system more thoroughly. Closes: #601479.
+ Split the debconf translations part in README.source.
Added:
desktop/unstable/gdm3/debian/README.source
desktop/unstable/gdm3/debian/patches/28_beep.patch
Modified:
desktop/unstable/gdm3/debian/README.Debian
desktop/unstable/gdm3/debian/changelog
desktop/unstable/gdm3/debian/greeter.gconf-defaults
desktop/unstable/gdm3/debian/patches/series
Modified: desktop/unstable/gdm3/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/README.Debian?rev=25520&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/README.Debian [utf-8] (original)
+++ desktop/unstable/gdm3/debian/README.Debian [utf-8] Sat Nov 6 23:32:41 2010
@@ -6,12 +6,21 @@
The configuration for the GDM daemon has changed starting with version
2.26.
- * For the daemon (automatic login options, XDMCP…) it is done in
- /etc/gdm3/daemon.conf. The list of available options can be found in
- /usr/share/gdm/gdm.schemas.
- * The greeter (the interface that welcomes you on the computer) uses
- regular programs that are configured through GConf. You can tune the
- interface settings in /etc/gdm3/greeter.gconf-defaults.
+
+For the daemon itself:
+ * The autologin options can be choosen from the gdmsetup program.
+ * Other options (like XDMCP) can be set in /etc/gdm3/daemon.conf. The
+ list of available options can be found in /usr/share/gdm/gdm.schemas.
+
+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.
"I get ugly fonts"
@@ -33,13 +42,3 @@
If you enable the face browser in the greeter, GDM will look for face
files (any image format supported by GTK+). You can configure the face
for your user in the “About me” GNOME configuration applet.
-
-
-Translation of the Debconf templates
-------------------------------------
-
-A note to translators about the debconf templates -- translations
-should be sent to the xdm package. I don't use gettext-based
-templates in the source, because I sync to the ones in the xdm
-package, and don't have any that are not shared.
-
Added: desktop/unstable/gdm3/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/README.source?rev=25520&op=file
==============================================================================
--- desktop/unstable/gdm3/debian/README.source (added)
+++ desktop/unstable/gdm3/debian/README.source [utf-8] Sat Nov 6 23:32:41 2010
@@ -1,0 +1,8 @@
+Translation of the Debconf templates
+------------------------------------
+
+A note to translators about the debconf templates -- translations
+should be sent to the xdm package. I don't use gettext-based
+templates in the source, because I sync to the ones in the xdm
+package, and don't have any that are not shared.
+
Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=25520&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog [utf-8] Sat Nov 6 23:32:41 2010
@@ -1,4 +1,4 @@
-gdm3 (2.30.5-5) UNRELEASED; urgency=low
+gdm3 (2.30.5-5) unstable; urgency=low
* 27_orca_braille.patch: patch from Samuel Thibault to enable braille
support in orca. Closes: #600472.
@@ -12,8 +12,16 @@
handling.
+ Don’t restart the static display when it exits, that would make
the previous change moot.
-
- -- Josselin Mouette <joss at debian.org> Sat, 06 Nov 2010 08:39:46 +0100
+ * Get the greeter to play a beep when it is ready. Thanks Samuel
+ Thibault for all the testing. Closes: #598132.
+ + 28_beep.patch: new patch. Emit a gdk_beep when appropriate.
+ + greeter.gconf-defaults: enable event sounds, so that the beep is
+ played.
+ * README.Debian:
+ + Explain the configuration system more thoroughly. Closes: #601479.
+ + Split the debconf translations part in README.source.
+
+ -- Josselin Mouette <joss at debian.org> Sun, 07 Nov 2010 00:32:11 +0100
gdm3 (2.30.5-4) unstable; urgency=low
Modified: desktop/unstable/gdm3/debian/greeter.gconf-defaults
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/greeter.gconf-defaults?rev=25520&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/greeter.gconf-defaults [utf-8] (original)
+++ desktop/unstable/gdm3/debian/greeter.gconf-defaults [utf-8] Sat Nov 6 23:32:41 2010
@@ -7,6 +7,9 @@
# Greeter options
/apps/gdm/simple-greeter/logo_icon_name debian-swirl
+
+# Play system beeps - especially the one when the greeter is ready
+/desktop/gnome/sound/event_sounds true
# Some other possible options
#/apps/gdm/simple-greeter/banner_message_enable true
Added: desktop/unstable/gdm3/debian/patches/28_beep.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/28_beep.patch?rev=25520&op=file
==============================================================================
--- desktop/unstable/gdm3/debian/patches/28_beep.patch (added)
+++ desktop/unstable/gdm3/debian/patches/28_beep.patch [utf-8] Sat Nov 6 23:32:41 2010
@@ -1,0 +1,12 @@
+Index: gdm-2.30.5/gui/simple-greeter/gdm-greeter-login-window.c
+===================================================================
+--- gdm-2.30.5.orig/gui/simple-greeter/gdm-greeter-login-window.c 2010-11-06 12:30:30.505494552 +0100
++++ gdm-2.30.5/gui/simple-greeter/gdm-greeter-login-window.c 2010-11-06 12:41:43.100991570 +0100
+@@ -623,6 +623,7 @@ gdm_greeter_login_window_ready (GdmGreet
+ set_sensitive (GDM_GREETER_LOGIN_WINDOW (login_window), TRUE);
+ set_ready (GDM_GREETER_LOGIN_WINDOW (login_window));
+ set_focus (GDM_GREETER_LOGIN_WINDOW (login_window));
++ gdk_beep ();
+
+ /* If the user list is disabled, then start the PAM conversation */
+ if (can_jump_to_authenticate (login_window)) {
Modified: desktop/unstable/gdm3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/series?rev=25520&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/series [utf-8] Sat Nov 6 23:32:41 2010
@@ -27,4 +27,5 @@
25_upower.patch
26_username_escape.patch
27_orca_braille.patch
+28_beep.patch
90_relibtoolize.patch
More information about the pkg-gnome-commits
mailing list