this post was submitted on 26 May 2025
562 points (96.2% liked)

Programmer Humor

24555 readers
1999 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] azertyfun 7 points 1 month ago (1 children)

Nowadays "buggy" is not how I'd describe it, though there were certainly teething issues at the beginning. By now other DEs have learned to deal with it.

However it's still true that the GTK4 design is ill-fitting, and very opinionated. Quite exemplary of this are the applications that hardcode the GTK file picker (like Firefox and chrome) even though it's inferior in every way to the Qt file picker and forces the infuriating GTK "design" choice of doing fuzzy search when you type in the file list instead of jumping to the relevant file. Very annoying when dealing with organized directories especially when no other file browser on my system works that way!

[โ€“] [email protected] 4 points 1 month ago

Thank you!!!

I'm so glad someone else hates when applications hardcode the file picker, especially to the GTK one. I always have to remember it's single click to open...