[Testing Update] 2026-07-04 - Kernels, Firefox, Thunderbird, KDE Gear, COSMIC, QEmu

Hello Manjaro user community, here we have another set of package updates. We are continuing our development of the upcoming release of ‘Bian-May’ which can be expected Mid or End of July. Development speed may be a little slower the upcoming weeks. However, still let us know any issues you may found thus far.

Current Promotions

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
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.
  • Manjaro 26.1 Bian-May - Preview released
  • Manjaro 26.0 Anh-Linh released
  • Manjaro Summit public Alpha now available
  • As of Linux 5.4.302, the 5.4 series is now EOL (End Of Life). Please install 5.10 LTS (Long Term Support) or 5.15 LTS.
  • As of Linux 6.16.12, the 6.16 series is now EOL (End Of Life). Please install 6.18 LTS (Long Term Support) and/or 6.12 LTS.
  • As of Linux 6.17.13, the 6.17 series is now EOL (End Of Life). Please install 6.18 LTS (Long Term Support) and/or 6.12 LTS.
  • As of Linux 6.19.14, the 6.19 series is now EOL (End Of Life). Please install 7.0, and/or 6.18 LTS (Long Term Support) and/or 6.12 LTS.
  • As of Linux 7.0.14, the 7.0 series is now EOL (End Of Life). Please install 7.1, and/or 6.18 LTS (Long Term Support) and/or 6.12 LTS.
Previous News

Notable Package Updates

  • Kernels got updated
    • linux70 series is now marked EOL
    • linux-firmware 20260622
    • slight toolchain update
    • we dropped NVIDIA driver series 570xx and 575xx
  • Firefox 152.0.4
  • Thunderbird 152.0
  • Virtualbox 7.2.12
  • Godot 4.7
  • Pipewire 1.6.7
  • Systemd 261.1
  • COSMIC Epoch 1.2.0
  • KDE Gear 26.04.3
  • QEmu 11.0.2

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.


Our current supported kernels

  • linux61 6.1.176
  • linux66 6.6.143
  • linux612 6.12.94
  • linux618 6.18.37
  • linux70 7.0.14
  • linux71 7.1.2
  • linux72 7.2.0-rc1
  • linux61-rt 6.1.167_rt62
  • linux66-rt 6.6.135_rt74
  • linux612-rt 6.12.89_rt18

Package Changes (7/4/26 08:10 CEST)

  • testing core x86_64: 89 new and 88 removed package(s)
  • testing multilib x86_64: 50 new and 50 removed package(s)
  • testing extra x86_64: 3447 new and 3452 removed package(s)

Overlay Changes

  • testing core x86_64: 25 new and 26 removed package(s)
  • testing multilib x86_64: 6 new and 10 removed package(s)
  • testing extra x86_64: 260 new and 403 removed package(s)

A list of all package 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:


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: 2026-07-04

2026-05-11

A week after Copy Fail, researcher Hyunwoo Kim disclosed a second Linux kernel flaw in the same broad area — IPsec ESP and rxrpc — that they have named Dirty Frag. The bug lives in the in-place decryption fast paths of esp4, esp6, and rxrpc: when a socket buffer carries paged fragments that are not privately owned by the kernel (e.g. pipe pages attached via splice(2)/sendfile(2)/MSG_SPLICE_PAGES), the receive path decrypts directly over those externally-backed pages, exposing or corrupting plaintext that an unprivileged process still holds a reference to.

Like the previous Copy Fail vulnerability, Dirty Frag immediately yields root on all major distributions. Every supported Manjaro release is affected. Dirty Frag chains two distinct kernel bugs, each with its own CVE: CVE-2026-43284 covers the IPsec ESP half (esp4 / esp6), and CVE-2026-43500 (NVD entry pending) covers the rxrpc half. Per Hyunwoo Kim’s public disclosure on oss-security (2026-05-07), the responsible-disclosure embargo was broken before distributions could coordinate, and a working exploit is publicly available. A second public exploit, Copy Fail 2: Electric Boogaloo, targets the same vulnerability under a different name; both reach root through the same esp4/esp6/rxrpc code paths and are blocked by the same fix.

