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
8 lines
211 B
Desktop File
8 lines
211 B
Desktop File
[Desktop Entry]
|
|
_Name=GNOME Classic
|
|
_Comment=This session logs you into GNOME Classic
|
|
Exec=env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic
|
|
TryExec=gnome-session
|
|
Icon=
|
|
Type=Application
|