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
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=System;
|
Categories=System;
|
||||||
|
Exec=Xwayland -displayfd 1
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
|
|
Loading…
Reference in New Issue