https://bugs.kde.org/show_bug.cgi?id=452817
Luca Beltrame <lbeltr...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lbeltr...@kde.org Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #8 from Luca Beltrame <lbeltr...@kde.org> --- This happens because KLibexec looks up kscreenlocker_greet in /libexec, not /usr/libexec. >From strace I ran on a nested Wayland session: [pid 13948] execve("/libexec/kscreenlocker_greet" But in openSUSE Tumbleweed it is installed in /usr/libexec. I had a discussion about it with Fabian on IRC about a possible cause: [12:35] <fvogt> The relative path is formed by going from /usr/lib64/ to /usr/libexec [12:36] <fvogt> During runtime the shared library is opened from /lib64/ though, so it tries /libexec [12:36] <fvogt> i.e. incompatible with usrmerge [12:37] <fvogt> At least that's my theory -- You are receiving this mail because: You are watching all bug changes.