John Pilkington wrote: > [john@HP_Fed lib64]$ ls -l libkdeinit5_d*phin.so > -rwxr-xr-x 1 root root 893320 Nov 12 22:01 libkdeinit5_d0lphin.so > -rwxr-xr-x 1 root root 893320 May 15 2017 libkdeinit5_dolphin.so This is part of the kannolo-root-unlocker hack. libkdeinit5_d0lphin.so is the automatically patched libkdeinit5_dolphin.so with the root check removed. And /usr/sbin/dolphin is an automatically patched /usr/bin/dolphin which references libkdeinit5_d0lphin.so instead of libkdeinit5_dolphin.so. To get rid of the warning, I probably need to add an additional sed which changes the DT_SONAME within libkdeinit5_d0lphin.so from libkdeinit5_dolphin.so to libkdeinit5_d0lphin.so. That should make ldconfig happy. I will probably push an updated kannolo-root-unlocker soon. But the warning is otherwise harmless. (In fact, I noticed this already, but you're the first one to complain. :-) ) Kevin Kofler _______________________________________________ kde mailing list -- kde@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kde-leave@xxxxxxxxxxxxxxxxxxxxxxx