Hints for thunderbird-daily in main
io.github.vitexus.thunderbird_daily ⚙ all
Errors
-
missing-desktop-file
Found an AppStream MetaInfo XML file, but the associated .desktop file is missing. This often happens when the .desktop file is renamed, but the<launchable type="desktop-id"/>
tag value of the AppStream MetaInfo file is not adapted as well, or if the MetaInfo file is located in a different package than the .desktop file.
Please fix the packaging or work with upstream to resolve this issue.
For older metadata, the desktop-id is inferred from the<id/>
tag. If the component metadata has nolaunchable
tag and noicon
tag of type stock, check if a .desktop file named after the component-ID is located in the same package.
Warnings
-
missing-launchable-desktop-file
The MetaInfo file references a .desktop file with ID 'daily.desktop' in itslaunchable
tag, but the file was not found in the same package. In order to be able to launch the software once it was installed, please place the MetaInfo file and its .desktop files in the same package.
thunderbird-daily.desktop ⚙ all
Errors
-
icon-not-found
The icon 'thunderbird' was not found in the archive. This issue can have multiple reasons:- The icon is not present in the archive.
- The icon is in a wrong directory.
- The icon is not available in a suitable size (at least 64x64px)
- On Debian and Ubuntu, the icon is a symlink. The generator cannot read symlinks on these distributions - make the icon a real file.
/usr/share/icons/hicolor/<size>/apps
and ensure theIcon=
value of the .desktop file is set correctly.