fix some broken icons

This commit is contained in:
Matthias Clasen 2008-07-10 17:13:02 +00:00
parent e9fd0ebb37
commit 5b4f84361a
2 changed files with 32 additions and 1 deletions

View File

@ -15,7 +15,7 @@
Summary: The GNOME Display Manager
Name: gdm
Version: 2.22.0
Release: 10%{?dist}
Release: 11%{?dist}
Epoch: 1
License: GPLv2+
Group: User Interface/X
@ -91,6 +91,9 @@ Patch9: gdm-null-fs.patch
# fixed in upstream svn
Patch10: lang-tag.patch
# fixed in upstream svn
Patch11: icon-names.patch
# Fedora-specific
Patch99: gdm-2.21.8-fedora-logo.patch
@ -316,6 +319,9 @@ fi
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
%changelog
* Thu Jul 10 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.22.0-11
- Fix some broken icons on the login screen
* Thu Jul 10 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.22.0-10
- Improve rendering of languages

25
icon-names.patch Normal file
View File

@ -0,0 +1,25 @@
diff -up gdm-2.22.0/gui/simple-greeter/gdm-language-option-widget.c.icon-names gdm-2.22.0/gui/simple-greeter/gdm-language-option-widget.c
--- gdm-2.22.0/gui/simple-greeter/gdm-language-option-widget.c.icon-names 2008-07-10 12:55:21.000000000 -0400
+++ gdm-2.22.0/gui/simple-greeter/gdm-language-option-widget.c 2008-07-10 12:57:47.000000000 -0400
@@ -233,7 +233,7 @@ gdm_language_option_widget_new (void)
object = g_object_new (GDM_TYPE_LANGUAGE_OPTION_WIDGET,
"label-text", _("_Language:"),
- "icon-name", "config-language",
+ "icon-name", "preferences-desktop-locale",
"max-item-count", 8,
NULL);
diff -up gdm-2.22.0/gui/simple-greeter/gdm-layout-option-widget.c.icon-names gdm-2.22.0/gui/simple-greeter/gdm-layout-option-widget.c
--- gdm-2.22.0/gui/simple-greeter/gdm-layout-option-widget.c.icon-names 2008-07-10 13:08:38.000000000 -0400
+++ gdm-2.22.0/gui/simple-greeter/gdm-layout-option-widget.c 2008-07-10 13:06:41.000000000 -0400
@@ -226,7 +226,7 @@ gdm_layout_option_widget_new (void)
object = g_object_new (GDM_TYPE_LAYOUT_OPTION_WIDGET,
"label-text", _("_Keyboard:"),
- "icon-name", "keyboard",
+ "icon-name", "preferences-desktop-keyboard",
"max-item-count", 8,
NULL);
diff -up gdm-2.22.0/gui/simple-greeter/gdm-session-option-widget.c.icon-names gdm-2.22.0/gui/simple-greeter/gdm-session-option-widget.c