You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
References to packaging aren't ideal in a world where bundles exist, and
general application listings are derived from metainfo data, so clarify
what desktop-entry files are for.
Copy file name to clipboardExpand all lines: docs/xml/metainfo-desktopapp.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@
11
11
<title>Introduction</title>
12
12
<para>
13
13
A desktop application is interactive software that presents a graphical interface to the user.
14
-
To appear in application listings, the packaged application must include a <ulinkurl="https://specifications.freedesktop.org/desktop-entry-spec/latest/">Freedesktop <filename>.desktop</filename></ulink> file.
14
+
To appear in menus, the desktop application must include a
AppStream generators may pull data from the preexisting <filename>.desktop</filename> files to represent an application in the AppStream metadata pool. Upstream projects should
0 commit comments