- Change default password character back to circle instead of asterisk (bug
287951)
This commit is contained in:
parent
8bc97e8e39
commit
f8746bb10d
@ -1,6 +1,6 @@
|
||||
diff -up gdm-2.19.6/config/gdm.conf.in.change-defaults gdm-2.19.6/config/gdm.conf.in
|
||||
--- gdm-2.19.6/config/gdm.conf.in.change-defaults 2007-08-22 16:42:55.000000000 -0400
|
||||
+++ gdm-2.19.6/config/gdm.conf.in 2007-08-22 16:43:10.000000000 -0400
|
||||
diff -up gdm-2.19.8/config/gdm.conf.in.change-defaults gdm-2.19.8/config/gdm.conf.in
|
||||
--- gdm-2.19.8/config/gdm.conf.in.change-defaults 2007-09-07 11:40:58.000000000 -0400
|
||||
+++ gdm-2.19.8/config/gdm.conf.in 2007-09-12 13:14:39.000000000 -0400
|
||||
@@ -66,9 +66,9 @@ TimedLoginDelay=30
|
||||
# should leave this alone.
|
||||
#Chooser=@libexecdir@/gdmchooser
|
||||
@ -183,6 +183,15 @@ diff -up gdm-2.19.6/config/gdm.conf.in.change-defaults gdm-2.19.6/config/gdm.con
|
||||
# Normally there is a session type called 'Last' that is shown which refers to
|
||||
# the last session the user used. If off, we will be in 'switchdesk' mode
|
||||
# where the session saving stuff is disabled in GDM
|
||||
@@ -506,7 +507,7 @@ GraphicalThemedColor=#76848F
|
||||
#Use24Clock=auto
|
||||
# Use circles in the password field. Looks kind of cool actually, but only
|
||||
# works with certain fonts.
|
||||
-#UseCirclesInEntry=false
|
||||
+UseCirclesInEntry=true
|
||||
# Do not show any visible feedback in the password field. This is standard for
|
||||
# instance in console, xdm and ssh.
|
||||
#UseInvisibleInEntry=false
|
||||
@@ -516,7 +517,7 @@ GraphicalThemedColor=#76848F
|
||||
# list then provide a list that is delimited by /: to the GraphicalThemes
|
||||
# key and set GraphicalThemeRand to true. Otherwise use GraphicalTheme
|
8
gdm.spec
8
gdm.spec
@ -16,7 +16,7 @@
|
||||
Summary: The GNOME Display Manager
|
||||
Name: gdm
|
||||
Version: 2.19.8
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: User Interface/X
|
||||
@ -55,7 +55,7 @@ Patch35: gdmsetup-path.patch
|
||||
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=254164
|
||||
Patch37: gdm-2.19.8-selinux.patch
|
||||
|
||||
Patch100: gdm-2.19.6-change-defaults.patch
|
||||
Patch100: gdm-2.19.8-change-defaults.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -351,6 +351,10 @@ fi
|
||||
%{_datadir}/pixmaps/faces/extras/*.jpg
|
||||
|
||||
%changelog
|
||||
* Wed Sep 12 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.8-4
|
||||
- Change default password character back to circle instead of
|
||||
asterisk (bug 287951)
|
||||
|
||||
* Fri Sep 7 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.8-3
|
||||
- rebuild --with-selinux
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user