bug#34135: IceCat lacks WebGL support

2023-09-09 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > Ludovic Courtès writes: > >> If you enable WebGL support in ‘about:config’, then stop it and run: >> >> $ export LIBGL_DRIVERS_PATH=$(guix build mesa)/lib/dri >> $ icecat https://get.webgl.org [...] >>While your browser seems to support WebGL, it is di

bug#34135: IceCat lacks WebGL support

2023-08-29 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hello, > > If you enable WebGL support in ‘about:config’, then stop it and run: > > $ export LIBGL_DRIVERS_PATH=$(guix build mesa)/lib/dri > $ icecat https://get.webgl.org > 1547912837231 addons.webextension.tortm-browser-button@jeremybenthum WARN > Please sp

bug#34135: IceCat lacks WebGL support

2021-09-26 Thread Mark H Weaver
Hi Sarah, Thanks for looking into this, and more generally for all the work you've been putting into Guix lately. Sarah Morgensen writes: > While it looks like preliminary precise whitelisting was done for > ffmpeg, it seems that this approach may require excessive effort for > WebGL. Perhaps,

bug#34135: IceCat lacks WebGL support

2020-05-23 Thread Jonathan Brielmaier
On 23.05.20 23:14, Tobias Geerinckx-Rice wrote: > Jonathan, > > Jonathan Brielmaier 写道: >> I tried a little around with WebGL today but couldn't get any further. > > Try this: > > - install mesa > - export LD_LIBRARY_PATH="$HOME/.guix-profile/lib" > - set webgl.disabled = false > - set security.san

bug#34135: IceCat lacks WebGL support

2020-05-23 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Jonathan, Jonathan Brielmaier 写道: I tried a little around with WebGL today but couldn't get any further. Try this: - install mesa - export LD_LIBRARY_PATH="$HOME/.guix-profile/lib" - set webgl.disabled = false - set security.sandbox.content.read_path_whitelist = /gnu/store/ (the trailing sla

bug#34135: IceCat lacks WebGL support

2020-05-17 Thread Jonathan Brielmaier
Ah I forgot to mention all the bug reports on the net which are maybe correlated to this bug. There seems to be an issue with libdrm-2.4.101 but Guix is still on libdrm-2.4.100: https://gitlab.freedesktop.org/mesa/drm/-/issues/39 The Mozilla upstream bug is https://bugzilla.mozilla.org/show_bug.cg

bug#34135: IceCat lacks WebGL support

2020-05-17 Thread Jonathan Brielmaier
I tried a little around with WebGL today but couldn't get any further. Setting ``` webgl.disabled.false webgl.msaa-force;true security.sandbox.content.read_path_whitelist;/gnu/store/ ``` doesn't help. Not even `security.sandbox.content.level;0` changed anything for the good. So it still says: ``

bug#34135: IceCat lacks WebGL support

2020-05-12 Thread Jonathan Brielmaier
429c8284d232c3f9fbe3dc87a3da323f3a864c03 did preliminary work for ffmpeg white listing. So we need to add the WebGL required stuff as well to that whitelist. I'll see what I can do.

bug#34135: IceCat lacks WebGL support

2019-01-24 Thread Ricardo Wurmus
Ludovic Courtès writes: > That said putting all of /gnu/store wouldn’t be that bad I think—at > least user data remains inaccessible, which is much better than exposing > /usr on FHS distros. > > Thoughts? Sounds fine to me then. -- Ricardo

bug#34135: IceCat lacks WebGL support

2019-01-21 Thread Ludovic Courtès
Julien Lepiller skribis: > Le 21 janvier 2019 09:24:53 GMT+01:00, Ricardo Wurmus a > écrit : >> >>Ludovic Courtès writes: >> >>> Hi Julien, >>> >>> Julien Lepiller skribis: >>> Try setting security.sandbox.content.read_path_whitelist to >>/gnu/store/ (with a leading /) in about:conf

bug#34135: IceCat lacks WebGL support

2019-01-21 Thread Julien Lepiller
Le 21 janvier 2019 09:24:53 GMT+01:00, Ricardo Wurmus a écrit : > >Ludovic Courtès writes: > >> Hi Julien, >> >> Julien Lepiller skribis: >> >>> Try setting security.sandbox.content.read_path_whitelist to >/gnu/store/ >>> (with a leading /) in about:config. >> >> Setting it to “/gnu/store/” (wi

bug#34135: IceCat lacks WebGL support

2019-01-21 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hi Julien, > > Julien Lepiller skribis: > >> Try setting security.sandbox.content.read_path_whitelist to /gnu/store/ >> (with a leading /) in about:config. > > Setting it to “/gnu/store/” (with a trailing slash) works, thank you! > > It turns out that setting LIBGL_DR

bug#34135: IceCat lacks WebGL support

2019-01-20 Thread Ludovic Courtès
Hi Julien, Julien Lepiller skribis: > Try setting security.sandbox.content.read_path_whitelist to /gnu/store/ > (with a leading /) in about:config. Setting it to “/gnu/store/” (with a trailing slash) works, thank you! It turns out that setting LIBGL_DRIVERS_PATH is even unnecessary. I suppose

bug#34135: IceCat lacks WebGL support

2019-01-19 Thread Julien Lepiller
Le Sat, 19 Jan 2019 16:49:02 +0100, Ludovic Courtès a écrit : > Hello, > > If you enable WebGL support in ‘about:config’, then stop it and run: > > --8<---cut here---start->8--- > $ export LIBGL_DRIVERS_PATH=$(guix build mesa)/lib/dri > $ icecat https://get.w

bug#34135: IceCat lacks WebGL support

2019-01-19 Thread Ludovic Courtès
Hello, If you enable WebGL support in ‘about:config’, then stop it and run: --8<---cut here---start->8--- $ export LIBGL_DRIVERS_PATH=$(guix build mesa)/lib/dri $ icecat https://get.webgl.org 1547912837231 addons.webextension.tortm-browser-button@jeremybenthu