Open Axel-Naumann opened 1 month ago
Hi Axel,
Can you try to add --allow-file-access-from-files
to the command line?
It can be done with the following entry in .rootrc file:
WebGui.ChromeInteractive: $prog $geometry --new-window --allow-file-access-from-files --app='$url' &
Check duplicate issues.
Description
Hi,
starting the webgui (
new TBrowser
) opens a chromium window which complains:I guess this corresponds to the following process:
Note that this is a snap package; the browser might not be allowed to access files in
/tmp
as per https://forum.snapcraft.io/t/can-browsers-open-local-files/3016(I can work around this, but I thought it'd still be worthwhile to report this.)
Cheers, Axel
Reproducer
new TBrowser
with web gui.ROOT version
master
Installation method
source
Operating system
Ubuntu 24.04
Additional context
No response