• 7 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: July 21st, 2024

help-circle







  • Resolve is not available as a flatpak so distrobox would be your only option to get it running on a atomic distro.

    But in general flatpaks are more secure than distrobox containers. Flatpaks are sandboxed. Apps can request access to different parts outside the sandbox through so called portals. Portals are basically like the permission system on your phone. But not all portals are finished yet so apps can get way more permissions in the name of user friendliness. There are third party tools like flatseal, that manage permissions though.

    Distrobox on the other hand doesn’t have any of that. Apps can access your entire home directory and a bunch of other stuff if they want