[Testing Update] 2025-07-19 - Kernels, Mesa, Thunderbird, Grub, Perl, Vulkan

Hello community, here we have another set of package updates.

Current Promotions

Recent News

Valkey to replace Redis in the [extra] Repository

2025-04-17 - Andrew Crerar

Valkey, a high-performance key/value datastore, will be replacing redis in the [extra] repository. This change is due to Redis modifying its license from BSD-3-Clause to RSALv2 and SSPLv1 on March 20th, 2024.

Arch Linux Package Maintainers intend to support the availability of the redis package for roughly 14 days from the day of this post, to enable a smooth transition to valkey. After the 14 day transition period has ended, the redis package will be moved to the AUR. Also, from this point forward, the redis package will not receive any additional updates and should be considered deprecated until it is removed.

Users are recommended to begin transitioning their use of Redis to Valkey as soon as possible to avoid possible complications after the 14 day transition window closes.

Arch Linux - News: Valkey to replace Redis in the [extra] Repository

Previous News
Finding information easier about Manjaro

Finding information easier about Manjaro always has been a topic that needed to be solved. With our new search we have put all Manjaro data accessible in one place and divided by sections so it makes it easier to digest: News – Manjaro

Notable Package Updates

Additional Info

Python 3.13 info

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

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

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

Rebuild them all at once:*

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

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 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.


Our current supported kernels

  • linux54 5.4.296
  • linux510 5.10.240
  • linux515 5.15.189
  • linux61 6.1.146
  • linux66 6.6.99
  • linux612 6.12.39
  • linux615 6.15.7
  • linux616 6.16.0-rc6
  • linux61-rt 6.1.134_rt51
  • linux66-rt 6.6.94_rt56
  • linux612-rt 6.12.28_rt10
  • linux615-rt 6.15.0_rt2

Package Changes (Sat Jul 19 08:50:01 CEST 2025)

  • testing core x86_64: 15 new and 15 removed package(s)
  • testing extra x86_64: 1752 new and 1744 removed package(s)
  • testing multilib x86_64: 22 new and 22 removed package(s)

Overlay Changes

  • testing core x86_64: 19 new and 20 removed package(s)
  • testing extra x86_64: 124 new and 126 removed package(s)

A list of all changes can be found here.

  • No issue, everything went smoothly
  • Yes there was an issue. I was able to resolve it myself.(Please post your solution)
  • Yes i am currently experiencing an issue due to the update. (Please post about it)
0 voters

Check if your mirror has already synced:


1 Like

Known issues and solutions

This is a wiki post; please edit as necessary.
Please, consider subscribing to the Testing Updates Announcements RSS feed


Please RTFT (Read This Fine Thread) first before reporting the same issues over and over again!

Note: Do not forget to review your .pacnew files:

:arrow_right: 2025-07-19

2025-07-10

Warning: ksystemstats: local (6.4.0-1) is newer than extra

If you get this warning, run the following command… :point_down:

sudo pacman -Syuu
VLC does not play (certain) videos

For this update, the VLC packages were split up, and not all codecs may be installed on your system. You can install the additional codecs individually, or install the vlc-plugins-all meta-package, which will pull in all available plugins. :point_down:

 sudo pacman -S vlc-plugins-all

2025-06-19

Possible breaking changes to pacman-mirrors

:warning: With pacman-mirrors 5.0-1, the global mirrors.json data file has been moved from /usr/share/pacman-mirrors to /var/lib/pacman-mirrors.
:warning: This move introduce a possible breaking change if you have custom scripts relying on the mirrors data file.
:information_source: The moving of the file is the only change and has been made to make it possible for users to have their /usr-tree on a separate read-only partition or btrfs subvolume.

2025-06-14

xkeyboard-config 2.45 issue with symlinks

You may fail to upgrade from 2.44 to 2.45 due to some changes to symlinks. A discussion about it can be found here: Cannot update xkeyboard-config to 2.45 / Pacman & Package Upgrade Issues / Arch Linux Forums

The solution is to update the AUR packages depending on xkeyboard-config or move the files to the new folder /usr/share/xkeyboard-config-2.

