Bazzite comes ready to rock with Steam and Lutris pre-installed, HDR support, BORE CPU scheduler for smooth and responsive gameplay, and numerous community-developed tools for your gaming needs.

  • MalReynolds@slrpnk.net
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 days ago

    Yeah, I had that at the beginning, then added to my fstab

    #enable sddm and therefore good themes
    /var/sddm /usr/share/sddm none rbind 0 0
    
    

    and KDE themes with sddm components install fine now (most themes install fine into /home, does Gnome really not have per user themes?)

    Essentially you can tactically make things mutable as needed, use sparingly, but maybe not even trying lessens your opinion, no?

    • GolfNovemberUniform@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      3 days ago

      Why would I use a system that isn’t supposed to change if I want to change it? It’s just not for me and I don’t want to waste my time reinstalling everything. And my opinion isn’t completely proven without trying but I have theoretical knowledge.

      • MalReynolds@slrpnk.net
        link
        fedilink
        English
        arrow-up
        3
        ·
        3 days ago

        Why would I use a system that isn’t supposed to change if I want to change it?

        There’s a bunch of benefits, atomic updates, intrinsic rollback, security of immutability, safe automatic updating and it goes on. Some things are not quite ready yet, e.g. things like sddm which should probably install themes to /etc (which they’re working on), so as often happens in linux, workarounds ensue. Making one directory mutable does not destroy all the benefits.