Contents Menu Expand

Introducing GNOME 41

GNOME 41 is the product of 6 months work by the GNOME project. It includes a number of significant improvements and new features, as well as a large collection of smaller enhancements.

The most notable changes this in release include an improved Software app, new multitasking settings, and enhanced power management features. With these changes, GNOME is smarter, more flexible, and offers a richer and more engaging experience than ever before.

The new release also comes with significant improvements for developers, including a new developer documentation website, a major new version of the Human Interface Guidelines, new features in the Builder IDE, GTK 4 enhancements, and much more.

Thanks to the work of GNOME's translation teams, GNOME 41 is available in 38 languages.

GNOME 41 is the second release to use GNOME's new version numbering scheme. This replaced the old odd/even point release approach with a simpler, single integer. The next release, version 42, is planned for March 2022.

More Power To You

GNOME 40 introduced a new power mode setting. This allows switching between three power modes, which affect both performance and power consumption:

Tip: Performance mode is only available on hardware that supports this feature. On hardware that doesn't have performance mode, the performance mode option is not shown.

With GNOME 41, the power mode feature has been improved. Power modes can now be quickly changed from the System Status menu, and Power Saver mode has been enhanced, so that the screen dims and fades more rapidly when it is active. Power Saver will also automatically turn on when the battery level is low.

Initial support has also been added to allow applications to request a particular power mode. This will be most relevant for allowing performance sensitive apps, such as games, to request performance mode.

New Look Software

Software has been given an overhaul for GNOME 41, making it look and work better than ever before.

Almost every part of Software has been polished or improved in some way. This includes redesigned settings, more attractive layouts in the installed and updates views, better OS upgrade banners, and much more.

The changes aren't skin deep, either: there have been many fixes and improvements under the hood, which make the experience faster and more reliable.

Multitasking

GNOME 41 includes a new Multitasking settings panel, which includes window management and workspace options. These allow:

New Connections App

GNOME 41 includes Connections, a new remote desktop client. This provides a modern, easy to use experience for connecting to other desktops, and automatically handles as much of the complexity for you as possible. VNC and RDP connections are both supported.

Connections replaces the remote desktop functionality that was previously found in Boxes.

Mobile Settings

GNOME 41 includes a new Mobile Network settings panel. This allows configuring mobile network connections, and works with 2G, 3G, 4G, and GSM/LTE modems.

The new Mobile Network settings are only shown when a supported modem is present. They allow setting the network type, selecting whether mobile data should be used, and whether data should be used while roaming. They also support using multiple SIMs and modems, and allow easy switching between networks.

The new settings replace the previous mobile network settings.

Performance Improvements

GNOME is continually working to improve performance, responsiveness and smoothness, and GNOME 41 includes a collection of improvements in this area.

Music

Music has been given a round of UI updates for GNOME 41. Artwork is now larger and has rounded corners, the artist list includes images, a new album view includes a handy play button, and the redesigned player bar is more spacious. Music also has new welcome artwork.

That's Not All

GNOME 41 includes lots of other, smaller improvements. These include:

These are just some of the many small improvements found in GNOME 41.

More Information

GNOME 41 also has lots to offer developers, and is translated into many languages.

Getting GNOME 41

GNOME’s software is Free Software: all our code is available for download and can be freely modified and redistributed according to the respective licenses. To install it, we recommend that you wait for the official packages provided by your vendor or distribution. Popular distributions will make GNOME 41 available very soon, and some already have development versions that include the new GNOME release.

About GNOME

The GNOME Project is an international community supported by a non-profit Foundation. We focus on user experience excellence and first-class internationalization and accessibility. GNOME is a free and open project: if you want to join us, you can.

Developer Information

Major improvements have been made to the GNOME developer experience during the GNOME 41 development cycle. Read on to find out more!

Improved Documentation

GNOME 41 is accompanied by an extravaganza of documentation improvements! These encompass changes to the GNOME developer website, new general developer documentation, improved API docs, and a new version of GNOME's design guidelines.

