Hello all,
I just recently upgraded to Ubuntu 24.01 system, and installed root-framework via snap , but have been facing issues trying to open the TBrowser in ROOT.
Setup
ROOT v6.30/04
Built for linuxx8664gcc on Feb 03 2024, 23:12:12
From tags/v6-30-04@v6-30-04
With c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Binary directory: /snap/root-framework/931/usr/local/bin
Issue
root ~/Desktop/ECN3_2023_SCv6_noSBT.root --web=off
------------------------------------------------------------------
| Welcome to ROOT 6.30/04 https://root.cern |
| (c) 1995-2024, The ROOT Team; conception: R. Brun, F. Rademakers |
| Built for linuxx8664gcc on Feb 03 2024, 23:12:12 |
| From tags/v6-30-04@v6-30-04 |
| With c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 |
| Try '.help'/'.?', '.demo', '.license', '.credits', '.quit'/'.q' |
------------------------------------------------------------------
root [0]
Attaching file /home/irongiant/Desktop/ECN3_2023_SCv6_noSBT.root as _file0...
(TFile *) 0x59072ccc7dd0
root [1] new TBrowser
Authorization required, but no authorization protocol specified
Warning in <TBrowser::TBrowser>: The ROOT browser cannot run in batch mode
(TBrowser *) 0x59072ba47d90
root [2] gROOT->IsBatch()
(bool) true
Is there a way I can solve this issue? Setting the batchmode to false manually (gROOT->SetBatch(0)) gives me segmentation faults. Any help would be appreciated!