[Unstable Update] February 2026

Welcome to the new monthly unstable branch thread.

Recent News

New in Manjaro GNOME!

When choosing an accent color in Settings, the folder colors will now change automatically to match when using the Papirus Dark or Papirus Light icon theme.

To try it out, install gnome-shell-extension-papirus-folders-colorizer from Add/Remove Software, logout / login and enable Papirus Folder Colorizer from Extensions.

Or, if you prefer the command line:

Install:

sudo pacman -Syu gnome-shell-extension-papirus-folders-colorizer

Enable the extension:

 gnome-extensions enable papirus-folders-colorizer@NiffirgkcaJ.github.com

Logout:

gnome-session-quit --logout

Also, when applying accent colors from Layout Switcher settings, it will also set the matching folder color. Requires accent-color-change r172.c761c84-2 or newer.

KDE Plasma users with SDDM can now migrate to Plasma Login Manager

After ensuring plasma-login-manager 6.5.90-1 (or newer) is installed, run the following:

sudo pacman -Syu plasma-login-manager
systemctl disable sddm
systemctl enable plasmalogin
sudo pacman -R sddm-kcm sddm
Kernel 5.4 is now EOL

5.4.302 is the last maintenance release of the 5.4 kernel series. This kernel is now marked ‘End Of Life’ (EOL). It is recommend to switch to a newer LTS series like 5.10 or 5.15.

Kernel 6.17 is now EOL

6.17.13 is the last maintenance release of the 6.17 kernel series. This kernel is now marked ‘End Of Life’ (EOL). It is recommend to switch to the newer linux618 series:

sudo mhwd-kernel -i linux618

[DRAFT] NVIDIA 590 driver drops Pascal support

With the update to driver version 590, the NVIDIA driver no longer supports Pascal (GTX 10xx) GPUs or older.

Impact: Updating the NVIDIA packages on systems with Pascal, Maxwell, or older cards will fail to load the driver, which may result in a broken graphical environment.

Intervention required for Pascal/older users: Users with GTX 10xx series and older cards must switch to a legacy driver to maintain support:

  • Install the official linuxXXX-nvidia-575xx, linuxXXX-nvidia-570xx, or related DKMS packages.

Notable Package Changes

Known Issues

Additional Info

Python 3.14 info

:information_source: You will need to rebuild any AUR Python packages that install files to site-packages or link to libpython3.13.so.

Print a list of of packages that have files in /usr/lib/python3.13/ :

pacman -Qoq /usr/lib/python3.13/

Rebuild them all at once:*

pamac build $(pacman -Qoq /usr/lib/python3.13)

Use rebuild-detector to see if anything else needs to be rebuilt:

 checkrebuild

* It’s recommended to clean your build cache first with pamac clean --build-files

Info about AUR packages

:warning: AUR (Arch User Repository) packages are neither supported by Arch nor Manjaro. Posts about them in Announcements topics are off-topic and will be flagged, moved or removed without warning.

For help with AUR packages, please create a new topic in Support > AUR and a helpful volunteer may be able to assist you.


Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.

Check if your mirror has already synced:

3 Likes

:gnome: :grin: :+1:

2 Likes

Thunderbird keeps creating an empty folder ~/Thunderbird every time I start it. Anyone has the same issue? Can’t find anything about that.

They know about it:

3 Likes
pacman -Q | grep 'egl-w'                                                                                                                                                   ✔ 
egl-wayland 4:1.1.21-1
egl-wayland2 1.0.0.rc.r57.g1893c37-1

Do we need both?

Pamac when it instals any package an empty locked folder is placed in /var/cache/pacmam/pkg

This library can be installed alongside the previous egl-wayland implementation (https://github.com/NVIDIA/egl-wayland). The new library has a higher selection priority by default, so if both are present, then a 560 or later driver will select the new library, and an older driver will fall back to the old library.

I assume no, we don’t need both (if you have an nvidia driver that used the newer one),
I assumed wrong, apparently it’s still a dependency for nvidia-utils.

Sure

sudo grep "libnvidia-egl-wayland" /proc/$(pidof dolphin)/maps                                                                                                            2 ✘ 
7f5ffe897000-7f5ffe89a000 r--p 00000000 103:05 4087954                   /usr/lib/libnvidia-egl-wayland.so.1.1.21
7f5ffe89a000-7f5ffe8a4000 r-xp 00003000 103:05 4087954                   /usr/lib/libnvidia-egl-wayland.so.1.1.21
7f5ffe8a4000-7f5ffe8a8000 r--p 0000d000 103:05 4087954                   /usr/lib/libnvidia-egl-wayland.so.1.1.21
7f5ffe8a8000-7f5ffe8aa000 r--p 00010000 103:05 4087954                   /usr/lib/libnvidia-egl-wayland.so.1.1.21
7f5ffe8aa000-7f5ffe8ab000 rw-p 00012000 103:05 4087954                   /usr/lib/libnvidia-egl-wayland.so.1.1.21
7f5ffe8c8000-7f5ffe8ca000 r--p 00000000 103:05 4075283                   /usr/lib/libnvidia-egl-wayland2.so.1.0.1
7f5ffe8ca000-7f5ffe8d6000 r-xp 00002000 103:05 4075283                   /usr/lib/libnvidia-egl-wayland2.so.1.0.1
7f5ffe8d6000-7f5ffe8da000 r--p 0000e000 103:05 4075283                   /usr/lib/libnvidia-egl-wayland2.so.1.0.1
7f5ffe8da000-7f5ffe8dc000 r--p 00011000 103:05 4075283                   /usr/lib/libnvidia-egl-wayland2.so.1.0.1
7f5ffe8dc000-7f5ffe8dd000 rw-p 00013000 103:05 4075283                   /usr/lib/libnvidia-egl-wayland2.so.1.0.1
sudo grep "libnvidia-egl-wayland" /proc/$(pidof kwin_wayland)/maps                                                                                                       2 ✘ 
7f35b8ab2000-7f35b8ab5000 r--p 00000000 103:05 4087954                   /usr/lib/libnvidia-egl-wayland.so.1.1.21
7f35b8ab5000-7f35b8abf000 r-xp 00003000 103:05 4087954                   /usr/lib/libnvidia-egl-wayland.so.1.1.21
7f35b8abf000-7f35b8ac3000 r--p 0000d000 103:05 4087954                   /usr/lib/libnvidia-egl-wayland.so.1.1.21
7f35b8ac3000-7f35b8ac5000 r--p 00010000 103:05 4087954                   /usr/lib/libnvidia-egl-wayland.so.1.1.21
7f35b8ac5000-7f35b8ac6000 rw-p 00012000 103:05 4087954                   /usr/lib/libnvidia-egl-wayland.so.1.1.21
7f35b8b11000-7f35b8b13000 r--p 00000000 103:05 4075283                   /usr/lib/libnvidia-egl-wayland2.so.1.0.1
7f35b8b13000-7f35b8b1f000 r-xp 00002000 103:05 4075283                   /usr/lib/libnvidia-egl-wayland2.so.1.0.1
7f35b8b1f000-7f35b8b23000 r--p 0000e000 103:05 4075283                   /usr/lib/libnvidia-egl-wayland2.so.1.0.1
7f35b8b23000-7f35b8b25000 r--p 00011000 103:05 4075283                   /usr/lib/libnvidia-egl-wayland2.so.1.0.1
7f35b8b25000-7f35b8b26000 rw-p 00013000 103:05 4075283                   /usr/lib/libnvidia-egl-wayland2.so.1.0.1

we used both
is this correct ?