this post was submitted on 07 Mar 2024
1414 points (93.0% liked)

linuxmemes

20880 readers
10 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 8 months ago (2 children)

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.

[–] [email protected] 2 points 8 months ago* (last edited 8 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.

[–] [email protected] 1 points 8 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.