Summary: | kmail crashes due to missing libZXing.so.3 | ||
---|---|---|---|
Product: | [KDE Neon] neon | Reporter: | Peter <p.wibberley> |
Component: | Packages User Edition | Assignee: | Neon Bugs <neon-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ghisvail, jaime.perea, jr, neon-bugs, nicolas, s.kenn, sitter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Peter
2024-03-21 11:09:07 UTC
I can confirm this, I had the exact same issue this morning. It can be solved with `sudo apt install libzxing3`. So there is some depedancy missing somewhere. The full message is: ``` Cannot load part for Mail. Could not load plugin from /usr/lib/x86_64-linux-gnu/qt6/plugins/kmailpart.so: Cannot load library /usr/lib/x86_64-linux-gnu/qt6/plugins/kmailpart.so: (libZXing.so.3: cannot open shared object file: No such file or directory) ``` (Since kmailpart.so is provided by the kmail package I guess that needs to depend on libzxing3) Same here, in my case I just copied /usr/lib/x86_64-linux-gnu/libZXing.so.3 from otehr machine, I did't notice that libzxing3 was available The error occurs for me too: kmail: error while loading shared libraries: libZXing.so.3: cannot open shared object file: No such file or directory Installing `libzxing3` manually via apt fixes the issue Fixed by latest package updates for KDE Gear 24.02.1 |