How run Tor-browser for a new user account ?

Hi,

I would like to run tor browser from another user… ( linux )

So I’ve did the following ( Under the latest MX Linux, within XFCE environment)

# as root
useradd -mc "To run tor browser only." TorUser
passwd TorUser

su TorUser

cd /opt
tar -xf ~/tor-browser-linux-x86_64-14.5.4.tar.xz

cd /opt/tor-browser
./start-tor-browser.desktop

but nothing happen, I get no error message and I don’t see any tor process running ps

Any ideas ?

Thanks.