mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Note that in the gnome-initial-setup session the Shell is started from the .desktop file rather than via systemd. Part of debugging <https://gitlab.gnome.org/GNOME/openqa-tests/-/issues/62>
13 lines
448 B
Text
13 lines
448 B
Text
[Desktop Entry]
|
|
Type=Application
|
|
Name=GNOME Shell
|
|
Comment=Window management and application launching
|
|
Exec=/usr/bin/env G_MESSAGES_DEBUG=all SHELL_DEBUG=backtrace-warning,backtrace-segfaults @bindir@/gnome-shell
|
|
Categories=GNOME;GTK;Core;
|
|
OnlyShowIn=GNOME;
|
|
NoDisplay=true
|
|
X-GNOME-Autostart-Phase=DisplayServer
|
|
X-GNOME-Provides=panel;windowmanager;
|
|
X-GNOME-Autostart-Notify=true
|
|
X-GNOME-AutoRestart=false
|
|
X-GNOME-HiddenUnderSystemd=@systemd_hidden@
|