megapixels: fix .dng -> .jpg conversion

This commit is contained in:
Colin 2024-04-21 21:59:05 +00:00
parent 350e00e0cd
commit ef9b0e9309

View File

@ -37,6 +37,12 @@
sandbox.extraRuntimePaths = [
"dconf" #< else it's very spammy, and slow
];
sandbox.extraConfig = [
# XXX(2024/04/21): without this it fails to convert .dng -> .jpg.
# "bwrap: open /proc/34/ns/ns failed: No such file or directory"
"--sane-sandbox-keep-namespace" "pid"
];
suggestedPrograms = [ "dconf" ]; #< not sure if necessary
};
}