- hide guest account since it doesn't work
This commit is contained in:
parent
e411ba610a
commit
2859eeb5d2
12
gdm-2.21.2-hide-guest.patch
Normal file
12
gdm-2.21.2-hide-guest.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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",
|
7
gdm.spec
7
gdm.spec
@ -16,7 +16,7 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.21.2
|
Version: 2.21.2
|
||||||
Release: 0.2007.11.20.8%{?dist}
|
Release: 0.2007.11.20.9%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -89,6 +89,7 @@ Patch5: 5-dont-shrink-in-test-program.patch
|
|||||||
Patch6: 6-session-chooser-in-login-window.patch
|
Patch6: 6-session-chooser-in-login-window.patch
|
||||||
Patch7: 7-login-window-animation.patch
|
Patch7: 7-login-window-animation.patch
|
||||||
Patch8: 8-improve-animation.patch
|
Patch8: 8-improve-animation.patch
|
||||||
|
Patch9: gdm-2.21.2-hide-guest.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gdm (the GNOME Display Manager) is a highly configurable
|
Gdm (the GNOME Display Manager) is a highly configurable
|
||||||
@ -107,6 +108,7 @@ several different X sessions on your local machine at the same time.
|
|||||||
%patch6 -p1 -b .session-chooser-in-login-window
|
%patch6 -p1 -b .session-chooser-in-login-window
|
||||||
%patch7 -p1 -b .login-window-animation
|
%patch7 -p1 -b .login-window-animation
|
||||||
%patch8 -p1 -b .improve-animation
|
%patch8 -p1 -b .improve-animation
|
||||||
|
%patch9 -p1 -b .hide-guest
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp -f %{SOURCE1} data/gdm
|
cp -f %{SOURCE1} data/gdm
|
||||||
@ -293,6 +295,9 @@ fi
|
|||||||
%attr(1770, root, gdm) %dir %{_localstatedir}/lib/gdm
|
%attr(1770, root, gdm) %dir %{_localstatedir}/lib/gdm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 7 2008 Ray Strode <rstrode@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@redhat.com> - 1:2.21.2-0.2007.11.20.8
|
* Fri Dec 21 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.20.8
|
||||||
- Fix background (and other settings)
|
- Fix background (and other settings)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user