52

Just installed Bazzite and it seems to work well so far.

Then I added a second standard user to the system and thought they'd have access to all software I just installed for the main user. But that doesn't seem the case, Bazzite prompted me to install all those again for the second user.

Is that just a thing with immutable distros or did I do this in a wrong way? I tried looking this question up, but I couldn't find any info on multi user setups with immutable distros.

top 9 comments
sorted by: hot top controversial new old
[-] sirico@feddit.uk 29 points 3 days ago

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.

[-] RootBeerGuy@discuss.tchncs.de 8 points 3 days ago

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.

[-] sirico@feddit.uk 6 points 3 days ago

You can get into the weeds and make your own Bazzite! https://github.com/ublue-os/image-template

[-] Telorand@reddthat.com 1 points 2 days ago

Look at the preinstalled program Flatseal. It's specifically for managing flatpak permissions.

[-] RootBeerGuy@discuss.tchncs.de 3 points 2 days ago

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.

[-] slowbyrne@beehaw.org 12 points 3 days ago* (last edited 3 days ago)

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.

[-] RootBeerGuy@discuss.tchncs.de 8 points 3 days ago

Woah, thanks for that. Didn't have time yet to look into it and this is quite helpful!

[-] lord_ryvan@ttrpg.network 1 points 2 days ago

It's a flatpak (and snap and appimage) thing; you only install it for a user by default, not for the whole system.

[-] Duke_Nukem_1990@feddit.org 0 points 2 days ago* (last edited 2 days ago)

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.

this post was submitted on 05 Jul 2024
52 points (100.0% liked)

Linux

45615 readers
914 users here now

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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS