https://bugs.kde.org/show_bug.cgi?id=451294
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/mult | |imedia/elisa/commit/4d3a765 | |ee607b4a9425bcfc7fff3ae4db4 | |25a90d Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |22.08 --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit 4d3a765ee607b4a9425bcfc7fff3ae4db425a90d by Nate Graham. Committed on 23/03/2022 at 15:42. Pushed by ngraham into branch 'master'. Warn that the fast native indexer doesn't follow symlinks When using the Baloo-powered fast native indexer, symbolic links are not followed, due to a longstanding design decision in Baloo itself. This means that if, for example, you have ~/Music confiured as the only music location, and within that folder is a symbolic link pointing to ~/otherMusicLocation, none of the music there will be visible. The user will have to manually add ~/otherMusicLocation to the list of music locations as well. This is not at all obvious, and it's not going to change in Baloo anytime soon as it is a design decision. So let's tell the user about it in the config dialog so they're aware. FIXED-IN: 22.08 M +27 -16 src/qml/SettingsForm.qml https://invent.kde.org/multimedia/elisa/commit/4d3a765ee607b4a9425bcfc7fff3ae4db425a90d -- You are receiving this mail because: You are watching all bug changes.