From 02b7586ffa4c364cbaa820c5114dccd8f9f0769b Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 15 Feb 2024 11:58:08 +0000 Subject: [PATCH] programs: komikku: add dbus to the sandbox to fix it --- hosts/common/programs/komikku.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/programs/komikku.nix b/hosts/common/programs/komikku.nix index 6de72775..2b2627a8 100644 --- a/hosts/common/programs/komikku.nix +++ b/hosts/common/programs/komikku.nix @@ -4,6 +4,7 @@ sandbox.method = "bwrap"; # TODO:sandbox untested sandbox.wrapperType = "wrappedDerivation"; sandbox.net = "clearnet"; + sandbox.whitelistDbus = [ "user" ]; # needs to connect to dconf via dbus sandbox.whitelistDri = true; #< required sandbox.whitelistWayland = true;