Temporary mitigation

You can neutralize the attack surface by blacklisting the affected modules. None of esp4, esp6, or rxrpc are loaded on a typical workload that does not use IPsec transport mode or AFS, so on most systems this is safe to apply immediately:

sudo sh -c "printf 'install esp4 /bin/false\ninstall esp6 /bin/false\ninstall rxrpc /bin/false\n' > /etc/modprobe.d/dirtyfrag.conf; rmmod esp4 esp6 rxrpc 2>/dev/null; true"

This writes a modprobe config that prevents the three modules from loading, and unloads them if they happen to be loaded already (the rmmod is best-effort and silent if the module isn’t present). To revert, remove /etc/modprobe.d/dirtyfrag.conf.

The Dirty Frag exploit works by corrupting page-cache pages of sensitive files (such as /etc/passwd or /usr/bin/su). If you suspect the system may have already been targeted before you applied the mitigation, drop the page cache so any tampered pages are evicted and the next read comes fresh from disk:

sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'

This is safe to run on a live system — it only frees clean cache and dentry/inode entries — and pairs well with the blacklist above.

2026-05-01

On 29 April 2026, a high local privilege escalation vulnerability in the Linux kernel, tracked as CVE-2026-31431 and named “Copy Fail”, was publicly disclosed. The vulnerability affects Manjaro Linux since 2017. A public proof-of-concept exploit has been released.

We have patched most of our kernels and released them to our testing and unstable branches:

  • patched kernels are: 5.10.254+, 5.15.204+, 6.1.170+, 6.6.137+, 6.12.85+, 6.18.22+, 6.19.12+, 7.0-rc7+
  • affected kernels are: 6.1.167_rt62, 6.6.133_rt73, 6.12.79_rt17, 6.17.5_rt7 and lower

Temporary Mitigation

Disable the algif_aead kernel module persistently on all affected systems until a patched kernel is available:

sudo su
echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.conf
rmmod algif_aead 2>/dev/null || true
exit

More Information: CERT-EU - High Vulnerability in the Linux Kernel ("Copy Fail")

2026-04-06

udev-usb-sync and kernel 7.0-rc

If you experience slow transfers to USB attached disks, remove the package udev-usb-sync. It is not known why the 7.0-rc kernel causes this. There may be a regression of some sort. Awaiting the final release of the 7.0 kernel before jumping to conclusions.

See [Unstable Update] April 2026 thread for more info

2026-04-23T22:00:00Z
The issue is solved with the release of 7.0 kernel

Previous testing threads:

ISOs including this update: Release 202607040743 · manjaro/release-review · GitHub

2 Likes

Running on cinnamon and I’m getting

(25/30) Compiling GSettings XML schema files...
Error parsing key “background” in schema “x.dm.slick-greeter” as specified in override file “/usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override”: 0:expected value. Ignoring override for this key.
Error parsing key “background-color” in schema “x.dm.slick-greeter” as specified in override file “/usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override”: 0:expected value. Ignoring override for this key.
Error parsing key “theme-name” in schema “x.dm.slick-greeter” as specified in override file “/usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override”: 0:expected value. Ignoring override for this key.
Error parsing key “icon-theme-name” in schema “x.dm.slick-greeter” as specified in override file “/usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override”: 0:expected value. Ignoring override for this key.
Error parsing key “xft-hintstyle” in schema “x.dm.slick-greeter” as specified in override file “/usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override”: 0-8:unknown keyword. Ignoring override for this key.
Error parsing key “enable-hidpi” in schema “x.dm.slick-greeter” as specified in override file “/usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override”: 0-4:unknown keyword. Ignoring override for this key.

I’ll report back if this is an issue after reboot.

EDIT: prior to reboot I also got

==> pacsave file found for /etc/lightdm/slick-greeter.conf
==> WARNING: /etc/lightdm/slick-greeter.conf does not exist
rm: remove regular file '/etc/lightdm/slick-greeter.conf.pacsave'? 

which I removed. Reboots fine and I get a GUI. However, the login screen no longer has a background image but only show the option to enter the password.

EDIT: FOUND THE ISSUE:

# confirm the config is the issue
$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas
Error parsing key “background” in schema “x.dm.slick-greeter” as specified in override file “/usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override”: 0:expected value. Ignoring override for this key.
Error parsing key “background-color” in schema “x.dm.slick-greeter” as specified in override file “/usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override”: 0:expected value. Ignoring override for this key.
Error parsing key “theme-name” in schema “x.dm.slick-greeter” as specified in override file “/usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override”: 0:expected value. Ignoring override for this key.
Error parsing key “icon-theme-name” in schema “x.dm.slick-greeter” as specified in override file “/usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override”: 0:expected value. Ignoring override for this key.
Error parsing key “xft-hintstyle” in schema “x.dm.slick-greeter” as specified in override file “/usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override”: 0-8:unknown keyword. Ignoring override for this key.
Error parsing key “enable-hidpi” in schema “x.dm.slick-greeter” as specified in override file “/usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override”: 0-4:unknown keyword. Ignoring override for this key.

# backup config and edit it
$ sudo cp /usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override /usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override.bak
$ diff /usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override /usr/share/glib-2.0/schemas/10_slick-greeter-cinnamon.gschema.override.bak
2,3c2,3
< background='/usr/share/backgrounds/greeter_default.jpg'
< background-color='#263138'
---
> background=/usr/share/backgrounds/greeter_default.jpg
> background-color=#263138
5,6c5,6
< theme-name='Mint-L-Dark-Teal'
< icon-theme-name='Papirus-Dark-Maia'
---
> theme-name=Mint-L-Dark-Teal
> icon-theme-name=Papirus-Dark-Maia
9,10c9,10
< xft-hintstyle='hintfull'
< enable-hidpi='auto'
---
> xft-hintstyle=hintfull
> enable-hidpi=auto

# recompile
$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas

No errors when recompiling and all back to normal after reboot.

→ THIS IS A PACKAGING ISSUE @philm can you confirm that?

Got the following error:

error: failed retrieving file 'vivaldi-8.0.4033.54-1-x86_64.pkg.tar.zst' from mirror.xyz.com : The requested URL returned error: 404

Was able to resolve it by running:

sudo pacman-mirrors -f && sudo pacman -Syyu

I am using KDE.
After update my keyboard switched to US from german keyboard.
No idea how to switch it back atm.
The problem is for example in Konsole, Dolphin and Firefox.

KDE settings is german, if I set german again I need to restart and does not fix the problem.

I’m having a similar issue, but with GDM: When entering the password, certain characters are input by unexpected keys.

EDIT: The full Gnome session, however, is unaffected. The problem occurs only at login.

I can’t update because of:

Fehler: Der Vorgang konnte nicht durchgeführt werden (In Konflikt stehende Dateien)
lightdm-gtk-greeter-settings: /usr/lib/python3.14/site-packages/lightdm_gtk_greeter_settings/__pycache__/installation_config.cpython-314.pyc existiert im Dateisystem
Fehler sind aufgetreten, keine Pakete wurden aktualisiert.

System Info:

System:
  Host: blackbox Kernel: 7.1.1-3-MANJARO arch: x86_64 bits: 64 compiler: gcc
    v: 16.1.1 clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/@/boot/vmlinuz-7.1-x86_64
    root=UUID=50995446-7a96-4f94-bb13-245015ff849a rw rootflags=subvol=@
    loglevel=3 quiet rd.udev.log_level=3
    rd.luks.uuid=9e5b2630-7d35-4b67-910d-dd6a45fa44cf splash apparmor=1
    security=apparmor vt.global_cursor_default=0
  Desktop: Xfce v: 4.20.2 tk: Gtk v: 3.24.52 wm: xfwm4 v: 4.20.0
    with: xfce4-panel tools: xfce4-screensaver vt: 7 dm: LightDM v: 1.32.0
    Distro: Manjaro base: Arch Linux
