Dependency zbar not included(?)
Description
When clicking "Read QR code with camera" I get:
Error Cannot start QR scanner: zbar not available.
When clicking "Read QR code from screen" I get:
Error Unable to scan image. MissingQrDetectionLib("The platform QR detection library is not available.\nerrors: [MissingLib('Zbar library not found')]")
Besides that it's weird (to me) that there are two differently written errors pointing to the same cause (can the 2nd one be as short and simple as the first?) the solution was as simple as doing apt install python3-zbar
Shouldn't this dependency be included or automatically installed? It's not listed at https://electrum.org/#download
-> " Install dependencies: "
sudo apt-get install python3-pyqt5 libsecp256k1-dev python3-cryptography
This with the Python-version of Electrum 4.5.8 on Ubuntu 25.04, Python 3.13.3.