Skip to content

Flatpak app support

Vanadiae requested to merge (removed):flatpak-app into master

This adds :

  • a script to generate proper python packages flatpak manifest (basically in pypi-deps.json, downloads the tarballs of the python dependencies and setup build of them). This manifest is included as a module in the main manifest, to provide the correct dependencies
  • I managed to get a working flatpak (with the manifest) and the secret service available inside the sandbox

There is probably some things to improve.


Hello @gnumdk !

I saw this project and thought it was a great idea of application so I wanted to test it out. So I made a flatpak that runs well. Some things that don't work (I saw this was in the README) : icons of applications aren't showed, 6 on 7 of the entries causes an encoding error somewhere in the code. But this might need other MRs.

I would like this application to manage greatly the secrets (passwords). That's why I'd like to contribute to this application. Is this application still being worked on @gnumdk and is this project still active ? Would you accept further contributions ?

One thing I thought would be great is to clarify what should this application do and what it won't do.

Thanks for reading ! :)

Merge request reports