Machine:
  Type: Desktop Mobo: ASUSTeK model: PRIME X570-PRO v: Rev X.0x
    serial: <superuser required> part-nu: SKU uuid: <superuser required>
    Firmware: UEFI vendor: American Megatrends v: 5044 date: 01/04/2026
Battery:
  Device-1: hidpp_battery_0 model: Logitech Wireless Mouse MX Master 3
    serial: 91-3f-35-ce charge: 10% (should be ignored) rechargeable: yes
    status: discharging
Memory:
  System RAM: total: 32 GiB available: 31.24 GiB used: 4.6 GiB (14.7%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 128 GiB slots: 4 modules: 2 EC: None
    max-module-size: 32 GiB note: est.
  Device-1: DIMM_A1 type: no module installed
  Device-2: DIMM_A2 type: DDR4 detail: synchronous unbuffered (unregistered)
    size: 16 GiB speed: 3200 MT/s volts: note: check curr: 1 min: 1 max: 1
    width (bits): data: 64 total: 64 manufacturer: Corsair
    part-no: CMK32GX4M2B3200C16 serial: N/A
  Device-3: DIMM_B1 type: no module installed
  Device-4: DIMM_B2 type: DDR4 detail: synchronous unbuffered (unregistered)
    size: 16 GiB speed: 3200 MT/s volts: note: check curr: 1 min: 1 max: 1
    width (bits): data: 64 total: 64 manufacturer: Corsair
    part-no: CMK32GX4M2B3200C16 serial: N/A
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: AMD Ryzen 9 3900X bits: 64 type: MT MCP arch: Zen 2 gen: 2
    level: v3 note: check built: 2020-22 process: TSMC n7 (7nm)
    family: 0x17 (23) model-id: 0x71 (113) stepping: 0 microcode: 0x8701035
  Topology: cpus: 1x dies: 1 clusters: 1 cores: 12 threads: 24 tpc: 2
    smt: enabled cache: L1: 768 KiB desc: d-12x32 KiB; i-12x32 KiB L2: 6 MiB
    desc: 12x512 KiB L3: 64 MiB desc: 4x16 MiB
  Speed (MHz): avg: 1746 min/max: 563/4674 boost: enabled scaling:
    driver: amd-pstate-epp governor: powersave cores: 1: 1746 2: 1746 3: 1746
    4: 1746 5: 1746 6: 1746 7: 1746 8: 1746 9: 1746 10: 1746 11: 1746 12: 1746
    13: 1746 14: 1746 15: 1746 16: 1746 17: 1746 18: 1746 19: 1746 20: 1746
    21: 1746 22: 1746 23: 1746 24: 1746 bogomips: 182397
  Flags: 3dnowprefetch abm adx aes aperfmperf apic arat avic avx avx2 bmi1
    bmi2 bpext cat_l3 cdp_l3 clflush clflushopt clwb clzero cmov cmp_legacy
    constant_tsc cpb cpuid cqm cqm_llc cqm_mbm_local cqm_mbm_total
    cqm_occup_llc cr8_legacy cx16 cx8 de decodeassists extapic extd_apicid
    f16c flushbyasid fma fpu fsgsbase fxsr fxsr_opt ht hw_pstate ibpb ibs
    irperf lahf_lm lbrv lm mba mca mce misalignsse mmx mmxext monitor movbe
    msr mtrr mwaitx nonstop_tsc nopl npt nrip_save nx osvw overflow_recov pae
    pat pausefilter pclmulqdq pdpe1gb perfctr_core perfctr_llc perfctr_nb
    pfthreshold pge pni popcnt pse pse36 rapl rdpid rdpru rdrand rdseed rdt_a
    rdtscp rep_good sep sev sev_es sha_ni skinit smap smca smep ssbd sse sse2
    sse4_1 sse4_2 sse4a ssse3 stibp succor svm svm_lock syscall tce topoext
    tsc tsc_scale umip v_spec_ctrl v_vmsave_vmload vgif vmcb_clean vme
    vmmcall wbnoinvd wdt x2apic xgetbv1 xsave xsavec xsaveerptr xsaveopt
    xtopology
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: ghostwrite status: Not affected
  Type: indirect_target_selection status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: old_microcode status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed mitigation: untrained return thunk; SMT enabled with STIBP
    protection
  Type: spec_rstack_overflow mitigation: Safe RET
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Retpolines; IBPB: conditional; STIBP:
    always-on; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected
  Type: srbds status: Not affected
  Type: tsa status: Not affected
  Type: tsx_async_abort status: Not affected
  Type: vmscape mitigation: IBPB before exit to userspace
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600
    XT / 5700/5700 XT] vendor: ASUSTeK driver: amdgpu v: kernel arch: RDNA-1
    code: Navi-1x process: TSMC n7 (7nm) built: 2019-20 pcie: gen: 4
    speed: 16 GT/s lanes: 16 ports: active: DP-2,DP-3 empty: DP-1,HDMI-A-1
    bus-ID: 0b:00.0 chip-ID: 1002:731f class-ID: 0300
  Device-2: Logitech C922 Pro Stream Webcam driver: snd-usb-audio,uvcvideo
    type: USB rev: 2.0 speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 1-1:2
    chip-ID: 046d:085c class-ID: 0102 serial: ECCC1C9F
  Display: x11 server: X.org compositor: xfwm4 v: 4.20.0 driver: gpu: amdgpu
    display-ID: :0.0 note: <missing: xdpyinfo/xrandr>
  Monitor-1: DP-2 model: Acer CB272 P6 serial: S5330FD633W01 built: 2025
    res: 1920x1080 dpi: 81 gamma: 1.2 chroma: red: x: 0.639 y: 0.329 green:
    x: 0.298 y: 0.600 blue: x: 0.149 y: 0.059 white: x: 0.314 y: 0.329
    size: 597x336mm (23.5x13.23") diag: 685mm (27") ratio: 16:9
    modes: 1920x1080, 1680x1050, 1280x1024, 1440x900, 1280x960, 1280x800,
    1152x864, 1280x720, 1024x768, 832x624, 800x600, 720x576, 720x480,
    640x480, 720x400
  Monitor-2: DP-3 model: Acer CB272 P6 serial: S5330FD6E3W01 built: 2025
    res: 1920x1080 dpi: 81 gamma: 1.2 chroma: red: x: 0.639 y: 0.329 green:
    x: 0.298 y: 0.600 blue: x: 0.149 y: 0.059 white: x: 0.314 y: 0.329
    size: 597x336mm (23.5x13.23") diag: 685mm (27") ratio: 16:9
    modes: 1920x1080, 1680x1050, 1280x1024, 1440x900, 1280x960, 1280x800,
    1152x864, 1280x720, 1024x768, 832x624, 800x600, 720x576, 720x480,
    640x480, 720x400
  API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi
    device: 1 drv: swrast gbm: drv: radeonsi surfaceless: drv: radeonsi x11:
    drv: radeonsi inactive: wayland
  API: OpenGL v: 4.6 vendor: amd mesa v: 26.1.2-arch1.2 glx-v: 1.4
    direct-render: yes renderer: AMD Radeon RX 5700 XT (radeonsi navi10 ACO DRM
    3.64 7.1.1-3-MANJARO) device-ID: 1002:731f memory: 7.81 GiB unified: no
  Info: Tools: api: eglinfo,glxinfo de: xfce4-display-settings x11: xprop
