Please read tips for efficient and successful posting and posting code
ROOT Version: ROOT 6.22/00
Platform: Ubuntu shell
Compiler: gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Hello,
Somehow the TBrowser don’t show up when I type “new TBrowser()” , but instead I get the following message:
root [0] new TBrowser()
Error in TGClient::TGClient: can’t open display “localhost:0.0”, switching to batch mode…
In case you run from a remote ssh session, reconnect with ssh -Y
(TBrowser *) 0x55b6b4e54b70
I have installed the Xming program and entered “export DISPLAY=localhost:0.0” in the bashrc file, but the problem persists.