Language Selection

English French German Italian Portuguese Spanish

GNOME 42 Desktop Environment Is Out with New Screenshot UI, GTK4 Apps, and Dark Mode

Filed under
Linux
News
GNOME

After six months of development, GNOME 42 is here and it’s packed with some cool new features and enhancements for fans of the GNOME desktop environment. The biggest change in this major release is the porting of almost all default GNOME apps to the latest GTK4 toolkit and the libadwaita 1.0 library for a more modern look and faster performance.

Earlier this year, I took an in-depth look at some of the new GTK4 apps that will be included in GNOME 42, and I was really impressed by the modern new look of these GTK4 apps.

Read more

5 More

  • GNOME 42 Released, This is What's New - OMG! Ubuntu!

    The GNOME project today released GNOME 42, the latest version of its open source desktop environment.

    New features, UI tweaks, and performance gains are a staple part of every new GNOME desktop update, but none more so than here, in GNOME 42.

    GNOME 42 source code is available to download from the GNOME website from today.

    However, most Linux users will want to wait for their distro maintainers to package it up and push it out to them. Don’t want to wait? You can use the GNOME OS image in the Boxes virtual machine app.

  • GNOME 42 is Here With Dark Mode, New Screenshot UI, and More Exciting Features - It's FOSS News

    GNOME 42 is a major upgrade with noticeable visual changes.

    With GNOME 42, you get many essential improvements and much-needed upgrades. Now that it’s here, let us check out some of the key highlights.

  • GNOME 42 Released: A Look at What's Changed

    The much-needed GNOME 42 rework brings native dark mode, great UI with nice libadwaita touch, and GTK4 performance boost.

    Another six months of development later, and the long-awaited GNOME 42 is out with plenty of enhancements for GNOME desktop fans. GNOME 42, like GNOME 41, does not include significant changes to desktop layouts.

  • GNOME 42 released [LWN.net]

    Version 42 of the GNOME desktop environment is out.

  • GNOME Release Notes

    A new global dark UI style preference has arrived in GNOME for version 42. This can be used to request that apps use a dark UI style instead of light. The new setting can be found in the new Appearance panel in the Settings app, and is followed by most GNOME apps.

    All of GNOME’s wallpapers support the dark style preference, so that switching to dark style also switches to a darker wallpaper style.

    Under the hood, the new dark style makes it possible for apps to provide their own style settings that are independent of the system style preference. This makes it possible to switch individual apps to dark or light, if you prefer to use them that way.

By Liam Dawe

  • GNOME 42 released with the new global dark-style preference | GamingOnLinux

    GNOME 42 has rolled out officially today with a bunch of new features, fixes and enhancements to make your Linux desktop experience even better.

    One of the major new highlight features is the addition of a global dark UI style preference. You can use this to tell various applications to use a dark theme, if they support it. You can find it in the new Appearance panel in the Settings app.

    There's also a renewed screenshot feature that allows both pictures and video recordings under the same roof. Many GNOME apps have also been upgraded to use GTK 4 and libadwaita, the next-generation tech bringing "better performance, a new modern UI style, and new user interface elements". The Settings app going through the biggest change here with a whole new look and feel. You will also find a new text editor, a new console app, RDP support and various performance improvements.

GNOME 42 Linux DE is here with new dark mode

  • GNOME 42 Linux DE is here with new dark mode, improved screenshotting, and more

    There are many great desktop environments for Linux, such as Cinnamon, KDE Plasma, and MATE to name a few. With that said, only one can be the best, and that is obviously GNOME. I mean, look, there's a reason Canonical uses it as the default DE for Ubuntu -- it's that good.

    If you are a GNOME fan, I have some extremely exciting news. You see, as of today, GNOME 42 is officially here! There are many new features, such as a new dark mode, improved screenshotting, and support for RDP (remote desktop protocol). There are also performance improvements, updated apps, and new default apps including a beautiful new terminal called "Console."

Another one

GNOME 42 Released! See What’s New in the Desktop of Ubuntu 22.04

  • GNOME 42 Released! See What’s New in the Desktop of Ubuntu 22.04

    GNOME 42 is out! The upcoming Ubuntu 22.04 LTS will take use it as the default desktop environment.

    If you’ve tried out the latest update of Ubuntu 22.04 development build, you should already see the brand new appearance of the GNOME desktop.

    It introduced the new ‘Appearance‘ settings page, with options to switch between Dark and Light mode. As well, each wallpaper has both dark and light editions that changes automatically.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.