[Unstable Update] July 2026

Welcome to the new monthly unstable branch thread.

Recent News

virtualbox-ext-vnc >= 7.2.12-2 requires manual intervention

2026-07-21 - Christian Hesse

Previously, we installed its contents in a way that made pacman not aware of the files (using VBoxManage extpack install ... from an install script). To mitigate issues during upgrade, you can use one of the following methods:

  • Uninstall virtualbox-ext-vnc before upgrading the system, then installing it again.
  • Run VBoxManage extpack uninstall 'VNC' as root before upgrading the system.
  • Instruct pacman once to overwrite the existing files:

pacman -Syu --overwrite '/usr/lib/virtualbox/ExtensionPacks/VNC/*'

Arch Linux - News: virtualbox-ext-vnc >= 7.2.12-2 requires manual intervention

Linux 7.0 is now EOL

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

sudo mhwd-kernel -i linux71

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

:partying_face: 6.7.2 coming through - but don’t get too excited about Union just yet :wink:

1 Like

3 posts were split to a new topic: Can’t connect via network manager with 7.1 kernel

Today onnxruntime was offered by pacman -Syu with a choice of 5 providers . It was not on my system. It seems nothing requires this package? There seems to be a relation with ai and firefox. Can this be ignored?

Something you have installed requires it that may not have before. Choose a provider like onnxruntime-cpu if in doubt, then check and see what requires it after the update is finished.

Some applications can not run anymore since last update.

 omano  ~ $  audacity
audacity: symbol lookup error: /usr/bin/../lib/audacity/lib-wx-wrappers.so: undefined symbol: _ZN12wxWindowBase14RegisterHotKeyEiii

 omano  ~ $  filezilla
filezilla: symbol lookup error: filezilla: undefined symbol: _ZN12wxWindowBase14RegisterHotKeyEiii

1 Like

It’s resolved with the wxwidgets 3.2.11-2 packages:

2 Likes

Same here, Calibre needed it in my case.

From what I read ,it is for the read aloud feature of Calibre

2 Likes

Bluez 5.87-2 has a regression that makes Bluetooth audio skip every few seconds. The volume is much lower too. I need to turn it to maximum volume to even hear anything. My earbuds worked fine with 5.86-6 before the latest update.

Edit: I downgraded bluez and bluez-libs to 5.86.6-6. My earbuds work normally again.

1 Like

Having switched to linux 7.1, im now unable to remove linux 7.0 via the manjaro kernel manager gui because all the kernel meta packages still provide/depend on the 7.0 kernel. This hasnt happened to me before when ive switched to a newer kernel, have they just not been updated?

Currently, linux70 is EOL, but still in the repos. linux-meta will be updated when linux70 is completely removed from the repos. When that happens, linux-meta will remove linux70 from your system.

Edit 2026-07-07T05:25:00Z: corrected the version of Linux to linux70

Edit 2026-07-07T23:45:00Z: The linux-meta update just removed linux70 from my system:

[2026-07-08T09:38:34+1000] [ALPM] removed linux70 (7.0.14-1)
[2026-07-08T09:38:35+1000] [ALPM] upgraded linux-meta (7.0-1 -> 7.1-1)
2 Likes

Do you mean 7.0.14 [EOL]:

1 Like

Yes - I really shouldn’t type replies when I’m distracted. I’ve just edited the post.

1 Like

If you manage kernels yourself simply remove those kernel meta packages.

3 Likes

I was questioning my choice of running latest stable kernel over LTS series when you said linux71 is EOL, the Linux70 just went EOL…

Thanks for clarifying.

Heads up: Older Electron packages were dropped to the AUR, so if you have any packages depending on Electron older than v39, you’ll want to replace them with the corresponding binary package from the AUR; i.e., electron38-bin.

i have issues starting VM guests with virtiofsd 1.14.0-1. downgrading to previous virtiofsd 1.13.3-1solves the issue

4 posts were split to a new topic: Cannot switch Bluetooth/Wifi back on

The compiled virtualbox kernel modules will be along as soon as GitLab decides it’s in a mood to cooperate. Either wait until later to update or install virtualbox-host-dkms for now.

EDIT: The virtualbox kernel modules are pushed along with new 7.2 kernel support.