Open probonopd opened 4 years ago
In my test libvlc is only loaded if VLC run's without root access, we need pass impression on chroot that "user" is unprivileged since any sandbox affects the access time. but i have no idea how to do this
My strategy right now to verify this method of doing things is to find as many broken apps as possible, and to analyze why they are broken. I think that this way we can learn best what works and what doesn't work.
Is good, my approach is failing, i focused on apps that i know that will works
Why do we run pkg2appdir
as root? Is it necessary?
We could just run the mount/unmount/... operations as root, and everything else as a normal user.
Especially the test run of the application should not be run as root. This way, the test run resembles more closely what goes on when the user runs the application.
What do you think?
The problem is with chroot, it still needs to be run as root
The application inside the chroot should be run as normal user though
Not quite working yet, do you know why?
https://travis-ci.org/github/sudo-give-me-coffee/flatpak2appdir/builds/665229475
This n't found gedit, may be an error with flathub install?
Maybe
Why is that?
My strategy right now to verify this method of doing things is to find as many broken apps as possible, and to analyze why they are broken. I think that this way we can learn best what works and what doesn't work.