23 lines
869 B
Diff
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"
|