From b1690b5d8cd4adf18eece7111c4df5f41a4d2824 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 10 Jan 2025 11:10:36 +0000 Subject: [PATCH] programs: komikku: fix launch failure due to missing dbus access --- 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 0a37836a4..2cb0ce79c 100644 --- a/hosts/common/programs/komikku.nix +++ b/hosts/common/programs/komikku.nix @@ -11,6 +11,7 @@ }); sandbox.net = "clearnet"; + sandbox.whitelistDbus.user.own = [ "info.febvre.Komikku" ]; #< fails to start if it can't connect to dbus sandbox.whitelistDri = true; #< required sandbox.whitelistWayland = true;