Linux Mint Announces Accelerated Release Cycle and Upcoming Versions

Linux Mint Announces Accelerated Release Cycle and Upcoming Versions
source: gettyimages
September 19, 2025

====================================================================

The Linux Mint team has revealed plans to expedite its release schedule, aiming to release two additional versions within the coming months. This ambitious timetable was outlined in the latest Monthly News blog for September 2025, which, notably, is titled "August 2025" despite being published on September 12—a sign of the project's fast-paced development goals.

Cinnamon 6.4.8 Enhances Wayland Support ---------------------------------------

The current stable release is Cinnamon 6.4.8, which performs well on Wayland, Linux's modern display server protocol. Despite its relative stability, efforts are ongoing to improve Wayland integration further, promising a better experience in upcoming updates.

LMDE 7 "Gigi" in Development ---------------------------

A major highlight in the blog post is the initiation of work on LMDE 7, also known as "Gigi." Launched roughly two years after LMDE 6 ("Faye"), which was released in October 2023, LMDE 7 is based on Debian 13.

What is LMDE?

LMDE, or Linux Mint Debian Edition, is a variant that retains Linux Mint's flagship Cinnamon desktop environment but runs on Debian instead of Ubuntu. This approach acts as a safety net, ensuring continuity of user experience if Ubuntu were to cease its support for the distribution. It also simplifies Debian usage, making it more accessible for users who prefer an easier installation process. Although Debian introduced proprietary drivers in 2022, simplifying hardware compatibility, the standalone simplicity of LMDE remains an appealing choice for certain users.

Supporting 32-bit Systems

Since 2019, LMDE has maintained support for both x86-32 and x86-64 architectures, a significant feature given Ubuntu's discontinuation of 32-bit support in 2017. Despite this, the x86-32 support is likely to be phased out with the arrival of Gigi, as Debian no longer offers a 32-bit version. This makes LMDE one of the remaining distributions to support older hardware that requires a 32-bit kernel, although the future points toward reliance on specialized distributions like T/2 Linux for such hardware needs.

LibAdapta Brings Theming Support to Gtk4 ----------------------------------------

In LMDE 7, the inclusion of libAdapta will be notable. This is Linux Mint's fork of GNOME's libAdwaita, which restores support for Gtk3 themes within Gtk4 applications—a significant advancement given GNOME's move to embed its Adwaita theme within Gtk4.

The Shift to Gtk4 and Theming

Since GNOME 40, applications built for GNOME are expected to use Gtk4, which consolidates themes into a single default, disallowing user-applied themes in favor of the Adwaita style. Mint's libAdapta aims to bridge this gap, allowing users to customize themes in Gtk4 apps—a feature long-absent from GNOME's ecosystem. Currently based on libAdwaita 1.7 (from March 2025), libAdapta will be rebased onto the newer libAdwaita 1.8, aligning with GNOME 49.

Wayland Support Continues to Improve ------------------------------------

Although Wayland support in Cinnamon (the default desktop environment for Linux Mint) is marked as experimental, users report it works well in practice. With Cinnamon 6.4.8 on Linux Mint 22.2, Wayland's integration is nearly seamless, offering performance and stability comparable to traditional X11 sessions.

The upcoming Linux Mint 22.3 is expected to introduce even better Wayland support, including enhancements to the "New" menu, status applet, and input handling features like keyboards and input methods. While stable Wayland support remains limited to environments like GNOME and KDE Plasma, Cinnamon's progress is a promising step toward broader adoption.

Conclusion ----------

With an accelerated release cycle and substantial feature updates planned, Linux Mint continues to evolve rapidly. The upcoming versions—especially LMDE 7 and improvements in Wayland support—highlight the project's commitment to stability, flexibility, and modern Linux desktop experiences.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 173 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6644032,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}