johnfactotum / foliate

Read e-books in style
https://johnfactotum.github.io/foliate/
GNU General Public License v3.0
6.42k stars 295 forks source link

Strange Metainfo #1386

Closed itprojects closed 2 months ago

itprojects commented 2 months ago

Describe the bug A clear and concise description of what the bug is. The application is described in two ways. In this repositiry as "Foliate", however, application comes as "John Factotum", possibly due to bad metainfo.xml.

To Reproduce Steps to reproduce the behavior:

  1. Open terminal
  2. flatpak list

Expected behavior Expected name "Foliate"

Screenshots If applicable, add screenshots to help explain your problem. 0

Version:

Additional context Could the problem be in com.github.johnfactotum.Foliate.metainfo.xml.in

    <developer_name translate="no">John Factotum</developer_name>
    <developer id="io.github.johnfactotum">
        <name translate="no">John Factotum</name>
    </developer>

Perhaps consider using only the top one?

<developer_name translate="no">John Factotum</developer_name>

Compare with Rnote

  <developer_name translatable="no">@APP_AUTHOR_NAME@</developer_name>
johnfactotum commented 2 months ago

https://github.com/flatpak/flatpak/issues/5700