| Summary: | KMail will not start with libzxing2 2.2.1-1xneon+22.04+jammy+release+build12 | ||
|---|---|---|---|
| Product: | [KDE Neon] neon | Reporter: | Joshua J. Kugler <joshua> |
| Component: | Packages User Edition | Assignee: | Neon Bugs <neon-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | carlosd.kde, ghisvail, jr, montel, neon-bugs-null, nicolas.fella, orangewinds, piral, sitter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Joshua J. Kugler
2024-03-20 20:34:13 UTC
it's a problem with neon package. Please report to neon distro. Regards This is already reported under Neon Exactly the same for me. Same problem with merkuro: ``` $ sudo apt install merkuro $ merkuro-mail QQmlApplicationEngin failed to load component .../libmerkuro_mail_plugin.so : (libZXing.so.3: cannot open shared object: No such file or directory) ``` Can be fixed by installing the `libzxing3` package. kf6-prison needed recompiling which pulls in the new libzxing3. (In reply to Ghislain Vaillant from comment #4) > Same problem with merkuro: > > ``` > $ sudo apt install merkuro > $ merkuro-mail > QQmlApplicationEngin failed to load component > .../libmerkuro_mail_plugin.so : (libZXing.so.3: cannot open shared object: > No such file or directory) > ``` > > Can be fixed by installing the `libzxing3` package. Installing the libzxing3 package works also for kde neon user edition $ sudo apt install libzxing3 |