So you started with a terminal window and ran
sudo -i
or
sudo -s
in it?
Tips, tricks and information about the Tor network!
So you started with a terminal window and ran
sudo -i
or
sudo -s
in it?
I do not use sudo
I open a virtual terminal and did su then the commands I posted.
I see. In that case, can you check if you can run a more simple application instead of the browser, eg. another terminal or so? If not, check your env vars for X or wayland. Does your su or PAM filter them out?
Also maybe check your kernel messages for segfault etc..
Thank you, this is a good idea !
I've did
#as root
runuser -u TorUser -- python3 -V
and that succeed
btw is that .desktop file an actual executable? I'm used to them being text files that contain the actual command. If so, maybe launch that instead.
Also, consider using strace to observe the I/O of the program. This often gives clues about what it tried last, before it stopped.
@lurch@sh.itjust.works the last entry the gave strace was
exit_group(0) = ?
I don't know if this help ?
no, interesting entries would be further up