https://bugs.kde.org/show_bug.cgi?id=478854
--- Comment #2 from tagwer...@innerjoin.org --- (In reply to tagwerk19 from comment #0) > ... Possible to reproduce on a new install of Neon Unstable ... It's there with: neon-unstable-20231224-1120.iso As vanilla as I can make it: Installed as KVM guest, on AMD Ryzen 5 host, ext4 filesystem, en-US locale. Plasma: 5.91.90 Frameworks: 5.248.0 Qt: 6.6.1 Kernel: 6.2.0-39-generic (64-bit) Graphics: Wayland Sequence: $ xdg-user-dirs-update (for tidiness) $ systemctl --user restart kde-baloo $ mkdir folder $ systemctl --user status kde-baloo shows the ASSERT in baloo_file: "!filePath.endsWith(QLatin1Char('/'))" in file ./src/file/newfileindexer.cpp, line 38 Renaming the folder $ systemctl --user restart kde-baloo $ mv folder folder2 $ systemctl --user status kde-baloo shows the ASSERT: "from[from.size()-1] != QLatin1Char('/')" in file ./src/file metadatamover.cpp, line 80 -- You are receiving this mail because: You are watching all bug changes.