rpms/gdm/devel stupid-bullets.patch, NONE, 1.1 gdm-2.20.0-change-defaults.patch, 1.2, 1.3 gdm.spec, 1.292, 1.293

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Sep 28 16:09:18 UTC 2007


Author: mclasen

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

Modified Files:
	gdm-2.20.0-change-defaults.patch gdm.spec 
Added Files:
	stupid-bullets.patch 
Log Message:
fix the stupid bullets


stupid-bullets.patch:

--- NEW FILE stupid-bullets.patch ---
diff -up gdm-2.20.0/gui/greeter/greeter_canvas_item.c.stupid-bullets gdm-2.20.0/gui/greeter/greeter_canvas_item.c
--- gdm-2.20.0/gui/greeter/greeter_canvas_item.c.stupid-bullets	2007-09-28 11:25:25.000000000 -0400
+++ gdm-2.20.0/gui/greeter/greeter_canvas_item.c	2007-09-28 11:26:08.000000000 -0400
@@ -469,7 +469,7 @@ greeter_item_create_canvas_item (Greeter
     else if (gdm_config_get_bool (GDM_KEY_ENTRY_CIRCLES))
       gtk_entry_set_invisible_char (GTK_ENTRY (entry), 0x25cf);
     else
-	    gtk_entry_set_invisible_char (GTK_ENTRY (entry), '*');
+	    gtk_entry_set_invisible_char (GTK_ENTRY (entry), 0x2022);
 
     gtk_widget_modify_font (entry, item->data.text.fonts[GREETER_ITEM_STATE_NORMAL]);
 

gdm-2.20.0-change-defaults.patch:

Index: gdm-2.20.0-change-defaults.patch
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/gdm-2.20.0-change-defaults.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gdm-2.20.0-change-defaults.patch	20 Sep 2007 18:31:17 -0000	1.2
+++ gdm-2.20.0-change-defaults.patch	28 Sep 2007 16:09:09 -0000	1.3
@@ -174,15 +174,6 @@
  # 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


Index: gdm.spec
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -r1.292 -r1.293
--- gdm.spec	27 Sep 2007 17:20:23 -0000	1.292
+++ gdm.spec	28 Sep 2007 16:09:09 -0000	1.293
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.20.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -59,6 +59,7 @@
 Patch38: hang.patch
 
 Patch100: gdm-2.20.0-change-defaults.patch
+Patch101: stupid-bullets.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 
@@ -145,6 +146,7 @@
 %patch38 -p1 -b .hang
 
 %patch100 -p1 -b .change-defaults
+%patch101 -p1 -b .stupid-bullets
 
 %build
 cp -f %{SOURCE1} config/gdm
@@ -355,6 +357,9 @@
 %{_datadir}/pixmaps/faces/extras/*.jpg
 
 %changelog
+* Fri Sep 28 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.20.0-7
+- Fix the stupid bullets again
+
 * Thu Sep 27 2007 Ray Strode <rstrode at redhat.com> - 1:2.20.0-6
 - The previously mentioned typo didn't matter before because the
   compiled in default matched what the config file was supposed to




More information about the scm-commits mailing list