Preventing TreeViewer from opening in web browser


Hi ROOT team,

The TreeViewer by default is opening in web browser. However I can bypass it using - -web=off. But can this default setting be changed to open in ROOT GUI ?

Thank you.

ROOT Version: 6.36.000
Platform: Ubuntu 22.04
Compiler: Not Provided


Hi,

You can add following entry in your .rootrc file:

WebGui.Display: off

Or set shell variable:

export ROOT_WEBDISPLAY=off

Regards,
Sergey

Yes adding the line to .rootrc works.

Thanks.