summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2014-04-04 10:14:53 +0200
committerDavid Faure <faure@kde.org>2014-04-04 10:14:53 +0200
commit3048968e19c2c4557f7843075dfa69c2964a7e15 (patch)
tree56e3b39b4bb1eaaee5a48f5db5cb1fb16130fb6d
parent1354abdb635b560f3c36373c8074ee7e5f63abab (diff)
downloadxdg-specs-3048968e19c2c4557f7843075dfa69c2964a7e15.tar.xz
menu-spec: refer to the desktop entry spec for the desktop file ID concept
-rw-r--r--menu/menu-spec.xml17
1 files changed, 7 insertions, 10 deletions
diff --git a/menu/menu-spec.xml b/menu/menu-spec.xml
index 73edfcd..7b84176 100644
--- a/menu/menu-spec.xml
+++ b/menu/menu-spec.xml
@@ -2416,16 +2416,13 @@
<glossentry id="term-desktop-file-id"><glossterm>Desktop-File Id</glossterm>
<glossdef>
<para>
- The id to identify a desktop entry with.
- For example, if <filename>/usr/share/applications</filename> is
- specified as an &lt;AppDir&gt;, and <filename>/opt/ude</filename>
- as &lt;LegacyDir prefix="foo-"&gt;
- then
- <filename>/usr/share/applications/foo/bar.desktop</filename>,
- <filename>/usr/share/applications/foo-bar.desktop</filename>
- and
- <filename>/opt/ude/Settings/bar.desktop</filename> all have
- the same desktop-file id <literal>foo-bar.desktop</literal>
+ The ID to identify a desktop entry with.
+ For desktop files installed in $XDG_DATA_DIRS/applications, this
+ is the same as the desktop file ID defined in the Desktop Entry Specification.
+ In addition, if <filename>/opt/ude</filename> is defined
+ as &lt;LegacyDir prefix="foo-"&gt; then
+ <filename>/opt/ude/Settings/bar.desktop</filename> has
+ the desktop-file id <literal>foo-bar.desktop</literal>
</para>
</glossdef>
</glossentry>