From 66b371f3064cdfc549422d45bcd49a175368adfa Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Mon, 18 Mar 2024 17:05:55 +0100 Subject: [PATCH] xwayland: Add the Exec key to the desktop file This was intentionally left out, but it's against the spec. Add an Exec key to be conformant. Signed-off-by: Olivier Fourdan Closes: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1654 Part-of: --- hw/xwayland/desktop/org.freedesktop.Xwayland.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwayland/desktop/org.freedesktop.Xwayland.desktop b/hw/xwayland/desktop/org.freedesktop.Xwayland.desktop index d0122adf5..32c3e78b2 100644 --- a/hw/xwayland/desktop/org.freedesktop.Xwayland.desktop +++ b/hw/xwayland/desktop/org.freedesktop.Xwayland.desktop @@ -4,4 +4,5 @@ Comment=A rootful instance of the Xwayland X11 server Terminal=false Type=Application Categories=System; +Exec=Xwayland -displayfd 1 NoDisplay=true