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

--- Comment #16 from Geoffrey Clements <ge...@electron.me.uk> ---
(In reply to simon from comment #14)
> Work around whilst waiting for the fix:
> 
> Search for the library on your system:
> 
> find / -name libKF5TextAutoCorrection.*
> 
> Using the file/path if found create a symlink in /usr/lib:
> 
> cd /usr/lib
> ln -s
> /var/lib/flatpak/app/org.kde.kontact/x86_64/stable/
> e3fa7d3153714a5ffc8d79d08c74cdabc327ca37b5175d5bce85813bb41a5906/files/lib/
> libKF5TextAutoCorrection.so.1 libKF5TextAutoCorrection.so.1
> 
> and then restart Kmail and it is working for me.

What I don't understand is why this library is found in the first place when
it's there and in the library path.

$ find /usr/lib -name "libKF5TextAutoCorrection*"
/usr/lib/x86_64-linux-gnu/libKF5TextAutoCorrectionCore.so.1
/usr/lib/x86_64-linux-gnu/libKF5TextAutoCorrectionWidgets.so.1
/usr/lib/x86_64-linux-gnu/libKF5TextAutoCorrectionCore.so.1.3.0
/usr/lib/x86_64-linux-gnu/libKF5TextAutoCorrectionWidgets.so.1.3.0

$ sudo ldconfig -v 2>/dev/null | grep libKF5TextAutoCorrectionCore\.so\.1
        libKF5TextAutoCorrectionCore.so.1 ->
libKF5TextAutoCorrectionCore.so.1.3.0

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to