Audio:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 10 HDMI Audio
    driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16
    bus-ID: 0b:00.1 chip-ID: 1002:ab38 class-ID: 0403
  Device-2: Advanced Micro Devices [AMD] Starship/Matisse HD Audio
    vendor: ASUSTeK driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s
    lanes: 16 bus-ID: 0d:00.4 chip-ID: 1022:1487 class-ID: 0403
  Device-3: Logitech C922 Pro Stream Webcam driver: snd-usb-audio,uvcvideo
    type: USB rev: 2.0 speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 1-1:2
    chip-ID: 046d:085c class-ID: 0102 serial: ECCC1C9F
  Device-4: C-Media Auna Mic CM900 driver: hid-generic,snd-usb-audio,usbhid
    type: USB rev: 1.1 speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 1-3:4
    chip-ID: 0d8c:0134 class-ID: 0300
  API: ALSA v: k7.1.1-3-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: sndiod v: N/A status: off tools: aucat,midicat,sndioctl
  Server-2: JACK v: 1.9.22 status: off tools: N/A
  Server-3: PipeWire v: 1.6.6 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Intel I211 Gigabit Network vendor: ASUSTeK driver: igb v: kernel
    pcie: gen: 1 speed: 2.5 GT/s lanes: 1 port: f000 bus-ID: 05:00.0
    chip-ID: 8086:1539 class-ID: 0200
  IF: enp5s0 state: up speed: 1000 Mbps duplex: full mac: 24:4b:fe:5c:d0:c0
  IP v4: 192.168.1.11/24 type: dynamic noprefixroute scope: global
    broadcast: 192.168.1.255
  IP v6: 2001:16b8:b8da:8efc::1:1123/128 type: dynamic noprefixroute
    scope: global
  IP v6: fe80::9ad9:4300:6c5f:6ceb/64 type: noprefixroute scope: link
  IF-ID-1: virbr0 state: down mac: 52:54:00:65:b9:af
  IP v4: 192.168.100.1/24 scope: global broadcast: 192.168.100.255
  Info: services: NetworkManager,systemd-timesyncd
  WAN IP: 89.244.88.71
