567
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 26 May 2025
567 points (96.4% liked)
Programmer Humor
23563 readers
3058 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
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!
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...