Package Details: tor-browser-bin 14.0.3-1

Git Clone URL: https://aur.archlinux.org/tor-browser-bin.git (read-only, click to copy)
Package Base: tor-browser-bin
Description: Tor Browser Bundle: anonymous browsing using Firefox and Tor
Upstream URL: https://www.torproject.org/projects/torbrowser.html
Licenses: MPL-2.0
Conflicts: tor-browser
Provides: tor-browser
Submitter: FabioLolix
Maintainer: grufo (jugs)
Last Packager: jugs
Votes: 1280
Popularity: 1.05
First Submitted: 2023-09-24 17:45 (UTC)
Last Updated: 2024-12-06 14:48 (UTC)

Pinned Comments

grufo commented on 2019-08-15 02:22 (UTC)

Before running makepkg, you must do this (as normal user):

$ gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org

If you want to update tor-browser from AUR without AUR helpers you can run in a terminal:

$ tor-browser -u

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 77 Next › Last »

kkk commented on 2021-02-10 06:32 (UTC)

I'd like to report a fault, same as previous two users, except on a broader scale. I can no longer view videos and even github pages are formatted and displayed incorrectly.

Thelolas commented on 2021-02-08 22:41 (UTC)

@zoltanszabo, I'm running into the exact same thing, including when I download Tor Browser from the Tor Project's website. In addition to your experience, when you navigate to beta.protonmail.com I just get a white screen. It never loads.

zoltanszabo commented on 2021-02-08 19:16 (UTC)

The latest update (2021-02-04) seems to break / be incompatible with the ProtonMail login (https://mail.protonmail.com/login): the process stays at the "Loading ProtonMail..." animation. It has been working like a charm for years. Any ideas? Thanks in advance.

nosada commented on 2021-02-06 16:39 (UTC) (edited on 2021-02-06 16:40 (UTC) by nosada)

It seems /usr/bin/tor-browser sometimes lacks read permission for users not in the file's group i.e. 0751 in chmod. Here's patch to fix it: https://gist.github.com/nosada/12b272b659cb1c2ddc4130d0bd2d003a

tthgrndr commented on 2020-10-06 02:39 (UTC)

Installed from AUR; error at verifying PGP key.

Used @grufo's command, worked straight away.

craeckie commented on 2020-09-25 11:08 (UTC)

@grufo you are right, that's easier.

For those who don't want to copy links: Create the file ~/.local/share/applications/tor-browser.desktop with this content:

[Desktop Entry] Version=1.0 Type=Application Name=Tor Browser (en-US) Exec=/usr/bin/tor-browser --allow-remote %u Icon=tor-browser Categories=Network; Comment=Anonymous browsing using Firefox and Tor

This overwrites the existing desktop-file and persists through updates.

Cerdicipe commented on 2020-09-23 20:18 (UTC) (edited on 2020-09-23 20:20 (UTC) by Cerdicipe)

Found it. I forgot my ~/bin/tor-browser script containing:

/usr/bin/tor-browser --allow-remote "$@"

Without --allow-remote, it works now.

je-vv commented on 2020-09-23 20:09 (UTC)

@MrG0z, that doesn't happen to me, if that helps...

Cerdicipe commented on 2020-09-23 20:04 (UTC)

It's weird. Since the update to 10.0-1, starting "tor-browser" starts my usual Firefox version.

grufo commented on 2020-09-22 03:52 (UTC)

@craeckie

If --allow-remote is disabled by default there is a reason… Btw, you don't need to add --allow-remote to the script, you can pass any argument to it and they will be redirected to the browser.

--grufo