
By detecting whether libmutter was built with x11 or xwayland support and disabling relavant code paths Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3362>
9 lines
205 B
SYSTEMD
9 lines
205 B
SYSTEMD
[Unit]
|
|
Description=GNOME Shell
|
|
DefaultDependencies=no
|
|
|
|
Requisite=gnome-session-initialized.target
|
|
PartOf=gnome-session-initialized.target
|
|
Before=gnome-session-initialized.target
|
|
|
|
Wants=@SUPPORTED_SESSIONS@ |