What software have you found particularly frustrating or difficult to configure on Linux?

  • Karna@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    31 seconds ago
    1. Setting up Nvidia runtime for rootless Docker containers in Linux.

    2. Resolving port :53 conflict between AdGuardHome (rootless) docker container and Systemd-Resolved.

  • ronflex@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    3 hours ago

    Probably vim. It works fine out of the box but it took me way too long to figure out things like why my terminal colors were never quite right out of the box (had to set it to 256 color mode or what have you). And once I wanted to use some a few plugins the configuration started getting a bit convoluted/confusing. Hoping I have time some day/remember to figure out how to disable that annoying visual paste mode or whatever it is called that sometimes makes using it over SSH a nightmare.

  • notthebees@reddthat.com
    link
    fedilink
    arrow-up
    1
    ·
    11 hours ago

    Trying to disable the lid close sensor on my laptop. My issue is twofold. It’s a convertible (pavilion x360) and I’m using bunsenlabs Linux.

    • digdilem@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 hours ago

      Especially during the transition from 2 to 3. Let’s hope that’s all behind us.

  • MonkderVierte@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    16 hours ago

    xorg.conf. The (wrong) example from Arch Wiki works but following the official documentation doesn’t.

  • Wojwo@lemmy.ml
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    22 hours ago

    Xserver… Somehow trying to find the magic string of letters and numbers that made your screen work.

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

    Recently? Email notifications for my crontab jobs. I learned that snapraid sync had been failing for 200 DAYS. I was thinking it’d be easy for some reason. It hasn’t been.

    Overall though, Nextcloud was a nightmare and I just gave up.

  • hackerwacker@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    16 hours ago

    Caddy. The config and docs suck.

    Eg. I thought I configured it to limit some sites to an allowlist of IPs. Turns out (months later) the config did nothing, but ran anyway.

    • flying_sheep@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      16 hours ago

      Huh, I found it to be so much easier to set up than nginx that I wrote the devs a little thank you message

  • superweeniehutjrs@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    24 hours ago

    I still don’t fully understand how to gracefully have multiple desktop environments and switch between them. When I want to try something new to me like lxqt, I usually spin up a VM.

    • Ephera@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      22 hours ago

      Normally, the process is:

      • install the packages for the desktop environment
      • log out (not just locking the screen)
      • find a dropdown or cogwheel where you can select the other desktop environment
      • log in

      Having said that, I don’t know what you mean with “graceful”. Desktop environments may involve lots of packages, which may create configuration files in your home directory or get auto-started in your other DEs, so it can be messy.
      Something minimal, like LXQt or the various window managers, isn’t going to cause much of a mess, though.

      I guess, creating a second user with a separate home-directory, like the other person suggested, would isolate that potential mess…

  • thejevans@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    24 hours ago

    Trying to configure Sway in NixOS. I gave up and just use KDE Plasma. I do miss using Sway from when I used Arch, though.

    • toastal@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      20 hours ago

      Wild. I used sway for the first time with Nix since I could rollback a misconfiguration.

      • thejevans@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        19 hours ago

        Yeah, I got stuck on secrets management. I just could not get network manager to keep my WiFi passwords. I’ll probably go back and try again at some point.