-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove legacy apps with ports #79
Comments
I have no idea why, for example, Harvey shows up under legacy apps even though I've ported it |
I can look into this if you know of any more apps like Harvey that are dual listed or superceded with new RDNN's. |
I think automating this one-time task would be over-complicating it. I'd happily go through and make a list of ones to skip displaying/forward to the new version. Maybe adding a checkbox for "my app is a port of a Hera app" on the GitHub submission form? |
@danrabbit I believe it happens if you have it installed via a different Flatpak remote (even a local one). I got the same thing with Comet after seeing it appear on the AppCenter. The way I was able to get it to show up properly was to uninstall all other Flatpak versions of it (the development build and the sideloaded one from the Comet web site) and restart AppCenter. |
@danrabbit I filed your issue with Harvey at danirabbit/harvey#48, but also fixed/worked around it in ca63389. It doesn't fix the case of e.g. Spice-up where the RDNN actually changed (in that case a dash to underscore), or if the RDNN changed completely. |
The specific metainfo we should be asking developers to include: <provides>
<id>com.example.old.rdnn</id>
</provides> (source) Then we can check that tag and create redirects. |
This should allow us to deduplicate https://appcenter.elementary.io/com.github.philip-scott.spice-up and https://appcenter.elementary.io/com.github.philip_scott.spice-up; see also elementary/appcenter-web#79
Recommended by [the AppStream spec](https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#id-1.3.6.4.3.11.2.3.10), and will allow us to deduplicate the old and current app listings; see elementary/appcenter-web#79
Problem
There are some legacy apps which have been ported, but using a new RDNN. There are also some that were abandoned, but forked and submitted under new branding.
It would be helpful to not show those under the legacy apps section to more accurately reflect what's missing from the Flatpak store
Proposal
@cassidyjames recommended that we might check for a tag somewhere where developers can say their app provides/supersedes some other RDNN
We might also want some kind of ignore list
Prior Art (Optional)
No response
The text was updated successfully, but these errors were encountered: