gnu: webkitgtk: Expose all font locations to the bubblewrap sandbox.
authorLeo Prikler <leo.prikler@student.tugraz.at>
Sat, 15 Aug 2020 05:03:53 +0000 (01:03 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sun, 16 Aug 2020 20:07:47 +0000 (16:07 -0400)
commitbc549a276cd9c10202427d220d87f50eb3784d42
tree50178a051dfbd95a430440443adee23e1b27b08c
parentd7d362b7dd2542db105621578656d9fad134953e
gnu: webkitgtk: Expose all font locations to the bubblewrap sandbox.

Fixes <https://issues.guix.gnu.org/41174> and <https://issues.guix.gnu.org/42618>.

The webkitgtk library relied on by Epiphany and others uses bubblewrap to
sandbox its process.  This sandbox was only exposing fonts relative to
XDG_DATA_HOME.  Extend it so that it honors font locations specified via
XDG_DATA_DIRS as well, which is what Guix uses.

* gnu/packages/patches/webkitgtk-bind-all-fonts.patch: Add patch.
* gnu/local.mk: Register it.
* gnu/packages/webkit.scm (webkitgtk)[source]<patches>: Use it.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
gnu/local.mk
gnu/packages/patches/webkitgtk-bind-all-fonts.patch [new file with mode: 0644]
gnu/packages/webkit.scm