megapixels: fix .dng -> .jpg conversion
This commit is contained in:
@@ -37,6 +37,12 @@
|
|||||||
sandbox.extraRuntimePaths = [
|
sandbox.extraRuntimePaths = [
|
||||||
"dconf" #< else it's very spammy, and slow
|
"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
|
suggestedPrograms = [ "dconf" ]; #< not sure if necessary
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user