megapixels: switch to bwrap, to support Loupe image viewer

This commit is contained in:
Colin 2024-02-18 18:46:37 +00:00
parent c7d111a318
commit 35b4cc779f

View File

@ -9,7 +9,7 @@
# further, it doesn't use either portals or xdg-open to launch the image viewer.
# bwrap (loupe image viewer) doesn't like to run inside landlock
# "bwrap: failed to make / slave: Operation not permitted"
sandbox.method = "landlock"; # supports landlock or bwrap
sandbox.method = "bwrap"; # supports landlock or bwrap
sandbox.wrapperType = "wrappedDerivation";
sandbox.whitelistDri = true;
sandbox.whitelistWayland = true;
@ -19,7 +19,7 @@
# ".config/xcb"
# ".xcb"
".config/dconf" #< not sure if necessary
# ".local/share/applications" #< 1.7.0 would hang on launch without .desktop files, seems fixed in 1.8.0
".local/share/applications" #< needed for viewing photos, until i can sort out the portal stuff
# ".local/share/icons"
# ".icons" #< actually needed!
# ".themes"