I’m trying to do a fresh install of the latest version of ROOT form the master branch in github. It builds and installs with no issues, but I cannot open TBrowser (or any application web-based). The browser opens (chrome/chromium), but shows me an error of files missing or moved in the browser.
I built it with qt5web and many other options:
qt5web option cannot be longer used with RBrowser. Because of changes in openui5 library only qt6web can be used now.
Can you provide a little more information about your problem?
And did you try to install firefox? On some platforms chrome default settings make it impossible to use with webgui. Just start with root --web=firefox
I have also tried with Firefox, but then it doesn’t even open the browser window. Instead, I get this:
ROOT comes with a web-based browser, which is now being started.
Revert to TBrowser by setting "Browser.Name: TRootBrowser" in rootrc file or
by starting "root --web=off"
Find more info on https://root.cern/for_developers/root7/#rbrowser
Info in <THttpEngine::Create>: Starting HTTP server on port 127.0.0.1:9066
/usr/local/root/etc//runfirefox.sh: 19: [: __nodump__: unexpected operator
/usr/local/root/etc//runfirefox.sh: 39: [[: not found
(TBrowser &) Name: Browser Title: ROOT Object Browser
But now I built it again without qt5web and it works! I tried adding qt6web but for some reason it doesn’t find it even after I installed it system-wide in Debian.
I think that the issue is solved by removing the option qt5web in the build phase