After latest update Tor browser launches only as a black window (Connecting to Tor), goes immediately to the Tor browser window (maximized) and never loads just black. Tried uninstalling and installing but same behavior.
Description
Description
Revisions and Commits
Revisions and Commits
| R4643 torbrowser-launcher | |||
| D7815 | R4643:807f11884ade Apply AppArmor patches | ||
Related Objects
Related Objects
- Mentioned Here
- D7478: Update apparmor to 2.13.3
Event Timeline
Comment Actions
Can confirm this problem (https://discuss.getsol.us/d/2969-tor-browser-not-launching).
Seems to be caused by AppArmor.
Comment Actions
The tag should be Software and not Third Party Software as that points to software that isn't inside the official repo.
On another note, it looks like this might be fixed by D7478 if this is indeed an issue with AppArmor.
Comment Actions
Hi!
I got Tor to work by disabling the AppArmor profiles:
# profile: torbrowser.Browser.firefox sudo ln -s /etc/apparmor.d/torbrowser.Browser.firefox /etc/apparmor.d/disable/ sudo apparmor_parser -R /etc/apparmor.d/torbrowser.Browser.firefox # profile: torbrowser.Tor.tor sudo ln -s /etc/apparmor.d/torbrowser.Tor.tor /etc/apparmor.d/disable/ sudo apparmor_parser -R /etc/apparmor.d/torbrowser.Tor.tor
Reenabling can be done via:
# profile: torbrowser.Browser.firefox sudo rm /etc/apparmor.d/disable/torbrowser.Browser.firefox sudo apparmor_parser -r /etc/apparmor.d/torbrowser.Browser.firefox # profile: torbrowser.Tor.tor sudo rm /etc/apparmor.d/disable/torbrowser.Tor.tor sudo apparmor_parser -r /etc/apparmor.d/torbrowser.Tor.tor
Comment Actions
Seems to be fixed in version 0.3.2-3 according to the thread: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942901#41
torbrowser-launcher version in the Solus repo is 0.3.2-2.
Maybe an update to the package would fix the problem?