From 2d6315138f419d55a68526a63956db34406b4d9a Mon Sep 17 00:00:00 2001 From: Otto Liljalaakso Date: Mar 29 2024 16:44:33 +0000 Subject: Avoid mentioning X when defining a desktop app Simply replacing the term "X window" with simple "window" also covers Wayland, which is already the default in Fedora. Fixes #1315 --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index df15df1..988a295 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -1870,7 +1870,7 @@ and systemd-managed services are xref:Systemd.adoc[here]. If a package contains a GUI application, then it needs to also include a properly installed .desktop file. For the purposes of these guidelines, -a GUI application is defined as any application which draws an X window +a GUI application is defined as any application which draws a window and runs from within that window. Installed .desktop files MUST follow the https://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html[desktop-entry-spec],