[Testing Update] 2024-04-12 – Mesa, KDE Gear, Phosh, Qt6, Kodi 21.0, HHD, HHD-UI – Testing Updates
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!
2024-04-12
2024-03-23
Konsole font rendering issue
if you use manjaro-zsh-config on Plasma 6,
please check your Font settings in Konsole:
Konsole: Open Settings → Edit Current Profile → Appearance,
click Select Font and select MesloLGS NF Regular.
2024-03-16
Plasma 6 issues with Manjaro themes & tools
Prepare for a Plasma 6 release (#2) · Issues · Release plan / KDE · GitLab
DKMS fails for v4l2loopback on 6.8 kernel
New version of kvantum does not support QT5 theme
Install new package kvantum-qt5
for QT5 theme support
required for manjaro-settings-manager
and audacious
pamac install kvantum-qt5
If Theme shows wrong colors:
cd $HOME; ln -s .profile .xprofile
issues with auto-mount of ntfs filesystem using Kernel 6.8
The kernel changed default ntfs
driver from FUSE one to ntfs3
.
These two are not fully compatible, mainly as far as mount options go. If you have custom mount options in the fstab
(or any other application, such as VeraCrypt) they need to be changed.
Symptoms:
Mount fails with: Device or resource busy
DMesg reports: Can't open blockdev
Solution:
Migrate your mount options. For me the changes were:
allow_other
→umask=000
default_permissions
→ [drop]user_id=1000
→uid=1000
group_id=1000
→gid=1000
2024-02-23
gnome-keyring: ssh component is not included
2024-01-25
polkit update might remove your local modified config
With polkit 124-1 there were changes made to etc/pam.d/polkit-1
. So check if you made local changes to the file. See also: https://old.reddit.com/r/archlinux/comments/19bnj0i/todays_update_moved_polkit1_to_polkit1pacsave/kit2v33/
bashrc-manjaro is now merged into bash
Yes, replace bashrc-manjaro
with bash
pacman and pacman-contrib changes
pacman-contrib
is now split out from pacman
. If you have anything installed that depends on pacman-contrib
, update with:
sudo pacman -Syu pacman-contrib
2024-01-11
Making dbus-broker our default D-Bus daemon
2024-01-09 – Jan Alexander Steffens
We are making
dbus-broker
our default implementation of D-Bus, for improved performance, reliability and integration with systemd.For the foreseeable future we will still support the use of
dbus-daemon
, the previous implementation. Pacman will ask you whether to installdbus-broker-units
ordbus-daemon-units
. We recommend picking the default.For a more detailed rationale, please see our RFC 25.
– Arch Linux – News: Making dbus-broker our default D-Bus daemon
Previous testing threads: