rpms/gnome-settings-daemon/devel gsd-display-panel.patch, NONE, 1.1 gnome-settings-daemon.spec, 1.157, 1.158

Matthias Clasen mclasen at fedoraproject.org
Wed Jun 16 12:23:50 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-settings-daemon/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv880

Modified Files:
	gnome-settings-daemon.spec 
Added Files:
	gsd-display-panel.patch 
Log Message:
fix launching the display configuration utility


gsd-display-panel.patch:
 gsd-xrandr-manager.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gsd-display-panel.patch ---
diff -up gnome-settings-daemon-2.31.3/plugins/xrandr/gsd-xrandr-manager.c.display-panel gnome-settings-daemon-2.31.3/plugins/xrandr/gsd-xrandr-manager.c
--- gnome-settings-daemon-2.31.3/plugins/xrandr/gsd-xrandr-manager.c.display-panel	2010-06-16 08:12:53.017980209 -0400
+++ gnome-settings-daemon-2.31.3/plugins/xrandr/gsd-xrandr-manager.c	2010-06-16 08:13:45.060956325 -0400
@@ -76,7 +76,7 @@
 #define GSD_XRANDR_ICON_NAME "gsd-xrandr"
 
 /* executable of the control center's display configuration capplet */
-#define GSD_XRANDR_DISPLAY_CAPPLET "gnome-display-properties"
+#define GSD_XRANDR_DISPLAY_CAPPLET "gnome-control-center display"
 
 #define GSD_DBUS_PATH "/org/gnome/SettingsDaemon"
 #define GSD_DBUS_NAME "org.gnome.SettingsDaemon"


Index: gnome-settings-daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-settings-daemon/devel/gnome-settings-daemon.spec,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -p -r1.157 -r1.158
--- gnome-settings-daemon.spec	9 Jun 2010 03:07:01 -0000	1.157
+++ gnome-settings-daemon.spec	16 Jun 2010 12:23:49 -0000	1.158
@@ -1,6 +1,6 @@
 Name:           gnome-settings-daemon
 Version:        2.31.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:          System Environment/Daemons
@@ -41,6 +41,9 @@ Patch4: keyboard-icon.patch
 
 Patch5: not-smart.patch
 
+# upstream fix
+Patch6: gsd-display-panel.patch
+
 %description
 A daemon to share settings from GNOME to other applications. It also
 handles global keybindings, as well as a number of desktop-wide settings.
@@ -61,6 +64,7 @@ developing applications that use %{name}
 %patch3 -p1 -b .slight-hinting
 %patch4 -p1 -b .keyboard-icon
 %patch5 -p1 -b .not-smart
+%patch6 -p1 -b .display-panel
 
 autoreconf -i -f
 



More information about the scm-commits mailing list