Remix.run Logo
kccqzy 4 days ago

> Can do part of it in tweaks, which is a separate configuration app, but then some of it requires extensions.

I'm not sure why you think requiring extensions is a bad idea. I have tried out at least 20 GNOME extensions (and kept maybe a third), and I appreciate the flexible underlying architecture to allow extensions to flourish. With extensions, the same GNOME can have Windows XP style taskbars or Mac-style docks or i3-style tiling or anything in between.

Certainly it would be a more refined experience if the core developers took care of every single possible customization users could want under the sun, but at some point it's more effective to outsource that to other developers. Either that or you end up with Apple-style highly uncustomizable experience designed by a UX designer, which is not what I want.

Extensions are a pragmatic choice.

mcdonje 4 days ago | parent | next [-]

Extensibility can be nice, but the experience has a lot of friction. If you want something that isn't bog standard, you need to get or make an extension.

Making one is more work than what I can do from basic configuration settings in KDE. I want to spend my time on other projects. The marketplace suffers from the same problems as most marketplaces. Plenty of unmaintained extensions. No guarantees of quality. Now I need to do research on extensions instead of just changing a configuration setting.

The existence of extensions allows gnome devs to figure they don't have to support basic features because someone will make an extension for it.

Extension configurations don't live in the same place as standard configurations.

The experience is fragmented and has friction.

pmontra 4 days ago | parent [-]

Well, I never wanted something standard so I always configured my desktop. My current GNOME desktop looks more like KDE than GNOME. I gave a try to KDE in 2014. It seems that it has been the wrong time to be there. I switched to GNOME Flashback (the one that looked like GNOME 2) and updated to 3 only when there has been the right extensions to make the desktop look like what I want it to be. Neither Apple nor Microsoft figured out what I want, so I use something else. Actually Microsoft have been closer to that with XP and 7 but it's Windows. I migrated to Linux in 2009.

leleat 4 days ago | parent | prev | next [-]

The problem is that the extension experience can be really bad. There is no extension API; instead Extensions have (almost) full access to GNOME Shell's code.

This makes them incredibly powerful and flexible... but also fragile. Extensions can crash GNOME Shell/mutter. On Wayland that means your entire session goes down with GNOME Shell. Extensions can interfere with each other, and if you are an extension developer, you may need to update (or at least check) your extension every 6 months (GNOMEs release cycle).

skydhash 4 days ago | parent [-]

Extension lives in the same memory space as the shell, so it’s up to the developer to restrict themselves to not touch internal API. Also, GNOME give you plenty of warning in the changelog (and the changes are usually small).

cosmic_cheese 4 days ago | parent | prev | next [-]

Supporting extensions is great, but it needs to be done properly. GNOME doesn’t provide a proper extension API which forces devs to muck with GNOME internals, which makes extensions much more flakey than they need to be and causes them to break every other GNOME release.

kokada 4 days ago | parent | prev | next [-]

The last time I used Gnome as my primary desktop (that was still in the Gnome 3 days) extensions broke at every update. I was still using Arch Linux at the time, so it was annoying because every ~6 months a few of my extensions would be broken for 1~2 weeks.

AFAIK Gnome extensions still doesn't have a stable API, so this issue is still present today.

andrea76 4 days ago | parent | prev | next [-]

I've used gnome for 7 years in Fedora. Often certain extensions stopped working betweenv after Fedora big upgrades (i.e. from 32 to 33). The JavaScript engine that runs extensions had many memory leaks bugs so I had to kill the gnome-shell process on a TTY session.

After 7 years I was fed up and switched to KDE and never looked back

codr7 4 days ago | parent | prev | next [-]

They also make the core more complicated; what I have seen of Gnome internals is pretty messy imo.

There's no free lunch in software, every choice is some kind of compromise.

4 days ago | parent | prev [-]
[deleted]