rpms/gdm/devel gdm-2.21.2-hide-guest.patch, NONE, 1.1 gdm.spec, 1.325, 1.326

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Mon Jan 7 19:30:44 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/gdm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26830

Modified Files:
	gdm.spec 
Added Files:
	gdm-2.21.2-hide-guest.patch 
Log Message:
- hide guest account since it doesn't work


gdm-2.21.2-hide-guest.patch:

--- NEW FILE gdm-2.21.2-hide-guest.patch ---
diff -up gdm-2.21.2/gui/simple-greeter/gdm-greeter-login-window.c.hide-guest gdm-2.21.2/gui/simple-greeter/gdm-greeter-login-window.c
--- gdm-2.21.2/gui/simple-greeter/gdm-greeter-login-window.c.hide-guest	2008-01-07 14:28:13.000000000 -0500
+++ gdm-2.21.2/gui/simple-greeter/gdm-greeter-login-window.c	2008-01-07 14:28:26.000000000 -0500
@@ -806,7 +806,7 @@ load_theme (GdmGreeterLoginWindow *login
 
         /* FIXME: set from gconf */
         gdm_user_chooser_widget_set_show_other_user (GDM_USER_CHOOSER_WIDGET (login_window->priv->user_chooser), TRUE);
-        gdm_user_chooser_widget_set_show_guest_user (GDM_USER_CHOOSER_WIDGET (login_window->priv->user_chooser), TRUE);
+        gdm_user_chooser_widget_set_show_guest_user (GDM_USER_CHOOSER_WIDGET (login_window->priv->user_chooser), FALSE);
 
         g_signal_connect (login_window->priv->user_chooser,
                           "activated",


Index: gdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -r1.325 -r1.326
--- gdm.spec	21 Dec 2007 06:24:15 -0000	1.325
+++ gdm.spec	7 Jan 2008 19:30:05 -0000	1.326
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.21.2
-Release: 0.2007.11.20.8%{?dist}
+Release: 0.2007.11.20.9%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -89,6 +89,7 @@
 Patch6: 6-session-chooser-in-login-window.patch
 Patch7: 7-login-window-animation.patch
 Patch8: 8-improve-animation.patch
+Patch9: gdm-2.21.2-hide-guest.patch
 
 %description
 Gdm (the GNOME Display Manager) is a highly configurable
@@ -107,6 +108,7 @@
 %patch6 -p1 -b .session-chooser-in-login-window
 %patch7 -p1 -b .login-window-animation
 %patch8 -p1 -b .improve-animation
+%patch9 -p1 -b .hide-guest
 
 %build
 cp -f %{SOURCE1} data/gdm
@@ -293,6 +295,9 @@
 %attr(1770, root, gdm) %dir %{_localstatedir}/lib/gdm
 
 %changelog
+* Mon Jan  7 2008 Ray Strode <rstrode at redhat.com> - 1:2.21.2-0.2007.11.20.9
+- hide guest account since it doesn't work
+
 * Fri Dec 21 2007 Ray Strode <rstrode at redhat.com> - 1:2.21.2-0.2007.11.20.8
 - Fix background (and other settings)
 




More information about the fedora-extras-commits mailing list