-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install, manage & run Flatpak applications on standard user accounts #47
Comments
I have checked the code. For per-user Flatpak installation you should also use: |
Hi @antoninchadima . It is a good idea. I'm going to test this --user parameter and think the best approach for bauh. |
I'm using myself a modified version of bauh with the --user parameter for flatpak and i didn't find any issue yet. |
Cool. I've been thinking about 3 approaches:
What do you think ? |
great work is done with pre 0.8.1 ps: and 3., as you did, is great :-) |
Thank you @antoninchadima . The official release is out. Let me know if you have any trouble. |
everything is OK |
The best way to run bauh with AppImage is without sudo from a standard user account.
This way you install your AppImage applications locally and you can run them from bauh as a standard user (recommended).
Everything for Appimage runs now in bauh OK - there is no problem.
I wish that Flatpak in bauh would behave the same way.
At this moment you need sudo to install Flatpak (maybe you could run bauh as a standard user by tweaking policykit...).
Flatpak applications are therefore installed globally and launched from the bauh GUI under the root user.
It would be nice to have the option to install Flatpak locally under the standard user.
It is done by appending the option --user in the CLI.
For example:
flatpak install flathub org.mozilla.Thunderbird --user
At the same time running bauh as a standard user would launch Flatpak applications as a standard user (recommended :-).
The text was updated successfully, but these errors were encountered: