https://bugs.kde.org/show_bug.cgi?id=407918
--- Comment #12 from Luca Weiss <l...@z3ntu.xyz> --- At least for ~/Music being a symlink to somewhere else, this is the issue: org.kde.elisa.baloo: rootPaths: ("/home/luca/Music") org.kde.elisa.baloo: LocalBalooFileListing::triggerRefreshOfContent "/mnt/hdd/Music/Monstercat/Monstercat 020 - Altitude/16. Muzzy - Lost Metropolis.mp3" does not match root paths So basically the symlink has to be resolved. After changing the Elisa config to not point to /home/luca/Music but to /mnt/hdd/Music, my music finally appeared. Btw for debugging baloo stuff in elisa, the command 'env QT_LOGGING_RULES="org.kde.elisa.baloo.debug=true" elisa' is quite useful. -- You are receiving this mail because: You are watching all bug changes.