From b41320ffb379bb2672af01a2ca125851547dc34b Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 8 Mar 2024 00:16:29 +0000 Subject: [PATCH] megapixels: fix sandbox-related crash --- hosts/common/programs/megapixels.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hosts/common/programs/megapixels.nix b/hosts/common/programs/megapixels.nix index a76cabd6..1436553e 100644 --- a/hosts/common/programs/megapixels.nix +++ b/hosts/common/programs/megapixels.nix @@ -14,14 +14,9 @@ sandbox.whitelistWayland = true; sandbox.whitelistDbus = [ "user" ]; #< so that it can in theory open the image viewer using fdo portal... but it doesn't :| sandbox.extraHomePaths = [ + ".config/dconf" #< else it segfaults during post-process # ".config/megapixels" - # ".config/xcb" - # ".xcb" ".local/share/applications" #< needed for viewing photos, until i can sort out the portal stuff - # ".local/share/icons" - # ".icons" #< actually needed! - # ".themes" - # ".nix-profile" ".cache/mesa_shader_cache" # loads way faster "tmp" "Pictures" #< TODO: make this Pictures/Photos and save photos there