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.

  • GolfNovemberUniform@lemmy.ml
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    3 months ago

    No. I know that installing a GTK theme requires putting the files in /usr/share/themes that is not in /home. That’s why I said it. As an advanced user I love customization and freedom so immutable distros are a no go for me (and for many people imo). I didn’t even bother trying.

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

      FWIW, by creating your own images (through BlueBuild or tooling offered by uBlue) you could bake themes directly into those folders.

      However, I totally understand why you’d not feel compelled to do as such 😅. Especially if your current distro/system works splendidly.

      Sometimes, placing it to ~/.local/share/themes works as well*.

      • GolfNovemberUniform@lemmy.ml
        link
        fedilink
        arrow-up
        4
        ·
        3 months ago

        However, I totally understand why you’d not feel compelled to do as such 😅. Especially if your current distro/system works splendidly.

        This.

        Sometimes, placing it to ~/.local/share/themes works as well*.

        Ehh I prefer system-wide installation. I think it’s a habit from times when installing an Android app with root (so the OS treats it as a system app) increased its performance.

        • poki@discuss.online
          link
          fedilink
          arrow-up
          1
          ·
          3 months ago

          Ehh I prefer system-wide installation.

          Fair.

          I think it’s a habit from times when installing an Android app with root (so the OS treats it as a system app) increased its performance.

          Interesting. Didn’t know this was a thing.

    • MalReynolds@slrpnk.net
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 months 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 months 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 months 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.