After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 639180 - shell: make the .desktop file pass "--overview"
shell: make the .desktop file pass "--overview"
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: shell
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-10 23:26 UTC by Dan Winship
Modified: 2011-01-14 14:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
shell: make the .desktop file pass "--overview" (1.12 KB, patch)
2011-01-10 23:26 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2011-01-10 23:26:34 UTC
This makes the main gnome-control-center.desktop file pass "--overview",
so that if the control center is already open, and you "re-launch" it,
you see the overview, rather than having it merely raise the window
keeping the current panel open.

I am assuming this is the desired behavior because the System Preferences
option in gnome-shell's user menu currently runs "gnome-control-center -o".
However, we want to switch the menus to using .desktop files where
possible, so in order to keep the behavior unchanged, we need to make
gnome-control-center.desktop pass -o.
Comment 1 Dan Winship 2011-01-10 23:26:36 UTC
Created attachment 177979 [details] [review]
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.
Comment 2 Bastien Nocera 2011-01-14 14:00:36 UTC
Attachment 177979 [details] pushed as 94aeba5 - shell: make the .desktop file pass "--overview"