Currently, we start gnome-shell in classic mode by passing --mode=classic to the gnome-shell command line. This --mode=classic gets stripped away when the session is saved, which breaks classic mode on subsequent login attempts. This commit changes the session file to set the GNOME_SHELL_SESSION_MODE environment variable instead. https://bugzilla.gnome.org/show_bug.cgi?id=720894
18 lines
498 B
Plaintext
18 lines
498 B
Plaintext
[Desktop Entry]
|
|
Type=Application
|
|
_Name=GNOME Shell Classic
|
|
_Comment=Window management and application launching
|
|
Exec=@bindir@/gnome-shell
|
|
TryExec=@bindir@/gnome-shell
|
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
|
X-GNOME-Bugzilla-Product=gnome-shell
|
|
X-GNOME-Bugzilla-Component=general
|
|
X-GNOME-Bugzilla-Version=@VERSION@
|
|
Categories=GNOME;GTK;Core;
|
|
OnlyShowIn=GNOME;
|
|
NoDisplay=true
|
|
X-GNOME-Autostart-Phase=WindowManager
|
|
X-GNOME-Provides=panel;windowmanager;
|
|
X-GNOME-Autostart-Notify=true
|
|
X-GNOME-AutoRestart=false
|