Bluetooth:
  Device-1: Realtek Bluetooth Radio driver: btusb v: 0.8 type: USB rev: 1.1
    speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 1-2:3 chip-ID: 0bda:8771
    class-ID: e001 serial: 00E04C239987
  Report: btmgmt ID: hci0 rfk-id: 0 state: up address: 00:E0:4C:74:43:03
    bt-v: 5.1 lmp-v: 10 status: discoverable: no pairing: no class-ID: 6c0104
Logical:
  Message: No logical block device data found.
  Device-1: luks-9e5b2630-7d35-4b67-910d-dd6a45fa44cf maj-min: 253:0
    type: LUKS dm: dm-0 size: 464.76 GiB
  Components:
  p-1: nvme0n1p2 maj-min: 259:3 size: 464.76 GiB
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 1.82 TiB used: 486.06 GiB (26.1%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Samsung model: SSD 970 EVO 500GB
    size: 465.76 GiB block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s
    lanes: 4 tech: SSD serial: S5H7NS0N970255K fw-rev: 2B2QEXE7 temp: 47.9 C
    scheme: GPT
  ID-2: /dev/nvme1n1 maj-min: 259:1 vendor: Samsung model: SSD 970 EVO 500GB
    size: 465.76 GiB block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s
    lanes: 4 tech: SSD serial: S5H7NS0NA86968L fw-rev: 2B2QEXE7 temp: 44.9 C
  ID-3: /dev/sda maj-min: 8:0 vendor: Samsung model: SSD 870 QVO 1TB
    size: 931.51 GiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: S5SVNF0R315200J fw-rev: 2B6Q
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 464.76 GiB size: 464.76 GiB (100.00%)
    used: 47.25 GiB (10.2%) fs: btrfs dev: /dev/dm-0 maj-min: 253:0
    mapped: luks-9e5b2630-7d35-4b67-910d-dd6a45fa44cf label: N/A
    uuid: 50995446-7a96-4f94-bb13-245015ff849a
  ID-2: /boot/efi raw-size: 1024 MiB size: 1022 MiB (99.80%)
    used: 184.5 MiB (18.1%) fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:2
    label: N/A uuid: F380-6478
  ID-3: /home raw-size: 464.76 GiB size: 464.76 GiB (100.00%)
    used: 47.25 GiB (10.2%) fs: btrfs dev: /dev/dm-0 maj-min: 253:0
    mapped: luks-9e5b2630-7d35-4b67-910d-dd6a45fa44cf label: N/A
    uuid: 50995446-7a96-4f94-bb13-245015ff849a
  ID-4: /mnt/Daten-NVME raw-size: 465.76 GiB size: 465.76 GiB (100.00%)
    used: 369.11 GiB (79.2%) fs: f2fs dev: /dev/nvme1n1 maj-min: 259:1
    label: Daten-NVME uuid: ceba7229-de42-4306-8d3b-7701046a1c09
  ID-5: /mnt/Daten-SSD raw-size: 931.51 GiB size: 931.51 GiB (100.00%)
    used: 69.52 GiB (7.5%) fs: f2fs dev: /dev/sda maj-min: 8:0 label: Daten-SSD
    uuid: f5fc494b-c24f-4097-a3a0-5efb43048692
  ID-6: /mnt/home raw-size: N/A size: 889.83 GiB used: 636.31 GiB (71.5%)
    fs: cifs dev: /dev/home
  ID-7: /mnt/images raw-size: N/A size: 889.83 GiB used: 636.31 GiB (71.5%)
    fs: cifs dev: /dev/images
  ID-8: /var/cache raw-size: 464.76 GiB size: 464.76 GiB (100.00%)
    used: 47.25 GiB (10.2%) fs: btrfs dev: /dev/dm-0 maj-min: 253:0
    mapped: luks-9e5b2630-7d35-4b67-910d-dd6a45fa44cf label: N/A
    uuid: 50995446-7a96-4f94-bb13-245015ff849a
  ID-9: /var/log raw-size: 464.76 GiB size: 464.76 GiB (100.00%)
    used: 47.25 GiB (10.2%) fs: btrfs dev: /dev/dm-0 maj-min: 253:0
    mapped: luks-9e5b2630-7d35-4b67-910d-dd6a45fa44cf label: N/A
    uuid: 50995446-7a96-4f94-bb13-245015ff849a
Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default) zswap: yes
    compressor: zstd max-pool: 20%
  ID-1: swap-1 type: zram size: 15.62 GiB used: 0 KiB (0.0%) priority: 100
    comp: zstd avail: lzo-rle,lzo,lz4,lz4hc,deflate,842 dev: /dev/zram0
