Description: F-Droid listing of LibreOffice Viewer lacks app icon: https://f-droid.org/en/packages/org.documentfoundation.libreoffice/ Steps to Reproduce: Visit https://f-droid.org/en/packages/org.documentfoundation.libreoffice/ and see the listing has no app icon. Actual Results: No app icon Expected Results: Listing should show with app icon Reproducible: Always User Profile Reset: No Additional Info: N/A
I've submitted a merge request to F-Droid that updates the app to 7.6.0 and adds an icon: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/13643 Closing as NOTOURBUG because it has to be addressed there, not in our own repos.
(In reply to Michael Weghorn from comment #1) > I've submitted a merge request to F-Droid that updates the app to 7.6.0 and > adds an icon: > https://gitlab.com/fdroid/fdroiddata/-/merge_requests/13643 > > Closing as NOTOURBUG because it has to be addressed there, not in our own > repos. They don't accept new icons in their repo any more, s. the discussion in that MR. The only way is now to support either Fastlane or Triple-T metadata for providing it. That's something that will have to be done in our repo. Setting to NEW.
This bug is still present. There is no icon for LibreOffice Viewer in the F-Droid app. Instead, there is a default icon, that of F-Droid, grayed out.
Version 7.6.3.2.0+
Michael Weghorn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/69189de8fa9a9d4973a4304a82780d32e79fbe6f tdf#157009 android: Add icon symlink for F-Droid It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
According to the discussion in https://gitlab.com/fdroid/fdroiddata/-/merge_requests/13643 , the commit from comment 5 should in my understanding make the icon show up in F-Droid after the next update. Let's see whether that's actually the case or whether something else is needed.
Michael Weghorn committed a patch related to this issue. It has been pushed to "libreoffice-24-2": https://git.libreoffice.org/core/commit/6460b76852b69f428ed26aba3877e9853ec22555 tdf#157009 android: Add icon symlink for F-Droid It will be available in 24.2.4. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Weghorn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/802a10654151c00302bc7b7479673101f2d47b20 tdf#157009 android: Add missing subdir for Triple-T/F-Droid icon It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Weghorn committed a patch related to this issue. It has been pushed to "libreoffice-24-2": https://git.libreoffice.org/core/commit/89834ae1ec20fb7c242e697966037e925e1d44f1 tdf#157009 android: Add missing subdir for Triple-T/F-Droid icon It will be available in 24.2.5. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Michael Weghorn from comment #6) > According to the discussion in > https://gitlab.com/fdroid/fdroiddata/-/merge_requests/13643 , the commit > from comment 5 should in my understanding make the icon show up in F-Droid > after the next update. Let's see whether that's actually the case or whether > something else is needed. That was not sufficient, but I've submitted another change that should hopefully actually make the icon show up after the next update of the app in F-Droid.
Michael Weghorn committed a patch related to this issue. It has been pushed to "libreoffice-24-8": https://git.libreoffice.org/core/commit/9886091995865cb1978cb67e6074b1631a0072fc tdf#157009 android: Add missing subdir for Triple-T/F-Droid icon It will be available in 24.8.0.0.beta2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Progres: LibreOffice Viewer now shows with icon in F-Droid Basic listing, but not (yet?) in F-Droid weblisting at https://f-droid.org/en/packages/org.documentfoundation.libreoffice/ Is this a caching problem or is additional action required?
(In reply to steve from comment #12) > Progres: LibreOffice Viewer now shows with icon in F-Droid Basic listing, > but not (yet?) in F-Droid weblisting at > https://f-droid.org/en/packages/org.documentfoundation.libreoffice/ > > Is this a caching problem or is additional action required? Great, thanks for the update. Then the last commit actually fixed it, together with the F-Droid update to 24.2.5. The website still shows 24.2.4, and should show the proper icon as well once it has been updated to 24.2.5. From https://gitlab.com/fdroid/wiki/-/wikis/FAQ#how-long-does-it-take-for-my-app-to-show-up-on-website-and-client : > Please also note that the website is updated asynchronously – so while the index might already have reached your local client, website might still be a bit behind.
Thanks I was not aware of website and client not being synchronous for F-Droid. Setting to verified as icon shows as expected in client. Thanks for your work on this.