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-24
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
Previous testing threads: