another icon name fix

This commit is contained in:
Matthias Clasen 2008-08-07 04:06:40 +00:00
parent 8cfbfcbd00
commit 5b0aa3c5c7
2 changed files with 19 additions and 1 deletions

View File

@ -12,7 +12,7 @@
Summary: GNOME session manager
Name: gnome-session
Version: 2.23.6
Release: 1%{?dist}
Release: 2%{?dist}
URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/gnome-session/2.23/%{name}-%{version}.tar.bz2
Source1: redhat-default-session
@ -63,6 +63,8 @@ Requires(pre): GConf2 >= %{gconf2_version}
Requires(post): GConf2 >= %{gconf2_version}
Requires(preun): GConf2 >= %{gconf2_version}
Patch0: icon-names.patch
%description
gnome-session manages a GNOME desktop session. It starts up the other core
@ -70,6 +72,7 @@ GNOME components and handles logout and saving the session.
%prep
%setup -q
%patch0 -p1 -b .icon-names
%build
@ -164,6 +167,9 @@ fi
%changelog
* Thu Aug 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-2
- Fix another icon name
* Tue Aug 5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
- Update to 2.23.6

12
icon-name.patch Normal file
View File

@ -0,0 +1,12 @@
diff -up gnome-session-2.23.6/capplet/commands.c.icon-name gnome-session-2.23.6/capplet/commands.c
--- gnome-session-2.23.6/capplet/commands.c.icon-name 2008-08-07 00:03:55.000000000 -0400
+++ gnome-session-2.23.6/capplet/commands.c 2008-08-07 00:04:16.000000000 -0400
@@ -32,7 +32,7 @@
#include "gsm-util.h"
#define DESKTOP_ENTRY_GROUP "Desktop Entry"
-#define STARTUP_APP_ICON "gnome-run"
+#define STARTUP_APP_ICON "system-run"
#define REALLY_IDENTICAL_STRING(a, b) \
((a && b && !strcmp (a, b)) || (!a && !b))