New Docs Site

Since GNOME 40, GNOME's main developer website has been replaced with a new streamlined portal, which provides access to all the GNOME platform docs.

This is coupled with a new developer docs site, which contains general developer documentation, including:

New API Docs

Many GNOME libraries are now using a new API docs tool, called gi-docgen. This produces more accurate and consistent documentation, as well as improved documentation websites.

The primary users of gi-docgen are GTK and its associated libraries, whose docs can be found at docs.gtk.org. This includes API docs for GTK, GDK, GSK, Pango, GdkPixbuf, GLib, GObject, and GIO.

New Human Interface Guidelines

GNOME's design documentation has also been expanded and refined during the GNOME 41 development cycle.

The guidelines have been updated to match contemporary design practice. They have also been substantially expanded, with additional material on accessibility, UI styling, adaptive UI, navigation structures, and more. Virtually all the old content has been rewritten, to make the guidance as accessible as possible.

Finally, the HIG has a new website, which looks better, and is easier to navigate and search.

Better Builder

Builder, the GNOME IDE, has a large collection of enhancements for GNOME 41.

The "find in files" feature, which allows finding and replacing strings across an entire project, has been redesigned for GNOME 41. It is now located in a persistent section in the bottom panel, which makes it more discoverable, and has a new search UI, which makes it easy to browse results across a project.

Builder's preexisting support for deploying to connected devices has been improved for GNOME 41. This allows building and then deploying Flatpak bundles to connected devices, such as mobile devices. It now works much more automatically; to learn how to use it, see James Westman's tutorial.

For GNOME 41, Builder can now also build and run CMake projects, and it can build projects that use a pure Make build setup in a Flatpak environment (thanks to being able to handle make-args and make-install-args).

Finally, Builder has a new markdown renderer for GNOME 41, which produces much better-formatted Markdown previews.

GTK 4

There have been two minor updates to GTK 4 since the GNOME 40 release: 4.2, and 4.4.

NGL, the new GL renderer for GTK 4, is now the default renderer on Linux, Windows and Mac. It has noticable improvements to frames per second, as well as power and CPU usage. Input handling has been another area for improvements in GTK, with changes in compose and dead key handling.

Other improvements in the 4.2 and 4.4 releases include:

The GTK development blog includes more information about the GTK 4.2 and 4.4 releases.

libadwaita

libadwaita is an in-development companion library for GTK 4, which is working towards an initial 1.0 release in the coming months. It will provide the GNOME GTK stylesheet, additional widgets, and convenience functionality for GTK 4 GNOME apps. It is the technological successor to libhandy (which can be used in combination with GTK 3).

libadwaita developments during the GNOME 41 cycle include:

Documentation on how to use each of the options provided by libadwaita will be included in the Human Interface Guidelines, to coincide with the libadwaita 1.0 release.

GJS

GJS, the project providing JavaScript bindings for the GNOME platform, boasts a number of improvements in GNOME 41:

GJS 41 also includes a good collection of bug fixes.

gtk-rs

Rust support for the GNOME platform has made significant progress since GNOME 40:

Read the release announcement on the gtk-rs blog for more details.

Flatpak SDK Updates

The GNOME Flatpak SDK received a number of improvements for GNOME 41:

GNOME OS Updates

GNOME OS provides nightly development snapshots of a complete GNOME system. While it is primarily used for GNOME project QA, it can also be a useful reference for downstream distributions and app developers. It has received a variety of updates during the GNOME 41 cycle:

Finally, GNOME OS builds are now tested using an openQA instance hosted at openqa.gnome.org. For details on how developers can use this openQA instance, see the developer documentation.

That's Not All

Other improvements for developers include:

Internationalization

Thanks to members of the worldwide GNOME Translation Project, GNOME 41 offers support for more than 38 languages with at least 80 percent of strings translated. User documentation is also available in many languages.

Numerous other languages are partially supported, with more than half of their strings translated.

Detailed statistics and more information are all available on GNOME’s translation status site. You can also find out how to help translate GNOME.