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

  • @[email protected]
    link
    fedilink
    7
    edit-2
    7 months ago

    I still don’t properly grok Selinux at a fundamental and instinctual level. I understand the need for it, and I work with it to the best of my ability, but I wish there was a resource that could explain it from several different positions.

    Irony: my main Linux workstation is OpenSuse

  • Fuck spez
    link
    fedilink
    English
    17 months ago

    Newb here who can’t seem to fully grasp how permissions work and sometimes carelessly runs services as root. Help…

  • @[email protected]
    link
    fedilink
    87 months ago

    Setting up a matrix server was a god damn nightmare for me. I eventually got it working but I hit pretty much every conceivable obstacle along the way. Getting the config file just right, the networking, the federation, the coturn server, getting end users to understand they need to backup their keys…

    I’m sure it’d be easier for a Linux pro but I was in way over my head. Only got it working through stubbornness and help from the community.

    • Possibly linux
      link
      fedilink
      English
      5
      edit-2
      7 months ago

      Matrix is pain…

      With the more recent updates it is a lot more stable

  • @[email protected]
    link
    fedilink
    37 months ago

    Nextcloud requiring me to set the actual domain when I just want to run it locally was pretty frustrating

    • @[email protected]
      link
      fedilink
      17 months ago

      I don’t know, I had Nextcloud for a year on a local network and I didn’t have to set an address. The bigger problem was that some applications do not accept self-signed SSL, so I had to change their code, and I don’t really know how to code for Android…

  • astrsk
    link
    fedilink
    67 months ago

    Do VLANs with multiple wireless and wired clients using OPNSense and OpenWRT dummy APs count? Still haven’t quite figured it out.

  • lurch (he/him)
    link
    fedilink
    English
    67 months ago

    It used to be button 10 (also counting 4 scrollwheel directions and click) of my Elecom trackball. I had written a small C program reading the device node and writing the events just of that to stdout, then piping that to a tclsh script (so I could change it easily and it’s still super fast for gaming) which did something in X. Horrible. But then they added support for more buttons to everything (kernel, X) and now I can just map it in games, like any other.

  • Liam Mayfair
    link
    fedilink
    37 months ago

    X11. Luckily those days are over thanks to Wayland but, Jesus, are X.org config files a fucking, fiddly PITA to configure!

  • @[email protected]
    link
    fedilink
    6
    edit-2
    7 months ago

    Isn’t it always postfix? Not because of the software, but because of other clients and other servers.

  • @[email protected]
    link
    fedilink
    English
    47 months ago

    I use sway, and for the life of me can not get steam link to display my games. I have tried so many things. If I use flatpak steam it works, but it breaks remote play together, which works fine not flatpak! I can get them both to work with KDE Wayland as well. It’s frustrating but also not a huge deal.

  • @[email protected]
    link
    fedilink
    67 months 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.

  • jevans ⁂
    link
    fedilink
    47 months 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.

    • @[email protected]
      link
      fedilink
      27 months 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?

      • jevans ⁂
        link
        fedilink
        17 months 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.

  • @[email protected]
    link
    fedilink
    27 months ago

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