this post was submitted on 23 May 2026
151 points (85.1% liked)

Gnome

2706 readers
1 users here now

The GNOME Project is a free and open source desktop and computing platform for open platforms like Linux that strives to be an easy and elegant way to use your computer. GNOME software is developed openly and ethically by both individual contributors and corporate partners, and is distributed under the GNU General Public License.

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Decq@lemmy.world 5 points 4 days ago (2 children)

Is the experience better these days? I stopped using Gnome because of the extension. The extensions broke basically with every update. This about 5 years ago though.

[–] Dariusmiles2123@sh.itjust.works 2 points 3 days ago* (last edited 3 days ago)

Since the 6-7 extensions I use can be slow to upgrade to the next version, I’m also trying to wait around a month before upgrading to the next Gnome version.

But sometimes I ain’t wise enough to wait😅

[–] BlackEco@lemmy.blackeco.com 2 points 4 days ago (1 children)

They still do, because extensions have to declare support for each versions (I wish there was a better way) and some maintainers don't test ahead of time. But most of the time you can make them work by adding the latest GNOME version into the extension's metadata.json (I personally open pull requests when that happens)

[–] freeman@sh.itjust.works 1 points 2 days ago (1 children)

You can just disable the version check for all extensions.

[–] BlackEco@lemmy.blackeco.com 1 points 2 days ago (1 children)
[–] freeman@sh.itjust.works 0 points 2 days ago (1 children)

gsettings set org.gnome.shell disable-extension-version-validation "true"

False to reenable it. You might have to install gsettings first.