97782f0
diff --git a/lib/qrscanner.py b/lib/qrscanner.py
97782f0
index f659d5e4..5f0eee79 100644
97782f0
--- a/lib/qrscanner.py
97782f0
+++ b/lib/qrscanner.py
97782f0
@@ -45 +45 @@ def scan_barcode(device='', timeout=-1, display=True, threaded=False):
9ad031c
-        raise RuntimeError("Cannot start QR scanner; zbar not available.")
9ad031c
+        raise RuntimeError("Cannot start QR scanner; zbar not available. Try 'sudo dnf install zbar-pygtk'")