another icon name fix
This commit is contained in:
parent
8cfbfcbd00
commit
5b0aa3c5c7
@ -12,7 +12,7 @@
|
|||||||
Summary: GNOME session manager
|
Summary: GNOME session manager
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 2.23.6
|
Version: 2.23.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: http://download.gnome.org/sources/gnome-session/2.23/%{name}-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/gnome-session/2.23/%{name}-%{version}.tar.bz2
|
||||||
Source1: redhat-default-session
|
Source1: redhat-default-session
|
||||||
@ -63,6 +63,8 @@ Requires(pre): GConf2 >= %{gconf2_version}
|
|||||||
Requires(post): GConf2 >= %{gconf2_version}
|
Requires(post): GConf2 >= %{gconf2_version}
|
||||||
Requires(preun): GConf2 >= %{gconf2_version}
|
Requires(preun): GConf2 >= %{gconf2_version}
|
||||||
|
|
||||||
|
Patch0: icon-names.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
gnome-session manages a GNOME desktop session. It starts up the other core
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .icon-names
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -164,6 +167,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
|
||||||
- Update to 2.23.6
|
- Update to 2.23.6
|
||||||
|
|
||||||
|
12
icon-name.patch
Normal file
12
icon-name.patch
Normal 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))
|
Loading…
Reference in New Issue
Block a user