programs: wike: sandbox: enable DRI to fix graphical glitches
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
sandbox.wrapperType = "inplace"; # share/wike/wike-sp refers back to the binaries and share
|
sandbox.wrapperType = "inplace"; # share/wike/wike-sp refers back to the binaries and share
|
||||||
sandbox.net = "clearnet";
|
sandbox.net = "clearnet";
|
||||||
sandbox.whitelistAudio = true;
|
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.whitelistWayland = true;
|
||||||
sandbox.extraPaths = [
|
sandbox.extraPaths = [
|
||||||
# wike sandboxes *itself* with bwrap, and dbus-proxy which, confusingly, causes it to *require* these paths.
|
# wike sandboxes *itself* with bwrap, and dbus-proxy which, confusingly, causes it to *require* these paths.
|
||||||
|
Reference in New Issue
Block a user