epiphany: persist dconf settings; reduce sandboxer errors

This commit is contained in:
Colin 2024-02-05 18:31:38 +00:00
parent 12846732b9
commit 8ef9f7a485

View File

@ -14,6 +14,7 @@
# enabling DRI/DRM (as below) seems to fix that. # enabling DRI/DRM (as below) seems to fix that.
sandbox.whitelistDri = true; sandbox.whitelistDri = true;
sandbox.extraHomePaths = [ sandbox.extraHomePaths = [
".config/epiphany" #< else it gets angry at launch
"tmp" "tmp"
]; ];
@ -40,6 +41,7 @@
}); });
persist.byStore.private = [ persist.byStore.private = [
".cache/epiphany" ".cache/epiphany"
".config/dconf" #< for persisting e.g. "Set as Default Browser" prompt question
".local/share/epiphany" ".local/share/epiphany"
# also .config/epiphany, but appears empty # also .config/epiphany, but appears empty
]; ];