More information about it here: xkeyboard-config 2.45 issue with symlinks (#1) · Issues · Arch Linux / Packaging / Packages / xkeyboard-config · GitLab

2025-06-01

2025-06-01 - avahi-discover python script

avahi-discover fails when attempting to write the discovered services to a sqlite database in /usr/lib/avahi due to lack of permissions.

The issue can be reproduced using a pristine Arch LInux system - it appears from the issues at GitHub - avahi/avahi: Avahi - Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour the issue is known - but not fixed.

Use of dbm causes problems with Python 3.13 · Issue #670 · avahi/avahi · GitHub
Fix issue with dbm.sqlite3 on readonly directories by mickael9 · Pull Request #698 · avahi/avahi · GitHub

Even though the issue has been known to upstream since december 2024, the behaviour on unstable branch has changed fairly recently - perhaps 4 weeks.

Temporary workaround
The workaround it is not optimal - but if you rely on avahi discover service - it will work

Move /usr/lib/avahi to /var/lib and symlink it back to /usr

sudo mv /usr/lib/avahi /var/lib/ && sudo ln -s /var/lib/avahi /usr/lib/

Change the ownership of the folder /var/lib/avahi including files

sudo chown root:avahi /var/lib/avahi -R

Change permissions to allow avahi group to write into the folder including the existing db file

sudo chmod g+w /var/lib/avahi -R

Finally add yourself to the avahi group

sudo gpasswd -a $USER avahi

Logoff and login to activate the new group.

Topic in German section
Avahi zeroconf browser zeigt nichts an

Previous testing threads:

Updated, but it wasn’t smooth. The Grub update was problematic. Needed a recovery USB to repair it - based on that experience I’d strongly recommend anyone yet to update to make sure you’ve got a recovery USB to hand! Despite all that, grateful for the update, thank you!

1 Like

Anything from logs might be able to help others? Update went smooth on my desktop and another laptop. I’ve only had to do that recently after updating the BIOS and having to reinstall GRUB

upgrade was mostly fine. I updated the last 3-4 weeks of testing releases in one batch.

Only issue I have seen so far was mhwd looking for an old libhd.so file. I reinstalled using pacman but that didn’t fix it. I then added a symlink /usr/lib/libhd.so.24 -> /usr/lib/libhd.so.25.0, which appears to have resolved it for now. May be an issue with my setup but figured I’d post here in case others run into the same problem.

mhwd version: v0.6.6-4
hwinfo version: 25.0-1

Exact error was:
mhwd: error while loading shared libraries: libhd.so.24: cannot open shared object file: No such file or directory

1 Like

Be more specific what had happen with your update and why you had to repair …

The actual error that greeted me at boot was “grub is using legacy shim lock protocol not found”. I’ve been through the logs and can see Grub was definitely updating the EFI partition. It created grubx64.efi just fine, no errors at that point. Reinstalled it after chrooting in and it’s now fine.

Any chance you had install-grub installed? Install-grub: a new way to keep your EFI/MBR in-sync with grub package. Normally grub needs to be installed manually as just updating the package grub doesn’t do anything … Arch Linux - News: Grub bootloader upgrade and configuration incompatibilities

I do, yes. You wouldn’t recommend it?

The shim lock protocol is usually only used by grub when Secure Boot is enabled. Or you have a buggy UEFI firmware. In the latter case I would recommend to install grub with --disable-shim-lock option.

If you have an off-standard boot situation better not use the ìnstall-grub script.

I dont have updates yet. Maybe un some hours they appear.

It is a tool which may work 98% on most default UEFI systems. Since your system seems to be problematic I suggest to maintain grub on your end manually. Arch and Manjaro normally don’t maintain grub at all. So the grub version you install via the install media is the one installed to your UEFI or MBR. Read my post again to get the needed background what we tried to achieve with this script: Install-grub: a new way to keep your EFI/MBR in-sync with grub package

1 Like

new version of mhwd was added so I don’t think anyone else should run into this issue with missing libhd.so.24. Thanks for the quick fix, yall!

Oh thank god, I’m back up and running.

Same! At this point my default assumption is that if I’m going to update a manjaro system, it will bork the grub. Every time. But YMMV I guess.

Everyone should ideally always make sure to have such, no matter what. But yes. A life saver.


Something I’ve noticed tho, and multiple times over the past 3 years of running manjaro, pamac-manager has a habit of closing the GUI randomly in the midst of the update. Update still happens in the BG but you just can’t keep any track of it.

Best you can do is relaunch pamac-manager, press update again and see it complain about another instance already running… until it stops complaining about that and then assume that it’s done…

…except you often restart before it’s had a chance to update grub I guess.

Honestly a rather terrible experience. I don’t think pamac should just randomly close itself like that in the middle of an update. Something is definitely wrong with that.

1 Like

Please post the output of:

pacman -Qs pamac-gtk
local/pamac-gtk 11.7.3-3
    A Package Manager based on libalpm with AUR and Appstream support (GTK4)

Try switching to pamac-gtk3, which seems to be more suited to Plasma than the Gnome/Adwaita-focused pamac-gtk:

sudo pacman -Syu pamac-gtk3