Torbrowser doesn't start again

Briefly describe your issue below:
When I click Torbrowser, AppArmor shows a notification and Torbrowser doesn"t start.
When I downloaded it first time,It worked only once.
Then It never start again.

What version of Parrot are you running? (include version (e.g. 4.6), edition(e.g. Home//KDE/OVA, etc.), and architecture (currently we only support amd64)
Parrot security 4.6
What method did you use to install Parrot? (Debian Standard / Debian GTK / parrot-experimental)

Configured to multiboot with other systems? (yes / no)
no
If there are any similar issues or solutions, link to them below:

If there are any error messages or relevant logs, post them below:

Start it from the command line. See what error it throws.

Error: the user is not allowed to use Firejail. Please add the user in /etc/firejail/firejail.users file, either by running "sudo firecfg", or by editing the file directly.
See "man firejail-users" for more details.
Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.3.1
https://github.com/micahflee/torbrowser-launcher

(process:3146): Gtk-WARNING **: 09:02:45.579: Locale not supported by C library.
	Using the fallback 'C' locale.
Launching Tor Browser.
Running /home/ippanuser/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/start-tor-browser.desktop
Launching './Browser/start-tor-browser --detach'...
QFileSystemWatcher::removePaths: list is empty
QFileSystemWatcher::removePaths: list is empty

Have you done what it suggested?

1 Like

Yes. I followed the indication.
I tried starting again. But I couldn’t.
The following display appeared.

Reading profile /etc/firejail/torbrowser-launcher.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/disable-xdg.inc
Reading profile /etc/firejail/whitelist-common.inc
Reading profile /etc/firejail/whitelist-var-common.inc
Parent pid 8530, child pid 8531
Warning: skipping pki for private /etc
Warning: skipping crypto-policies for private /etc
Warning: skipping asound.conf for private /etc
Warning fcopy: skipping /etc/alternatives/faked.sv.1.gz, cannot find inode
Warning fcopy: skipping /etc/alternatives/fakeroot.sv.1.gz, cannot find inode
Private /etc installed in 58.61 ms
104 programs installed in 184.98 ms
Warning: An abstract unix socket for session D-BUS might still be available. Use --net or remove unix from --protocol set.
Warning: cleaning all supplementary groups
Warning: cleaning all supplementary groups
Warning: cleaning all supplementary groups
Child process initialized in 2514.83 ms
Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.3.1


Qt: Session management error: None of the authentication protocols specified are supported
Launching Tor Browser.
Running /home/ippanuser/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/start-tor-browser.desktop
Launching ‘./Browser/start-tor-browser --detach’…
QFileSystemWatcher::removePaths: list is empty

Parent is shutting down, bye…

So torbrowser-launcher is probably working fine. Therefore if we try starting torbrowser manually, it should give us an error.

Running this will start it

/home/ippanuser/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/start-tor-browser

You could also try appending --verbose to gather more information.

/home/ippanuser/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/start-tor-browser --verbose

Hopefully it will tell us the problem.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.