Feature hasn't been suggested before.
Describe the enhancement you want to request
Related issues:
#27083
#5651
flathub/ai.opencode.opencode#13
These issues are closed even though the conversation continued. Users are mentioning that the current implementation (PR: #27253) is not fully compatible yet for .deb and flatpak/flathub.
Flathub version is currently still at v1.14.33 (version copied from my local instance) because updates are blocked.
Comment from @Bllacky
v1.15.0 does contain the source-code fix attempt: PR #27253 added copy-metainfo.ts and wires it into prebuild.
But no release contains the working packaged fix in the .deb.
Things I checked:
The PR generates resources/ai.opencode.desktop.metainfo.xml.
The .deb needs to install an AppStream file under something like /usr/share/metainfo/*.metainfo.xml.
The released .deb packages do not install that file there.
In v1.17.3, the .deb includes desktop files and icons but no metadata XML in the package filesystem.
So the release contains the fix code, but the build/package config still fails to put the generated XML where Linux packaging/Flathub needs it.
That is why Flathub is still blocked: from Flathub’s perspective, the upstream .deb artefact is still broken, even though upstream merged a source change intended to fix it.
Feature hasn't been suggested before.
Describe the enhancement you want to request
Related issues:
#27083
#5651
flathub/ai.opencode.opencode#13
These issues are closed even though the conversation continued. Users are mentioning that the current implementation (PR: #27253) is not fully compatible yet for .deb and flatpak/flathub.
Flathub version is currently still at v1.14.33 (version copied from my local instance) because updates are blocked.
Comment from @Bllacky