[gdm/f16] Fix logo in fallback mode - just set it to a Fedora file

Bill Nottingham notting at fedoraproject.org
Fri Nov 4 20:33:38 UTC 2011


commit 013e4192e749e4ad836ddc299d5753b7912d816c
Author: Bill Nottingham <notting at redhat.com>
Date:   Fri Nov 4 16:30:44 2011 -0400

    Fix logo in fallback mode - just set it to a Fedora file
    
    (Previously, we went through the icon theme, which required overriding the gtk icon them, etc.)

 gdm-3.0.0-fedora-logo.patch |    2 +-
 gdm.spec                    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gdm-3.0.0-fedora-logo.patch b/gdm-3.0.0-fedora-logo.patch
index 11631c4..c759573 100644
--- a/gdm-3.0.0-fedora-logo.patch
+++ b/gdm-3.0.0-fedora-logo.patch
@@ -5,7 +5,7 @@
        <owner>gdm-simple-greeter</owner>
        <type>string</type>
 -      <default>computer</default>
-+      <default>start-here</default>
++      <default>fedora-logo</default>
        <locale name="C">
          <short>Icon name to use for greeter logo</short>
          <long>Set to the themed icon name to use for the greeter logo.</long>
diff --git a/gdm.spec b/gdm.spec
index d7ee7ec..6705000 100644
--- a/gdm.spec
+++ b/gdm.spec
@@ -15,7 +15,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 3.2.1.1
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -391,6 +391,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_libdir}/girepository-1.0/GdmGreeter-1.0.typelib
 
 %changelog
+* Fri Nov 04 2011 Bill Nottingham <notting at redhat.com> - 3.2.1.1-8
+- fix logo in fallback mode
+
 * Thu Nov 03 2011 Ray Strode <rstrode at redhat.com> 3.2.1.1-7
 - Drop fprintd-pam dependency
   This makes Harald's laptop more lean and streamlined.


More information about the scm-commits mailing list