Unmounted:
  Message: No unmounted partitions found.
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 6 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 1-1:2 info: Logitech C922 Pro Stream Webcam type: video,audio
    driver: snd-usb-audio,uvcvideo interfaces: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 500mA
    chip-ID: 046d:085c class-ID: 0102 serial: ECCC1C9F
  Device-2: 1-2:3 info: Realtek Bluetooth Radio type: bluetooth
    driver: btusb interfaces: 2 rev: 1.1 speed: 12 Mb/s (1.4 MiB/s) lanes: 1
    mode: 1.1 power: 500mA chip-ID: 0bda:8771 class-ID: e001
    serial: 00E04C239987
  Device-3: 1-3:4 info: C-Media Auna Mic CM900 type: audio,HID
    driver: hid-generic,snd-usb-audio,usbhid interfaces: 3 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 100mA
    chip-ID: 0d8c:0134 class-ID: 0300
  Hub-2: 2-0:1 info: super-speed hub ports: 4 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-3: 3-0:1 info: hi-speed hub with single TT ports: 6 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 3-4:2 info: ASUSTek AURA LED Controller type: HID
    driver: hid-generic,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 16mA chip-ID: 0b05:18f3 class-ID: 0300
    serial: 9876543210
  Hub-4: 4-0:1 info: super-speed hub ports: 4 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-5: 5-0:1 info: hi-speed hub with single TT ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 5-3:2 info: Logitech Unifying Receiver type: keyboard,mouse,HID
    driver: logitech-djreceiver,usbhid interfaces: 3 rev: 2.0
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 98mA
    chip-ID: 046d:c52b class-ID: 0300
  Hub-6: 5-4:3 info: Genesys Logic Hub ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 05e3:0608 class-ID: 0900
  Device-1: 5-4.2:4 info: Metadot Das Keyboard 4 type: keyboard,HID
    driver: hid-generic,usbhid interfaces: 2 rev: 1.1 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 100mA chip-ID: 24f0:204a class-ID: 0300
  Hub-7: 6-0:1 info: super-speed hub ports: 4 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 41.0 C mobo: 45.0 C gpu: amdgpu temp: 48.0 C
    mem: 46.0 C
  Fan Speeds (rpm): N/A gpu: amdgpu fan: 0
