From 5b0aa3c5c7da787cfcbeffa4669378c1489589d2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 7 Aug 2008 04:06:40 +0000 Subject: [PATCH] another icon name fix --- gnome-session.spec | 8 +++++++- icon-name.patch | 12 ++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 icon-name.patch diff --git a/gnome-session.spec b/gnome-session.spec index d3e7e0b..db30f80 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -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 - 2.23.6-2 +- Fix another icon name + * Tue Aug 5 2008 Matthias Clasen - 2.23.6-1 - Update to 2.23.6 diff --git a/icon-name.patch b/icon-name.patch new file mode 100644 index 0000000..5a6ad1e --- /dev/null +++ b/icon-name.patch @@ -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))