stolen from linux memes at Deltachat

  • milkjug@lemmy.wildfyre.dev
    link
    fedilink
    arrow-up
    29
    ·
    11 months ago

    Ex arch btw user here. I noped out and wiped after thinking I had it all nailed down, then I tried to connect my Bluetooth headphones and I came to a grand awakening. I am too old for this shit.

    Installed Tumbleweed and been happy ever since.

    • Pantherina@feddit.deOP
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      Its probably just one package. I guess for example pacman -S plasma-desktop plasma-meta flatpak fish plasma-wayland-session sddm sddm-kcm && systemctl enable --now sddm does the trick.

      Archinstall with the entire plasma desktop is probably also nice, or just EndeavorOS which will be preconfigured

      • milkjug@lemmy.wildfyre.dev
        link
        fedilink
        arrow-up
        2
        ·
        11 months ago

        I actually did the whole KDE shebang with archinstall. I never really expected that Arch btw deigned it too opinionated to just provide an audio and Bluetooth interface. Instead I have to choose between pulse audio and pipewire and bluez and a bunch of others. I just didn’t have the patience nor time to look into what and why these options are presented, and this was after I already wasted days figuring how to get my pc to boot with my 12th gen Intel and Nvidia gpu combination.

        Turns out there’s a bunch of kernel finagling you absolutely have to do first before it even decides to boot from the gpu and not the igpu. Oh well.

    • KISSmyOS@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      11 months ago

      My “I don’t have time for this” moment came when I tried to set up Nextcloud on Arch:
      https://wiki.archlinux.org/title/Nextcloud

      Meanwhile on Slackware:

      Configuration
      
      (1) Add the following in /etc/httpd/httpd.conf
      
        Alias /nextcloud "/srv/httpd/htdocs/nextcloud/"
        
            Options +FollowSymlinks
            AllowOverride All
            
              Dav off
            
            SetEnv HOME      "/srv/httpd/htdocs/nextcloud"
            SetEnv HTTP_HOME "/srv/httpd/htdocs/nextcloud"
        
      
      (2) In /etc/httpd/httpd.conf, enable mod_rewrite and PHP by uncommenting
      "LoadModule rewrite_module ..." and "Include /etc/httpd/mod_php.conf",
      then restart httpd.
      
      • milkjug@lemmy.wildfyre.dev
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        ngl, I love how “I don’t give a fuck” the slackware authors are, they didn’t even bother with https on their official website.