I need some help here from the experts.

Some background below, but here’s the question:

Can I run KDE and Gnome on bazzite? How can I install and manage multiple images? I feel silly asking this, but I’m just not finding the correct documentation.

Background:

I have been running KDE desktop Bazzite on my PC for a while now, and I’m loving the robust and easy system (not to mention the ease of gaming). But I have found that one program just doesn’t work correctly, and I had a game (Stellaris) freeze my system several times.

I ended up installing EndeavorOS on an older PC to experiment, and found out that the program in question (openAndroidInstaller) requires a Gnome portal to access my hardware. (Long live the Terminal!) Now I suspect that perhaps the game freeze wouldn’t happen with Gnome either. So I want to have both on bazzite, but can’t figure it out.

  • pelotron@midwest.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 months ago

    I wondered this same thing and investigated installing Hyprland on Bazzite but didn’t really find anything. I suspect you’d layer the installation into the os with rpm-ostree, but I didn’t end up trying it.

    • boredsquirrel@slrpnk.net
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      Yes you just layer all the packages. With an additional WM it is not a huge deal. But when doing entire GNOME on Kinoite that will make updates incredibly slow.

      So using blue-build would be recommended here.

  • bsergay@discuss.online
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    2 months ago

    Can I run KDE and Gnome on bazzite?

    Both GNOME and KDE Plasma are supported on Bazzite.

    How can I install and manage multiple images?

    Multiple images can only coexist as follows:

    • Dual-boot
    • Rebase to second image -> pin second image with sudo ostree admin pin <insert digit> -> rebase back to original image. From now on, you can access this second image from GRUB. It’s recommended to designate a different user to the second image; and only access it through that. While what has been just described technically works, and you could even keep the second image up to date with a super cumbersome upgrade path, managing a system like this is not supported and could lead to unforeseen circumstances. Though, it is valid to pin your original image -> test another image through rebasing (and a new designated user) -> rollback to original image. Pinning the original image is not necessary, but I like to play safe. Note that rpm-ostree reset might be needed sometimes for rebasing.

    Now I suspect that perhaps the game freeze wouldn’t happen with Gnome either. So I want to have both on bazzite, but can’t figure it out.

    So, IIUC, you’re just interested to know if this problem persists on GNOME or not. So, consider the following:

    • Pin your current deployment with sudo ostree admin pin 0.
    • Create a new user, but don’t use it yet.
    • Rebase to Bazzite’s GNOME image.
    • Reboot
    • Enter through the new user (or create a new one).
    • Test out whatever you want.
    • Rollback through rpm-ostree rollback
    • Reboot
    • Continue using your original user.
    • UNY0N@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      Thank you for the detailed answer!

      Based on all the answers I’ve recieved, I see that’s it’s probably best that I leave the DE alone. At the end of the day, I just need to make sure that I have the correct dependencies for the app in question. Installing the entirety of Gnome was really just my lazy fix idea.

  • whatsgoingdom@rollenspiel.forum
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Not much info on how to achieve it, but some info why it might be bad can be found on the ublue discourse site. (Search for KDE gnome) Basically it seems to mess up configs to have both DEs installed or rebasing from one to the other.

  • boredsquirrel@slrpnk.net
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Hahaha yes this is totally possible but not what you need.

    Just do rpm-ostree search portal and install the gnome portal on the KDE base.

    • UNY0N@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      Thanks! Just what I needed. The idea to install an entire DE was my lazy fix idea, but now I’m learning more about how atomic distros work, and finally using the terminal in bazzite! It is such a convenient distro, but it also felt wierd to never open the terminal.

  • thayer
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    You should be able to layer the xdg-desktop-portal-gnome package, which will also pull any dependencies.

    To answer your general question though, yes I believe you can easily install at least minimal versions of each DE with little impact to rpm-ostree performance. They don’t need to be separate images, though that’s possible too by rebasing and pinning. I would just layer the necessary packages to load a GNOME environment (start with rpm-ostree install gnome-shell). This way everything stays up to date with the active image. For example, I’m running GDM under Kinoite simply because I was having unresolvable issues with SDDM and LightDM.

    Pinning separate images would require you to rebase with each image update and then unpin/pin the old/new images…too much work.

    • UNY0N@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      Thanks! This sounds like the best way to do things.

      I really appreciate the help. I’m going to spend some time learning about this, and your suggestion is where I’ll start.

  • Inevitable Waffles [Ohio]@midwest.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    I am running Bazzite and Stellaris. I have no issues with stability or opening the game. Have you checked your hardware fundamentals and done things like disable steam overlay?

    • UNY0N@lemmy.worldOP
      link
      fedilink
      arrow-up
      3
      ·
      1 month ago

      Update: I turned off steam overlay, and set the in-game video setting from borderless full screen to just full screen, and that did it!

      So much frustration, and such an easy fix. Ugh. But at least it’s working now. Thanks again.

      • bsergay@discuss.online
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        Thanks for the update! Glad to hear it’s fixed; also thank you (on behalf of the community) for sharing the fix. If I may, I think this would be a classic example of the XY problem. Anyhow, wish ya a great day!

    • UNY0N@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      I haven’t seen any hardware issues, but perhaps I’m just ignorant. I’m pretty busy with work and family generally, so I seldom dig into troubleshooting recently. I’m not even sure I’d know how to start with hardware diagnostics on an atomic distro (but that should be easy enough to find in the documentation).

      I’ll try turning off steam overlay, thanks for the tip!

  • ReveredOxygen@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    I’m not sure about the bazzite part, but running both kde and gnome is not typically recommended. Kde changes a bunch of theming and miscellaneous settings whenever you launch it, and gnome doesn’t change them back automatically. If you only care about running one game rather than daily driving gnome you should be fine though

    • UNY0N@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      Thanks! I’m taking the advice of some other commenters about adding what I need without installing Gnome, which at the end of the day works apparently cause more problems that it solved.