From e5d9ceb3a9fac54bbf976eed917e7cc5c72ec2d7 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 13 Nov 2021 00:46:54 +0100 Subject: machines/profpatsch: disable zbar dbus support --- machines/profpatsch/pkgs.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix index 918e5a88..047daf45 100644 --- a/machines/profpatsch/pkgs.nix +++ b/machines/profpatsch/pkgs.nix @@ -49,6 +49,11 @@ let mumble = pkgs.mumble.override { speechdSupport = true; }; + # The implementation is buggy and produces an error like + # Name Error (Connection ":1.4380" is not allowed to own the service "org.linuxtv.Zbar" due to security policies in the configuration file) + # for every scanned code. + zbar = zbar.override { enableDbus = false; }; + in { inherit mpv -- cgit 1.4.1