https://bugs.kde.org/show_bug.cgi?id=491808
--- Comment #6 from Titouan Camus <titouan-ca...@orange.fr> --- (In reply to Antonio Rojas from comment #5) > LD_PRELOAD'ing libmerkuro_contact_plugin.so.6 fixes the issue. Also fixed by > forcefully linking binaries to it after build with patchelf: > > sudo patchelf --add-needed libmerkuro_contact_plugin.so.6 > /usr/bin/merkuro-calendar > sudo patchelf --add-needed libmerkuro_contact_plugin.so.6 > /usr/bin/merkuro-contact > > This linking is done at build time but --as-needed removes it since the > executables don't use any symbol form the library. Worked for me, thanks ! -- You are receiving this mail because: You are watching all bug changes.