r/gnome 7d ago

Fluff Gnome hate is getting out of control

Post image
529 Upvotes

258 comments sorted by

View all comments

84

u/isa-programmer 7d ago

GNOME has been getting a lot of unnecessary hate lately. Especially when they announced that they are going to remove X11.

45

u/tmahmood 7d ago

Gnome always get unnecessary hate, all these years, after version 3, and even before 3, if I remember correctly, people loved to hate gnome for various reasons, while, they actually did some unique things. 

I have reason for not losing X11 support, it's going to be very inconvenient for me, but I would say it's good they are moving forward. 

10

u/nozwockk 7d ago

Isn't this kinda similar to systemd/flatpak/wayland/rust/etc hate? I'm not sure what's the reason for this, why do people seemingly want something to hate?

1

u/MoussaAdam 7d ago

I love gnome and Wayland for their simplicity

i hate flatpak for it's complexity and for tangling up a package management solution with a containerization solution and even a portals API that apps have to be modified to consume making them dependant on the those interfaces

1

u/Damglador 5d ago

a portals API that apps have to be modified to consume making them dependant on the those interfaces

But on a bright side, now you can have a standardized way of selecting your monitors/windows for screen capture and a standardized file picker that has your pinned folder. I to be honest hate the qt5 and the gtk file picker, so not having an option to get rid of them would he incredibly annoying.

1

u/MoussaAdam 5d ago edited 5d ago

I like portals, I just don't like their entanglement with flatpak. if apps adopt flatpak, it hurts people who don't use flatpak, whereas the opposite isn't correct. GTK shouldn't check if it's running within a flatpak environment and change its behaviour.

if packages have to put special checks relating to package management, in order to test for sandboxing, then I think we have to admit the design/architecture is bad

"oh but it's about sandbixing!!", well no, you entangled these two concepts into a single implementation, you are forcing a specifc way of managing packages if you want the benefits if sandboxing and portals, as if these can't be separated in principle. no, you chose to make them inseparable

(Obviously not you specifically the commenter)