https://bugs.kde.org/show_bug.cgi?id=449126
--- Comment #8 from Méven Car <meve...@gmail.com> --- (In reply to tagwerk19 from comment #7) > (In reply to Méven Car from comment #6) > > ... it implies compiling and installing baloo. > "Following Recipes" is sometimes possible and occasionally even works 8-] > > So... > > Installed Neon Developer (in a KVM guest) > > sudo pkcon refresh > sudo pkcon update > sudo pkcon install liblmdb-dev > > mkdir baloo-env > cd baloo-env > > git clone -b bug-449126 https://invent.kde.org/meven/baloo > > cmake baloo > > make -j4 > > sudo make install > > and reboot and test. > > I get some compile warnings but the "original" tests seem to behave. Thanks! > > What I'm not sure about is how to cleanly copy/install the patched baloo to > the "real world". Great to see you can help me test things, thank you for your effort. You have to replace your cmake command by `cmake -DCMAKE_INSTALL_PREFIX=/usr baloo` and `sudo make install` then logout/login again. Although since I don't know your distro the CMAKE_INSTALL_PREFIX might be something else in your case, this one is valid at least in debian/(k)ubuntu/neon. You can confirm if this is right value if `ls -l /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/tags.so` returns a file. -- You are receiving this mail because: You are watching all bug changes.