flathub / com.github.taiko2k.tauonmb

https://flathub.org/apps/details/com.github.taiko2k.tauonmb
0 stars 1 forks source link

Missing icon #1

Closed jgarciao closed 3 years ago

jgarciao commented 3 years ago

image

Taiko2k commented 3 years ago

The appstream metadata looks okay and the icon link is live. I tried issuing a rebuild anyway but that doesn't seem to have fixed it.

I think the issue is with the Flathub website since I see that Discord is also missing its icon.

jgarciao commented 3 years ago

If you open the file /var/lib/flatpak/appstream/flathub/x86_64/active/appstream.xml in your computer (having flathub configured as a repo) you will find this info about your app:

<component type="desktop">
    <id>com.github.taiko2k.tauonmb</id>
    <translation type="gettext">tauon</translation>
    <name>Tauon Music Box</name>
    <summary>Play your music collection with style</summary>
    <developer_name>Taiko2k</developer_name>
    <description><p>Tauon Music Box is a modern, comfortable and streamlined music player for the playback of your music collection.</p><p>Packed with features while maintaining simplicity. Use drag and drop for easy file importing and playlist management. Groups albums by folder and allows you to manage your music with built-in functions such as file and folder renaming, cover art downloading and file deleting.</p><p>Features:</p><ul><li>Playback local audio files including MP3, FLAC and OGG</li><li>Import Spotify tracks and control Spotify playback</li><li>Add network tracks from Airsonic and koel servers</li><li>Automatic CUE sheet detection</li><li>Gapless playback</li><li>Lookup artists on Rate Your Music and Bandcamp</li><li>Scrobble and love tracks to last.fm</li><li>Support for Listenbrainz and launching the Musicbrainz Picard tag editor</li><li>Import downloaded music archives in one click</li><li>Large album art and gallery layouts</li><li>Transcode and sync to device functionality</li><li>Support for lyrics including synced lrc files and guitar chords</li><li>Multiple preset colour themes</li></ul></description>
    <icon type="remote">https://user-images.githubusercontent.com/17271572/66533289-eb697e00-eb6e-11e9-8a93-513056a343f6.png</icon>
    <icon type="cached" height="64" width="64">com.github.taiko2k.tauonmb.png</icon>
    <icon type="cached" height="128" width="128">com.github.taiko2k.tauonmb.png</icon>
    <categories>
   ...

The icon type="remote" link is not broken but probably is the source of the problem, as the rest of the apps just have the icon type="cached".

jgarciao commented 3 years ago

Well, I've found other apps using remote icons that work fine so maybe is a problem in the backend

<icon type="cached" height="64" width="64">com.github.appadeia.Taigo.png</icon>
    <icon type="cached" height="128" width="128">com.github.appadeia.Taigo.png</icon>
    <icon type="remote">https://raw.githubusercontent.com/Appadeia/taigo/master/data/com.github.appadeia.Taigo.svg</icon>
jgarciao commented 3 years ago

I have opened this issue in the backend related of the missing icons https://github.com/flathub/backend/issues/24