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.

you are viewing a single comment's thread
view the rest of the comments
[-] 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!

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