de9a3df7bd
GDM has supported sessions registering with it for a few years now so
it can know when to shut down the greeter. Having the GNOME Classic
session declare that it will register itself allows GDM to avoid
executing a fallback codepath.
This has been supported with the regular GNOME session for a while,
and this session was likely forgotten about when it was added there.
(cherry picked from commit a79d2afb2d)
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/202>
9 lines
241 B
Desktop File
9 lines
241 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
|
|
TryExec=gnome-session
|
|
Type=Application
|
|
DesktopNames=GNOME-Classic;GNOME;
|
|
X-GDM-SessionRegisters=true
|