https://bugs.documentfoundation.org/show_bug.cgi?id=99567

            Bug ID: 99567
           Summary: Wrong appdata.xml id
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

For "*" in "base", "calc", "draw", etc., in each of the
sysui/desktop/appstream-appdata/libreoffice-*.appdata.xml files (which are then
copied to their target locations via sysui/desktop/share/create_tree.sh), the
id element is hardcoded as

  <id>libreoffice-*.desktop</id>

while the .desktop file symlinks that are created via
sysui/destop/share/create_tree.sh have pathnames of the form

 .../share/applications/<PREFIX>-*.desktop

where "<PREFIX>" is e.g. "libreoffice5.2" or "libreofficedev5.2" for a current
master build (depending on --enable-release-build).

However, given <https://people.freedesktop.org/~hughsient/appdata/#id> and
<https://specifications.freedesktop.org/desktop-entry-spec/1.1/ape.html> "E.
Desktop File ID", it looks more plausible that .appdata.xml id elements should
match the names of the .desktop file, e.g., be of the form

  <id>libreoffice5.2-*.desktop</id>

resp.

  <id>libreofficedev5.2-*.desktop</id>

for a current master build (depening on --enable-release-build).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to