在 Ubuntu 上使用 Dolphin(KDE 的文件管理器)出现卡顿,常见原因和解决方法如下,你可以按顺序排查:
下面以 Dolphin 文件管理器 为主。
Dolphin 默认会生成图片 / 视频缩略图,大目录会非常卡。
解决:
设置 → 配置 Dolphin → 常规 → 预览
取消勾选“启用缩略图”
Ubuntu KDE 使用 Baloo 做文件索引,有时 CPU 飙高。
检查:
top
# 看是否有 baloo_file
解决:
balooctl disable
或限制索引范围:
balooctl config set only basic indexing true
打开:
会导致 Dolphin 假死。
解决:
fstab 挂载,而不是 Dolphin 内点KDE 的桌面特效可能导致卡顿。
尝试:
Dolphin 在低端机 + 多标签时容易卡。
free -h
如果内存 < 4G,建议:
sudo apt update
sudo apt install --reinstall dolphin
neofetch
top -b -n1 | head -20
请告诉我:
我可以给你针对性的一步到位方案。