I bite the bullet and gone to the dark side

  • nyan@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    3 hours ago

    If using OpenRC is all it tales to be on the dark side, then I’ve been there since before it was cool.

        • Ada@piefed.blahaj.zone
          link
          fedilink
          English
          arrow-up
          3
          ·
          3 hours ago

          I like not using government and mega-corporation mandated systems designed for privacy invasion and control of what people can access.

      • floquant@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        1
        arrow-down
        2
        ·
        3 hours ago

        Gating would be up to every application, systemd just provides an interface/standard location for them to query

        • Ada@piefed.blahaj.zone
          link
          fedilink
          English
          arrow-up
          3
          ·
          3 hours ago

          I could care less about apps, because I can just avoid them. My concern is the OS level stuff, and currently, all of the legislation is around requirements that the OS itself capture birthdate data.

          The moment that becomes mandatory at the OS level, is the moment I drop whatever it is that is forcing that issue. Systemd was the first to pre-emptively comply with facilitating the change at scale, so chances are, they will keep doing the same going forward.

  • janakali@lemmy.4d2.org
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    10 hours ago

    That’s pretty clean for KDE. Here’s my Void system.
    But I’ve switched in January, before all this drama even started.

    Void Linux

    • ColdWater@lemmy.caOP
      link
      fedilink
      arrow-up
      3
      ·
      10 hours ago

      Thank you, I use a combination of “KDE rounded corners” “Klassy” and “Darkly”, both do not use the slow aurorae theme engine thingy but written in native C++ so it’s pretty fast, I haven’t tried Void yet because Void scare me

    • Alaknár@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      3
      ·
      9 hours ago

      If you’ve never installed Linux before, I would start with something user-friendly, like Kubuntu or Bazzite. Both come with KDE as their main Desktop Environment (“DE”), so you could do what OP did looks-wise.

      If you’re a technical user, and don’t hate having to sometimes do things manually, try Garuda Linux - it’s Arch-based, but catered very towards Linux newbies and does a lot of hand-holding. I use it and I enjoy it very much.

      To specifically do what OP did with his DE - KDE comes with the concept of Panels and Widgets. The top bar you see in the screenshot is a Panel. On it, there are (from right to left) the System Tray widget, a Spacer widget, a Digital Clock widget with customised display format (something you can do in the settings of the widget), another Spacer, an Icons-Only Task Manager widget (displays active applications and lets you pin applications - like the Taskbar in Windows or Dock in macOS), and finally the Application Launcher widget (the Start menu equivalent). Everything is pretty heavily customised (presumably with Panel Colorizer? Not sure), so that - out of the box - even with this exact setup copied, yours would look slightly different.

    • comrademiao@piefed.social
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      10 hours ago

      It looks like Arch Linux with some ricing done. So first install Arch and customize from there.

  • EastofEdson@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 hours ago

    I ran Artix for a few days but ran into audio server issues. The issue was that there wasn’t an audio server installed so I had not sounds at all. I managed to get everything working after some trial and error. As expected, most of the online help is written with systemd in mind. A little while later I installed another application which installed alsa as a dependency which broke my audio again. I went back to EndeavourOS after that.

    • Akatsuki Levi@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      3 hours ago

      $ sudo pacman -S pipewire pipewire-openrc wireplumber wireplumber-openrc pipewire-pulseaudio

      Then you use:

      $ rc-service --user pipewire start

      $ rc-service --user wireplumber start

      $ rc-update --user add pipewire

      $ rc-update --user add wireplumber

    • ColdWater@lemmy.caOP
      link
      fedilink
      arrow-up
      6
      ·
      11 hours ago

      What audio server did you use? I use pipewire, I only need to install *-openrc equivalent packages on top of base pipewire packages and enable it with OpenRC for it to work

      • disorderly@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        11 hours ago

        Does it support unit dependencies? That’s pretty much the only reason I use systemd outside of work. Edit: ah yeah it sure does. I know what I’m playing with next weekend.

        • ColdWater@lemmy.caOP
          link
          fedilink
          arrow-up
          1
          ·
          11 hours ago

          It’s not that hard to use, you only need to learn a few basics OpenRC command (how to enable/disable services stop/start services and service status), as for docs I haven’t read any yet

            • ColdWater@lemmy.caOP
              link
              fedilink
              arrow-up
              1
              ·
              10 hours ago

              Arch use systemd and it do not let you choose init systems, you probably can replace it but from what I’ve read online it can causes a lot of issues