Hello,
I am setting up the root on my new laptop,
Instead of compile from the source I tried to install from the Fedora dnf package manager with
dnf install root
Then opening the root within the terminal, I tried to open a Browser with new TBrowser(), but no window pop out.
It seems that the TBrowser object is indeed constructed as there is an output:
(TBrowser *) 0x557bb4f4d9e0
I also tried
gROOT->IsBatch()
and it return false.
And that output you get when create TBrowser. For me it is:
root [0] new TBrowser
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