gnome-settings-daemon/gnome-settings-daemon-display-tool.patch
Vincent Untz 79d18530a1 Accepting request 47145 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/gnome-settings-daemon via accept of submit request 47145 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/47145
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=69
2010-09-04 20:54:07 +00:00

23 lines
869 B
Diff

commit 03112091d18ad0f9cc66b5f8835aadb1c47bc9ee
Author: Matthias Clasen <mclasen@redhat.com>
Date: Wed Jun 16 08:17:45 2010 -0400
Fix launching the display configuration tool
It is a control-center panel now, not a standalone capplet anymore.
Adjust the commandline accordingly.
diff --git a/plugins/xrandr/gsd-xrandr-manager.c b/plugins/xrandr/gsd-xrandr-manager.c
index 7f406b1..7f66cd2 100644
--- a/plugins/xrandr/gsd-xrandr-manager.c
+++ b/plugins/xrandr/gsd-xrandr-manager.c
@@ -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"