[gnome-control-center] panels: make sure the Exec line is valid



commit 130843187f22611d471cdb0ddc2b82315e53cdc2
Author: Thomas Wood <thomas wood intel com>
Date:   Wed Jun 2 17:57:03 2010 +0100

    panels: make sure the Exec line is valid
    
    Allow the panel desktop files to launch the control center shell started
    with the relevant panel.

 .../gnome-default-applications-panel.desktop.in.in |    2 +-
 .../gnome-keybindings-panel.desktop.in.in          |    2 +-
 panels/keyboard/gnome-keyboard-panel.desktop.in.in |    2 +-
 panels/mouse/gnome-mouse-panel.desktop.in.in       |    2 +-
 panels/network/gnome-network-panel.desktop.in.in   |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/panels/default-applications/gnome-default-applications-panel.desktop.in.in b/panels/default-applications/gnome-default-applications-panel.desktop.in.in
index 7cc17b5..bcdaf9c 100644
--- a/panels/default-applications/gnome-default-applications-panel.desktop.in.in
+++ b/panels/default-applications/gnome-default-applications-panel.desktop.in.in
@@ -1,7 +1,7 @@
 [Desktop Entry]
 _Name=Preferred Applications
 _Comment=Select your default applications
-Exec=gnome-default-applications-properties
+Exec=gnome-control-center default-applications
 Icon=gnome-settings-default-applications
 Terminal=false
 Type=Application
diff --git a/panels/keybindings/gnome-keybindings-panel.desktop.in.in b/panels/keybindings/gnome-keybindings-panel.desktop.in.in
index 007280d..679c4ee 100644
--- a/panels/keybindings/gnome-keybindings-panel.desktop.in.in
+++ b/panels/keybindings/gnome-keybindings-panel.desktop.in.in
@@ -1,7 +1,7 @@
 [Desktop Entry]
 _Name=Keyboard Shortcuts
 _Comment=Assign shortcut keys to commands
-Exec=gnome-keybinding-properties
+Exec=gnome-control-center keybinding
 Icon=preferences-desktop-keyboard-shortcuts
 Terminal=false
 Type=Application
diff --git a/panels/keyboard/gnome-keyboard-panel.desktop.in.in b/panels/keyboard/gnome-keyboard-panel.desktop.in.in
index eaf9587..ce26ecb 100644
--- a/panels/keyboard/gnome-keyboard-panel.desktop.in.in
+++ b/panels/keyboard/gnome-keyboard-panel.desktop.in.in
@@ -1,7 +1,7 @@
 [Desktop Entry]
 _Name=Keyboard
 _Comment=Set your keyboard preferences
-Exec=gnome-keyboard-properties
+Exec=gnome-control-center keyboard
 Icon=preferences-desktop-keyboard
 Terminal=false
 Type=Application
diff --git a/panels/mouse/gnome-mouse-panel.desktop.in.in b/panels/mouse/gnome-mouse-panel.desktop.in.in
index 69c4291..ba91f4a 100644
--- a/panels/mouse/gnome-mouse-panel.desktop.in.in
+++ b/panels/mouse/gnome-mouse-panel.desktop.in.in
@@ -1,7 +1,7 @@
 [Desktop Entry]
 _Name=Mouse
 _Comment=Set your mouse preferences
-Exec=gnome-mouse-properties
+Exec=gnome-control-center mouse
 Icon=input-mouse
 Terminal=false
 Type=Application
diff --git a/panels/network/gnome-network-panel.desktop.in.in b/panels/network/gnome-network-panel.desktop.in.in
index 4d290ec..a565498 100644
--- a/panels/network/gnome-network-panel.desktop.in.in
+++ b/panels/network/gnome-network-panel.desktop.in.in
@@ -1,7 +1,7 @@
 [Desktop Entry]
 _Name=Network Proxy
 _Comment=Set your network proxy preferences
-Exec=gnome-network-properties
+Exec=gnome-control-center network
 Icon=gnome-network-properties
 Terminal=false
 Type=Application



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]