It's a thing with bazzite and most of the Ublue projects, you can install Flatpaks globally, but they default to per user. It's designed to be a per-user experience as this is the core of Ublue so you would have say a work image and game image etc rather than the traditional big blob of pakages.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I see, thanks. Then I will lookup how to install some apps globally. Won't need everything but a base set of apps that all users will need.
Look at the preinstalled program Flatseal. It's specifically for managing flatpak permissions.
Thanks, but I couldn't figure out where in Flatseal this would be possible.
However I managed via the Discover software center, you can actually select to install from flathub or flathub (user), the first option seems to install it for all users.
This should add the flathub remote to the system and then install all the existing user packages into the system level. Then removes all the user level packages.
flatpak --system remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak --system install $(flatpak list --columns=application)
flatpak --user remove $(flatpak list --columns=application)
Personally I would just pick all the ones you'd like to be global (system level) and leave the rest at the user level.
Woah, thanks for that. Didn't have time yet to look into it and this is quite helpful!
It's a flatpak (and snap and appimage) thing; you only install it for a user by default, not for the whole system.
Just making sure: Did you check if the second user actually doesn't have access to the installed apps? Cause that prompt appears everytime you log-in.