programs: gimp: fix sandboxing failure
This commit is contained in:
@@ -433,6 +433,9 @@ in
|
||||
"tmp"
|
||||
];
|
||||
gimp.sandbox.autodetectCliPaths = true;
|
||||
gimp.sandbox.extraPaths = [
|
||||
"/tmp" # "Cannot open display:" if it can't mount /tmp 👀
|
||||
];
|
||||
|
||||
"gnome.gnome-calculator".sandbox.method = "bwrap";
|
||||
"gnome.gnome-calculator".sandbox.wrapperType = "inplace"; # /libexec/gnome-calculator-search-provider
|
||||
|
Reference in New Issue
Block a user