https://bugs.kde.org/show_bug.cgi?id=469599
--- Comment #21 from Filippo Ruggeri <tabaccat...@yahoo.it> --- (In reply to simon from comment #19) > (In reply to Filippo Ruggeri from comment #18) > > (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. > > > > Doesn't work form me: > > > > sudo ln -s /usr/lib/x86_64-linux-gnu/libKF5TextAutoCorrectionCore.so.1.3.0 > > libKF5TextAutoCorrection.so.1 > > kmail > > > > kmail: symbol lookup error: /lib/x86_64-linux-gnu/libkmailprivate.so.5: > > undefined symbol: > > _ZN18TextAutoCorrection20AutoCorrectionWidget16staticMetaObjectE > > Fillippo - you getting the two libraries mixed up, like Geoffrey did. In my > system, I am using the one WITHOUT "core" at the end. Ok, with the following steps the workaround works: 1. install Kontact from Flathub 2. cp /var/lib/flatpak/app/org.kde.kontact/x86_64/stable/e3fa7d3153714a5ffc8d79d08c74cdabc327ca37b5175d5bce85813bb41a5906/files/lib/libKF5TextAutoCorrection.so.1.2.0 /home/filippo/ 3. sudo ln -s /home/filippo/libKF5TextAutoCorrection.so.1.2.0 libKF5TextAutoCorrection.so.1 4. remove Kontact (Flathub version) Thanks! -- You are receiving this mail because: You are watching all bug changes.