diff options
author | David Faure <faure@kde.org> | 2014-04-04 10:14:53 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2014-04-04 10:14:53 +0200 |
commit | 3048968e19c2c4557f7843075dfa69c2964a7e15 (patch) | |
tree | 56e3b39b4bb1eaaee5a48f5db5cb1fb16130fb6d /menu | |
parent | 1354abdb635b560f3c36373c8074ee7e5f63abab (diff) |
menu-spec: refer to the desktop entry spec for the desktop file ID concept
Diffstat (limited to 'menu')
-rw-r--r-- | menu/menu-spec.xml | 17 |
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 <AppDir>, and <filename>/opt/ude</filename> - as <LegacyDir prefix="foo-"> - 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 <LegacyDir prefix="foo-"> then + <filename>/opt/ude/Settings/bar.desktop</filename> has + the desktop-file id <literal>foo-bar.desktop</literal> </para> </glossdef> </glossentry> |