geary: fix that it was failing to connect

This commit is contained in:
2024-08-21 06:06:10 +00:00
parent b4b95be588
commit 55175e5957

View File

@@ -20,6 +20,7 @@ in
};
sandbox.method = "bwrap";
sandbox.wrapperType = "inplace"; #< XXX(2024-08-20): if executed from a directory different than the configured prefix, it fails to locate its sql migration files
sandbox.net = "clearnet";
sandbox.whitelistDbus = [ "user" ]; # notifications
sandbox.whitelistWayland = true;