solenv/bin/assemble-flatpak-appdata.sh |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c458c1709e35b6ba9bc5c326e1d24ba71ae51a18
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Wed Feb 28 16:23:46 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Thu Feb 29 13:25:30 2024 +0100

    Try to appease Flathub linter
    
    ...which caused a recent
    <https://buildbot.flathub.org/#/builders/33/builds/12708> test build to fail
    with
    
    > {
    >     "errors": [
    >         "appstream-failed-validation"
    >     ],
    >     "warnings": [
    >         "appstream-screenshot-missing-caption"
    >     ],
    >     "appstream": [
    >         "E: org.libreoffice.LibreOffice.desktop:~: 
desktop-app-launchable-omitted"
    >     ],
    >     "message": "Please consult the documentation at 
https://docs.flathub.org/docs/for-app-authors/linter";
    > }
    
    Change-Id: I3655d3985c70780e5980bec2d4753120fb302f1a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164134
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>
    (cherry picked from commit beccfbbb7e896266be3c6c1a9dddaf68fd33ae9e)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164117
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/solenv/bin/assemble-flatpak-appdata.sh 
b/solenv/bin/assemble-flatpak-appdata.sh
index 4896cf3f20bc..84b5f5399299 100755
--- a/solenv/bin/assemble-flatpak-appdata.sh
+++ b/solenv/bin/assemble-flatpak-appdata.sh
@@ -41,6 +41,7 @@ cat <<\EOF >"${1?}"org.libreoffice.LibreOffice.appdata.xml
   you can easily share documents with users of other popular office suites
   without worrying about compatibility.</p>
  </description>
+ <launchable type="desktop-id">org.libreoffice.LibreOffice.desktop</launchable>
  <url type="homepage">http://www.libreoffice.org/discover/libreoffice/</url>
  <url type="bugtracker">https://bugs.documentfoundation.org/</url>
  <url type="donation">https://donate.libreoffice.org/</url>

Reply via email to