IBBoard / cawbird

A fork of the Corebird GTK Twitter client that continues to work with Twitter
https://ibboard.co.uk/cawbird/
GNU General Public License v3.0
310 stars 37 forks source link

Add more metadata for GNOME Software #454

Closed MikuOcta closed 2 years ago

MikuOcta commented 2 years ago

The app does a great job by being adaptive for small devices as well, but beacuse the lack of metadata information for the app, Software it says the app is only for desktops. We would really like if the metadata was added!

image Software not having enough metadata for displaying the adaptivibility features

Here is more informations: https://gitlab.gnome.org/GNOME/gnome-software/-/wikis/software-metadata#hardware-support

IBBoard commented 2 years ago

Apparently we need

  <recommends>
    <control>pointing</control>
    <control>keyboard</control>
    <control>touch</control>
  </recommends>

if we want to be listed as "adaptive"? Even though we support but don't recommend touch?

If I move touch to a <supports> block then we apparently don't support touch.

Screenshot of Gnome Software "Supports" list

That seems wrong to me.

IBBoard commented 2 years ago

Bug report/feature request for "Gnome Software doesn't support <supports>, so you can't say you support something without recommending it" - https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1774