programs: wike: sandbox: enable DRI to fix graphical glitches

This commit is contained in:
2024-02-25 08:38:10 +00:00
parent c788596c45
commit b3c7aac8c5

View File

@@ -5,6 +5,9 @@
sandbox.wrapperType = "inplace"; # share/wike/wike-sp refers back to the binaries and share
sandbox.net = "clearnet";
sandbox.whitelistAudio = true;
# default sandboxing breaks rendering in weird ways. like it loads the desktop version of articles.
# enabling DRI/DRM (as below) hopefully fixes that.
sandbox.whitelistDri = true;
sandbox.whitelistWayland = true;
sandbox.extraPaths = [
# wike sandboxes *itself* with bwrap, and dbus-proxy which, confusingly, causes it to *require* these paths.