https://bugs.kde.org/show_bug.cgi?id=484149
--- Comment #1 from AVee <bugs....@avee.org> --- 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) -- You are receiving this mail because: You are watching all bug changes.