this post was submitted on 22 Aug 2024
136 points (95.9% liked)

Linux

47341 readers
1377 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 4 weeks ago* (last edited 4 weeks ago) (6 children)

They don't actually "break". Extensions have to report themselves what Gnome version they support. If they aren't patched to reflect this, they will be marked as unsupported on that version of Gnome.

This makes sense from the perspective of making sure the extensions are actually tested on new versions of Gnome by the devs.

Gnome only really has two options here:

  • do what they currently do, with most extensions usually only needing a text file reporting that they support the new version. (Almost all extensions don't have an issue with this and are updated long before stable release, btw)

  • assume everything works, possibly causing severe problems after an update if a change to the Gnome shell doesn't play well with an extension.

People often say they should just have an extension API, but that would mean hindering the usefulness of extensions – they'd only be able to do what the API lets them, rather than having free rein over your system, which is currently what makes the extension system so powerful. They'd be almost entirely useless.

[–] [email protected] 6 points 4 weeks ago (5 children)

No, there is a third option: you freeze the API for the extensions. That way, nothing breaks. And if an app uses private APIs (or public APIs that are not meant for extensions' use), then and only then you treat it as unsupported.

And yes, the constant breaking is a big, big problem. I use 6 extensions to make the desktop the way I want it to. In every release, I get at least 4 of them breaking for several weeks each time. The last time, the dock extension I used broke with the new Gnome version, but when it got disabled, the "favorite" icons on its dock did not reflect on the Gnome's default dockbar. All that stuff, are unacceptable for a proper usage in 2024, especially for people coming from Windows that expect stability (no matter what people say, Windows IS stable). I use Linux since 1999, but it's that kind of stuff that i can't stand. I want stability. The days when I was hacking on Gentoo in 2003, are long gone. I'm now in my 50s and i don't have time for that shit.

So, yeah, the third option.

[–] [email protected] 1 points 4 weeks ago (4 children)

I already mentioned in my comment why the "just have it as an API" point wouldn't really work unless extensions became severely hampered in terms of what you can do with them.

[–] [email protected] 4 points 4 weeks ago (2 children)

That's more acceptable than to have them break every 6 months.

[–] [email protected] 3 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

You actually want extensions to be useless. What's the point of them if they can hardly do anything?

You're fundamentally not understanding how extensions work. They cannot be even nearly as useful as they are now if they have to go through a standardised API. No docks, no window management, etc.

[–] [email protected] 0 points 3 weeks ago

You can always provide them with enough standardized APIs that don't break, to make them useful. The situation that's right now is unacceptable.

[–] [email protected] 3 points 4 weeks ago* (last edited 3 weeks ago)

No it isn't.

And practically, they don't break every 6 months. Almost all extensions are patched weeks before the new version is even released.

E: so people actively want extensions to be practically useless and barely be able to change anything? You are lying. If they implemented that all we'd here is "hur dur Gnome wants to lock the system down"

load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)