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

  • notthebees@reddthat.com
    ·
    58 minutes 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.

  • WFH@lemm.ee
    ·
    3 hours ago

    Installing Fedora. I had almost nothing to configure, it worked out of the box. How frustrating! I had the whole day planned and now what? Enjoy my free time like a pleb !?!

    (/s just in case anyone was wondering)

  • hackerwacker@lemmy.ml
    ·
    6 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
      ·
      6 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

  • 2xsaiko@discuss.tchncs.de
    ·
    8 hours ago

    hostapd. I have no idea how you’re supposed to figure out the 50 or so options OpenWrt outputs for an AX card that I just ended up copying. And why doesn’t it detect those on its own?

  • Wojwo@lemmy.ml
    ·
    12 hours ago

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

  • Sonotsugipaa@lemmy.dbzer0.com
    ·
    10 hours ago

    XDG portal filechooser for Firefox: the KDE implementation uses Dolphin, which is full of features and I use most of them; the default GTK one is mildly infuriating to use and looks ugly too, but getting the browser to use the portal I want was a nightmare - especially since GTK discontinued the GTK_USE_PORTAL envvar.
    The related Firefox config entries make no sense either.

    • projectmoon@lemm.ee
      ·
      9 hours ago

      Can you explain a bit more about this and how to configure it? When I use FF on gnome, the save dialogue just looks like other dialogues?

      • Sonotsugipaa@lemmy.dbzer0.com
        ·
        7 hours ago

        I think GNOME's filechooser is the GTK one (never used it so I'm not sure), mine looks like this:

        *removed externally hosted image*

        It's entirely possible that Firefox changed and now uses XDG portals by default, I configured it like this a long time ago.

        As for how to configure it, I honestly don't know.
        It was a combination of messing with widget.use-xdg-desktop-portal on about:config, and changing XDG envvars and dotfiles; both by following several conflicting Reddit and bbs.archlinux.org posts.

  • Evil_incarnate@lemm.ee
    ·
    10 hours ago

    Motion on my RPI. I didn't want it to save videos or photos, so I turned it off in the config. But it still saved them. So I tried a few other places in the config to turn it off, but nothing worked and I'd run out of space within a day. So I changed the save directory to /dev/null.

    Then I tried to upgrade the pi, and the new version of motion has a different config, incompatible with the old one. So I'm running the old one.

  • thejevans@lemmy.ml
    ·
    13 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.

    • ExtremeDullard@lemmy.sdf.org
      ·
      8 hours ago

      I use i3 - Sway is supposed to be 100% compatible with i3 - and I find the configuration file very straightforward. What's different in the version in NixOS?

    • toastal@lemmy.ml
      ·
      10 hours ago

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

      • thejevans@lemmy.ml
        ·
        9 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.