wBrucew
February 19, 2026, 6:25am
1
Hi,
I’ve just updated KDE to 6.6 but after rebooting I’m noticing that accessing and expanding folders in Dolphin is now very slow.
I’m also getting crash notifications regarding: maliit-keyboard, and I don’t know if it is linked to the Dolphin issue:
/usr/bin/maliit-keyboard has encountered a fatal error and was closed
I’m on Fedora 43.
The upgrade to Plasma 6.6 should have installed Plasma Keyboard (it did for me), so you can uninstall maliit-keyboard with sudo dnf remove maliit-keyboard
1 Like
wBrucew
February 19, 2026, 8:34am
3
Good to know, thanks!
However, even after removing it, the Dolphin issue remains.
@wBrucew :
First, welcome to the KDE Discuss Forum.
Please post either the output of the CLI command “kinfo” or, the English output provided by the KDE Plasma application “kinfocenter”.
Does your system have SELinux enabled?
And, if yes, please post the output of the CLI command “sestatus”.
wBrucew
February 19, 2026, 3:29pm
5
Thank you @Franken14679
It turns out that the NFS config for my NAS in fstab was the culprit. After removing it everything went back to normal.
Now I just need to redo a 6.6 friendly NFS connection.
@wBrucew :
I use autoFS to auto-mount NAS drives via NFS:
/etc/auto.master :
/mnt/NAS-Bureau-001 file:/etc/auto.NAS-Bureau-001 --timeout=120
/etc/auto.NAS-Bureau-001 :
NFS -rw,hard NAS-Bureau-001.fritz.box:/NFS
1 Like
wBrucew
February 19, 2026, 9:24pm
7
Thanks a lot!
I’ll use that for mine.