[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

Méven Car bugzilla_noreply at kde.org
Sat Apr 30 10:00:57 BST 2022


https://bugs.kde.org/show_bug.cgi?id=449126

--- Comment #8 from Méven Car <meven29 at 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 on the CC list for the bug.


More information about the kfm-devel mailing list