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
This commit is contained in:
parent
7dde087d47
commit
94aeba51e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue