Linux Mint 22 Beta Is Released With Linux Kernel 6.8 And Cinnamon 6.2
The beta version of Linux Mint 22 "Wilma" has been released, bringing many improvements! The Linux Mint team is pleased to announce the official release of the Linux Mint 22 "Wilma" beta version. This long-term support (LTS) version is based on Ubuntu 24.04, uses Linux kernel 6.8, and will continue to provide updates and security patches until 2029.
What's New in Linux Mint 22 Wilma
Here are the main features, improvements and enhancements of the Linux Mint 22 "Wilma" beta:
Core functions
- Updated kernel and basics: Linux Mint 22 adopts Linux kernel 6.8 and is based on Ubuntu 24.04.
- Long-term support: This release will support through 2029, ensuring stability and security updates for years to come.
- Enhanced software: Updated applications and new features enhance desktop ease of use and performance.
Cinnamon 6.2
- Nemo Action: Introduced a layout editor to organize Nemo actions using delimiters, submenu, and customizable tags and icons.
- Error Fixes and Enhancements: Includes many bug fixes, performance improvements, and other features such as reducing printer notifications and Wayland support using Clutter polkit proxy.
Better language support
- Optimized disk usage: After installation, pre-installed language packs that are no longer used will be removed, saving a lot of disk space.
- Automatic language pack: If connected to the Internet, the language pack for the selected language will be automatically downloaded during the installation process.
- Offline language support: The ISO image contains English, German, Spanish, French, Russian, Portuguese, Dutch and Italian language packs, and these languages can be installed without an internet connection.
Support for new technologies
- Modern Components: Linux Mint 22 contains updated components and switches to the Ubuntu 24.04 package base for improved hardware compatibility.
- Pipewire Sound Server: The default sound server switches to Pipewire to enhance audio management.
- Software Source: Added support for the new Debian DEB822 format.
- GTK4 Theme: Theme has been updated to support GTK4 for a modern and consistent desktop experience.
- JXL Support: Pix now supports JXL format through new thumbnail implementations.
- Libsoup3 migration: Use libsoup2's software to migrate to libsoup3 for improved performance and security.
- HiDPI support: Improved HiDPI support in boot sequences, Plymouth and Slick-Greeter.
Support for popular features
- Thunderbird: Although Ubuntu turns to Snap, it still exists as a local .deb package, and Linux Mint is now responsible for packaging.
- Online Account Support: Recover the "GNOME Online Accounts GTK" app using XApp projects in Cinnamon, Budgie, and Unity.
- Theme Compatibility: The GNOME application was moved to libAdwaita in Ubuntu 24.04 to maintain theme compatibility.
Software Manager
The mintinstall software manager loads faster with improved multithreading and new preference pages.
It includes a banner slide for featured software and improved usability.
Enhanced security
In Linux Mint 22, unverified Flatpak is disabled by default and explicitly warn of related risks. Verified Flatpak displays maintainer names, while unverified Flatpak lacks comments and ratings.
If you want to display unverified flatpak in the mintinstall software manager, click the hamburger icon and click the Preferences option.
If you choose to display unverified flatpak in the software manager, just switch it to "On".
When this option is enabled, unverified flatpak will be marked as "Unverified".
You can read more about it in the following blog posts:
Matrix integration
After Hexchat stopped the service, Linux Mint adopted the Matrix chat network. Preinstalled Matrix web applications connect users to Linux Mint's Matrix space, facilitating community interaction and support.
Other improvements
- Sticky: Command-line accessibility, used to configure key binding and default sticky locations.
- Xed Text Editor: Added text copying, improved tab management options, and added display of recent files.
- Timeshift: Added a confirmation dialog for snapshot removal.
- Firefox Web App (WebApp Manager): Smarter menu bars and toolbars for greater usability.
- Xfce (xfce4-xapp-status-plugin): The tray applet supports configurable icon sizes.
- Gimp file thumbnails: xapp-thumbnailer-gimp is introduced for better integration.
- ISO image compatibility: The ISO image is now compatible with FAT32 in file system displacement mode.
Art improvement
Linux Mint 22 comes with many beautiful backgrounds to make your desktop more elegant.
Download Linux Mint 22 Beta
Linux Mint 22 Wilma can be downloaded from the following link:
Linux Mint 22 Cinnamon Beta:
- Linux Mint 22 Cinnamon 64-bit Beta Torrent
- Linux Mint 22 Cinnamon 64-bit Beta ISO
Linux Mint 22 XFCE Beta:
- Linux Mint 22 XFCE 64-bit Beta Torrent
- Linux Mint 22 XFCE 64-bit Beta ISO
Linux Mint 22 MATE Beta:
- Linux Mint 22 MATE 64-bit Beta Torrent
- Linux Mint 22 MATE 64-bit Beta ISO
More download image links are also available in the official release notes link.
Verify ISO image
Anyone can make a fake ISO image. Therefore, it is highly recommended that you check the integrity and authenticity of the downloaded ISO files before installing Linux Mint.
All downloaded images provide ISO images, sha256sum.txt files, and sha256sum.txt.gpg files. These files should be the same location as you downloaded the ISO image.
If you can't find them, you can browse the Heanet download image and select the version of Linux Mint you downloaded.
Steps to download the verification file:
- Download sha256sum.txt and sha256sum.txt.gpg.
- Do not copy its contents. Instead, use "Right-click->Save As..." to download the file.
- Make sure you do not modify these files in any way.
After downloading these two files, go to the https://www.php.cn/link/ab3dfe49a68e59f742ce0ac8dc72cf63 link and follow the steps to verify integrity and authenticity.
Update 1:
- Linux Mint 22 Wilma stable version will be released this month
Update 2:
- Linux Mint 22 Wilma officially released
resource:
- Linux Mint 22 Wilma Release Notes
The above is the detailed content of Linux Mint 22 Beta Is Released With Linux Kernel 6.8 And Cinnamon 6.2. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The Linux command line interface provides a wealth of text processing tools, one of the most powerful tools is the sed command. sed is the abbreviation of Stream EDitor, a multi-functional tool that allows complex processing of text files and streams. What is Sed? sed is a non-interactive text editor that operates on pipeline inputs or text files. By providing directives, you can let it modify and process text in a file or stream. The most common use cases of sed include selecting text, replacing text, modifying original files, adding lines to text, or removing lines from text. It can be used from the command line in Bash and other command line shells. Sed command syntax sed

