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 <ofourdan@redhat.com> Closes: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1654 Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1421>
This commit is contained in:
parent
ccfa7e9f2e
commit
66b371f306
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue