this post was submitted on 30 Sep 2023
17 points (100.0% liked)

Gnome

1853 readers
48 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] TheL3mur 4 points 11 months ago

The thing is, Firefox has an extension API. It's a proper thing that they maintain, and make guarantees about. GNOME intentionally doesn't have an API, because if they did, the things extensions could do would be limited to what those APIs expose. Instead, they let extensions do whatever they want, patching the code of the shell directly. This comes at the cost of extensions needing to be updated for new shell versions, but it lets extensions be extremely powerful.

In fact, Firefox had this issue a few years back. They switched from a GNOME like system to the WebExtensions API, which is more limited and broke basically every extension if they didn't update. There are still some add-ons that can't be replicated because they need functionality the API doesn't expose.