Efficiently Counting Files and Folders in Linux: A Comprehensive Guide Knowing how to quickly count files and directories in Linux is crucial for system administrators and anyone managing large datasets. This guide demonstrates using simple command-l

Efficiently managing user accounts and group memberships is crucial for Linux/Unix system administration. This ensures proper resource and data access control. This tutorial details how to add a user to multiple groups in Linux and Unix systems. We

Linux Kernel is the core component of a GNU/Linux operating system. Developed by Linus Torvalds in 1991, it is a free, open-source, monolithic, modular, and multitasking Unix-like kernel. In Linux, it is possible to install multiple kernels on a sing

This brief guide explains how to type Indian Rupee symbol in Linux operating systems. The other day, I wanted to type "Indian Rupee Symbol (₹)" in a word document. My keyboard has a rupee symbol on it, but I don't know how to type it. After

Linus Torvalds has released Linux Kernel 6.14 Release Candidate 6 (RC6), reporting no significant issues and keeping the release on track. The most notable change in this update addresses an AMD microcode signing issue, while the rest of the updates

Recommended 8 best SSH clients for Linux system SSH (Secure Shell Protocol) is an encrypted network protocol used to securely run network services on an unsecure network. It is an important part of modern server management and provides secure remote access to the system. SSH clients (applications that utilize the SSH protocol) are an indispensable tool for system administrators, developers and IT professionals. Remote server management is common in the Linux world, and choosing the right SSH client is crucial. This article will discuss 8 best SSH clients for Linux. Selection criteria When choosing the best SSH client for Linux, the following factors must be considered: Performance: Speed and efficiency of SSH clients

If you're familiar with AirDrop, you know it's a popular feature developed by Apple Inc. that enables seamless file transfer between supported Macintosh computers and iOS devices using Wi-Fi and Bluetooth. However, if you're using Linux and missing o
