bbhtt
bbhtt
Some metainfo issues seem to remain: ```json { "errors": [ "appstream-missing-developer-name", "metainfo-launchable-tag-wrong-value" ], "warnings": [ "appstream-screenshot-missing-caption" ], "info": [ "appstream-missing-developer-name: No developer tag found in Metainfo file", "appstream-screenshot-missing-caption: One or...
I need an in depth docs on how it differs from regular Firefox before deciding whether it is acceptable. Also fill up the PR template.
what happens when python code by user starts requiring arbitrary modules from pypi? As you can't as freely install them inside Flatpak like on a distro. Is it a good...
If it allows writing `import foobar` and running that then it will fail it doesn't need to intend to anything.
That won't work, runtimes set PYTHONUSERBASE to a location in the sandbox so that it doesn't try to load python modules from host. Mixing host modules inside the runtime will...
Ok if it works, but not really great
/merge head=e5a6bc4f1747f5475aebad56327c8578228b84b9
this is blocked by https://docs.flathub.org/docs/for-app-authors/requirements#building-from-source if not building from source.
You can't publish your fork with upstream ID. You can't publish a fork with minimal changes, as per https://docs.flathub.org/docs/for-app-authors/requirements#minimal-submissions And https://github.com/flathub/flathub/pull/6575#discussion_r2118525246 needs to be solved as well.
is this just an editor or more like vscode/zed where it tries to be an IDE? Looking at the permissions, why would an editor need flatpak-spawn?