AtomsDevs / Atoms

Easily manage Linux Chroot(s) and Containers with Atoms.
GNU General Public License v3.0
414 stars 18 forks source link

How do I give atoms access to org.freedesktop.Flatpak? #21

Closed aadilayub closed 2 years ago

aadilayub commented 2 years ago

From the README:

To enable the distrobox integration, you need to give Atoms the Flatpak permission to talk to org.freedesktop.Flatpak.

How can one do this? I tried to look for the permission in Flatseal and it isn't exposed there. I couldn't figure it out by looking at the Flatpak documentation either.

mirkobrombin commented 2 years ago

The easiest way is to install Flatseal then look for the Atoms app in the left menu and add org.freedesktop.Flatpak as a Session talk

aadilayub commented 2 years ago

Thanks!