We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
starting the webgui (new TBrowser) opens a chromium window which complains:
new TBrowser
Your file couldn’t be accessed It may have been moved, edited, or deleted. ERR_FILE_NOT_FOUND
I guess this corresponds to the following process:
axel 17508 3604 4 15:51 pts/0 00:00:01 /snap/chromium/2950/usr/lib/chromium-browser/chrome --password-store --disable-features=TFLiteLanguageDetectionEnabled --window-size=1200,700 --new-window --app=file:///tmp/root_start_t9pNYd.html
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
/tmp
(I can work around this, but I thought it'd still be worthwhile to report this.)
Cheers, Axel
new TBrowser with web gui.
master
source
Ubuntu 24.04
No response
The text was updated successfully, but these errors were encountered:
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:
--allow-file-access-from-files
WebGui.ChromeInteractive: $prog $geometry --new-window --allow-file-access-from-files --app='$url' &
Sorry, something went wrong.
linev
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: