[gnome-control-center] shell: make the .desktop file pass "--overview"



commit 94aeba51e311ce03a3f6cd5e78d8cb45f887267f
Author: Dan Winship <danw gnome org>
Date:   Mon Jan 10 18:21:08 2011 -0500

    shell: make the .desktop file pass "--overview"
    
    Opening the shell via the main gnome-control-center.desktop file
    should display it in overview mode. In particular, if the shell is
    already open, then "launching" it again via the main .desktop file
    should switch the existing window to the overview rather than just
    raising it but leaving it pointing to whatever panel it was pointing
    to before.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639180

 shell/gnome-control-center.desktop.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/gnome-control-center.desktop.in.in b/shell/gnome-control-center.desktop.in.in
index 7e5bdd2..b4182f6 100644
--- a/shell/gnome-control-center.desktop.in.in
+++ b/shell/gnome-control-center.desktop.in.in
@@ -1,7 +1,7 @@
 [Desktop Entry]
 _Name=System Settings
 Icon=preferences-system
-Exec=gnome-control-center
+Exec=gnome-control-center --overview
 Terminal=false
 Type=Application
 StartupNotify=true



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