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

    • DasFaultier@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      ·
      2 months ago

      I have limited Python experience, but I always thought that’s what virtualenvs and requirements.txt files are for? When I used those, I found it easy enough to use.

  • superweeniehutjrs@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    2 months 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
      4
      ·
      edit-2
      2 months 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…

  • Wojwo@lemmy.ml
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    2 months ago

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

  • steeznson@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    2 months ago

    I remember being stubborn and trying to setup eduroam at my uni library using only wpa_supplicant for a whole day. Hugely frustrating. Gave up and installed NetworkManager and it just fucking worked… my tech minimalism phase was extremely counterproductive lol

  • lurch (he/him)@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 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.

  • electric_nan@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    Pretty much everything is frustrating to configure at first. Then I learn it and it’s not so bad. Then I don’t use it for a few years, and completely forget how! Back to step 1.

    • golden_zealot@lemmy.ml
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      2 months ago

      I learned this lesson pretty quick when working in IT.

      It’s not always feasible to document everything as it happens, but I definitely learned to do so if I had the time and means to while I was doing the thing.

      Just started at a new company with 0 documentation, they’re super psyched that I’ve actually been writing down all their processes/procedures/configurations etc. as they explain them to me/as I work with them.

        • golden_zealot@lemmy.ml
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 months ago

          If you want to get into doing it, I found searching through a lot of note taking applications until I found something I really liked helped me remember to go do it regularly.

          For FOSS stuff a lot of people like Joplin, and I could certainly recommend it. Personally though, I really like Obsidian for its backlinking and graph view features, but it’s not open source.

          Furthermore, just carrying around a notebook and a pen everywhere you go as a habit helps a lot. I got into the habit of doing this by maintaining a personal journal for some time. For writing effective notation on paper which can easily be digitized, I would recommend looking into “bullet journaling” methods, and again, finding a notebook and pen that you really quite like, helps a lot to make the experience enjoyable and develop it as a skill.

    • quinkin@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      Initial thought was “I can’t think of anything”. Then I started scrolling through this thread showering upvoted on all of the repressed memories.

  • thejevans@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    2 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.

    • toastal@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      2 months 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
        ·
        2 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.

  • Joelk111@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    2 months 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.

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

    Configuring captive portal wifi without network manager or any aids beyond what’s provided by wpa-supplicant. Eventually I gave up, since it wasn’t really that important.

    Adjusting freetype so that it works more-or-less the way I want it to, because the maintainers hate anyone who disagrees with their current hinting algorithm and make the setting as opaque as possible. I would prefer it if they allowed me to have hinting on some fonts and exclude only the ones that were designed to be pixel-aligned, but unless something’s changed recently, that option isn’t even offered.

  • hackerwacker@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    2 months 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
      2
      ·
      2 months 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

  • fin@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

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

    • tomsh@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      2 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…

  • Christian@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 months ago

    I’ve been on arch for years, but have recently started pc gaming. Lutris has been surprisingly easy to get working. I have a nintendo switch already and decided I want to try to use the joycons for the computer, don’t want to buy gamepads but it gives and alternative to keyboard and mouse. Getting them consistently recognized by bluetooth has been a massive pain, but after searching I’ve figured out a package that I can install that fixes the issues. In fact, I couldn’t find anyone who found a solution to this issue without installing this specific package.

    That package is pulseaudio-bluetooth, even though the nintendo joycons do not have an audio jack or capability to receive audio. I’ve had my audio set up and configured with alsa, and alsa does everything (relating to audio) that I need it to, but pulseaudio-bluetooth requires me to install pulseaudio (duh) and will not work unless I enable the pulseaudio service, which fucks up my alsa config. I’ve spent a while dicking around trying to get pulseaudio to pretend it doesn’t exist except for connecting joycons, but there’s always some nuisance popping up. I also tried using a different usb bluetooth controller and plugging them into different usb ports. Given up for the moment and will probably just buy another gamepad and hope it works better without needing pulseaudio-bluetooth.

    In all honesty I still don’t really know what the hell I’m doing on arch, I originally installed it to learn this stuff better but all I’ve really learned is how to read documentation well enough to get things working by trial-and-error. I’ve had a stable system for like ten years now though and I’m too comfortable with it to warrant switching to a friendlier distro, but this specific issue is a pain in the ass.

  • ronflex@lemmy.world
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    2 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.

  • DasFaultier@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    Cloud-init. The config yaml is rather straight forward, but I can’t convince my VM to execute it, and it’s driving me nuts.