[webkit-dev] webkitgtk and bubblewrap help needed

2020-04-27 Thread Jack Hill
Hi WebKit, I'm working on an issue [0] in GNU Guix's WebKitGTK package. In the issue, I've identified what I believe to be a problem at the intersection of Bubblewrap, WebKitGTK, and Guix. I believe that the source of the problem is that with Guix, files that are needed in the sandbox are loca

Re: [webkit-dev] webkitgtk and bubblewrap help needed

2020-04-27 Thread Jack Hill
bwrap: Can't create file at /etc/pulse/client.conf: No such file or directory bwrap: Can't mkdir parents for /run/current-system/profile/lib/gstreamer-1.0: No such file or directory I've made a little bit of progress [0] on what's causing these errors. I believe it is an issue in Bubblewrap bi

Re: [webkit-dev] webkitgtk and bubblewrap help needed

2020-04-28 Thread Jack Hill
On Tue, 28 Apr 2020, Michael Catanzaro wrote: On Mon, Apr 27, 2020 at 11:22 pm, Jack Hill wrote: Can this problem be worked-around in WebKitGTK? Looks like WebKit should call realpath() for each path it passes to bwrap. Annoying, but certainly doable. Want to report a bug for it on WebKit