programs: komikku: fix launch failure due to missing dbus access

This commit is contained in:
2025-01-10 11:10:36 +00:00
parent 91d56a8538
commit b1690b5d8c

View File

@@ -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;