Repos:
  Packages: pm: pacman pkgs: 1430 libs: 404 tools: pamac pm: flatpak pkgs: 0
  Active pacman repo servers in: /etc/pacman.conf
    1: https://x11libre.net/repo/arch_based/x86_64/
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://ftp.halifax.rwth-aachen.de/manjaro/testing/$repo/$arch
    2: https://ftp.rz.tu-bs.de/pub/mirror/manjaro.org/repos/testing/$repo/$arch
    3: https://ftp.gwdg.de/pub/linux/manjaro/testing/$repo/$arch
    4: https://mirror.alpix.eu/manjaro/testing/$repo/$arch
Processes:
  CPU top: 5 of 594
  1: cpu: 9.2% command: firefox pid: 13340 mem: 543.5 MiB (1.6%)
  2: cpu: 7.5% command: firefox pid: 13884 mem: 299.4 MiB (0.9%)
  3: cpu: 5.8% command: app.asar started-by: electron pid: 3063
    mem: 236.7 MiB (0.7%)
  4: cpu: 3.3% command: firefox pid: 13799 mem: 390.5 MiB (1.2%)
  5: cpu: 2.8% command: clamd pid: 1305 mem: 980.3 MiB (3.0%)
  Memory top: 5 of 594
  1: mem: 980.3 MiB (3.0%) command: clamd pid: 1305 cpu: 2.8%
  2: mem: 543.5 MiB (1.6%) command: firefox pid: 13340 cpu: 9.2%
  3: mem: 421.1 MiB (1.3%) command: electron pid: 4447 cpu: 2.1%
  4: mem: 390.5 MiB (1.2%) command: firefox pid: 13799 cpu: 3.3%
  5: mem: 299.4 MiB (0.9%) command: firefox pid: 13884 cpu: 7.5%
Info:
  Processes: 594 Power: uptime: 7m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 12.43 GiB
    services: upowerd,xfce4-power-manager Init: systemd v: 260
    default: graphical tool: systemctl
  Compilers: gcc: 16.1.1 Shell: Zsh v: 5.9.1 running-in: xfce4-terminal
    inxi: 3.3.41

[EDIT]

Fixed by doing:

sudo pacman -Syy lightdm-gtk-greeter-settings --overwrite \*

After adding a german keyboard layout in keyboard settings it’s back to normal.
However the german layout is marked as undefined.

No issue with t he update itself.
Only after the updated on one system that has an older nvidia card I’m getting this immediately afterwards again:

$ sudo pacman -Suy
[sudo] password for user: 
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 multilib is up to date
:: Starting full system upgrade...
:: Replace nvidia-580xx-utils with extra/nvidia-580xx-utils? [Y/n] y
resolving dependencies...
looking for conflicting packages...

Package (2)               Old Version   New Version   Net Change 

extra/nvidia-580xx-utils  580.173.02-2  580.173.02-2     0,00 MiB
nvidia-580xx-utils        580.173.02-2                -903,36 MiB

Total Installed Size:   903,36 MiB
Net Upgrade Size:      -903,36 MiB

:: Proceed with installation? [Y/n]

If I go through with it and it completes successfully, it will still turn up again on the next run.

1 Like

Check with @Yochanan on that nvidia 580xx utils matter. @su_pid [pkg-upd] 580.173.02-2 (2f063e37) · Commits · Packages / extra / nvidia-580xx-utils · GitLab seems it conflicts with itself. Needs fixing.