From e0750db1bdcd4c41beb2432dbeca7d5729b7c1d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 23 Nov 2023 14:31:08 +0100 Subject: [PATCH] Mark session file as X-GDM-CanRunHeadless=true This will make it possible to launch the session headlessly for remote-only access. Part-of: --- data/gnome-classic-wayland.desktop.in | 1 + data/gnome-classic.desktop.in | 1 + 2 files changed, 2 insertions(+) diff --git a/data/gnome-classic-wayland.desktop.in b/data/gnome-classic-wayland.desktop.in index 7287c689..77227d18 100644 --- a/data/gnome-classic-wayland.desktop.in +++ b/data/gnome-classic-wayland.desktop.in @@ -6,3 +6,4 @@ TryExec=gnome-session Type=Application DesktopNames=GNOME-Classic;GNOME; X-GDM-SessionRegisters=true +X-GDM-CanRunHeadless=true diff --git a/data/gnome-classic.desktop.in b/data/gnome-classic.desktop.in index 13da2b56..269f131d 100644 --- a/data/gnome-classic.desktop.in +++ b/data/gnome-classic.desktop.in @@ -6,3 +6,4 @@ TryExec=gnome-session Type=Application DesktopNames=GNOME-Classic;GNOME; X-GDM-SessionRegisters=true +X-GDM-CanRunHeadless=true