• @BURN@lemmy.world
    link
    fedilink
    14 months ago

    I’m not a super casual user, but there’s no way in hell I’m going to try to dive into source to try to understand a bug in my OS. I’m just going to work around it and never think of it again.

    • @redcalcium
      link
      2
      edit-2
      4 months ago

      You may feel that way, but not every power user is like you. Linux distro is not a monolith, it’s made up of thousands of small components made by different people and organizations. If you look at some of those components source control (e.g. on GitHub or GitLab), you’ll see a large portion of pull requests are done by their users who found bugs and decided to submit a fix themselves. For example, just look at how many pull requests libgweather got, and they’re mostly submitted by gnome users who were mildly annoyed with the weather app.

    • @0x4E4F@lemmy.dbzer0.comOP
      link
      fedilink
      14 months ago

      It is actually easier than you think. With the help of the devs, you could easily solve your problem, plus make them aware of the bug and fix it in upcoming releases. It might take a few days of messages on git back and forth with them, but in the end, yes, you will most probably solve your problem.