Package Details: tor-browser-bin 14.0.2-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: grufo
Votes: 1282
Popularity: 1.99
First Submitted: 2023-09-24 17:45 (UTC)
Last Updated: 2024-11-17 05:13 (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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 77 Next › Last »

whynothugo commented on 2022-03-25 15:05 (UTC)

Can you modify the desktop file from Exec=/usr/bin/tor-browser %u to Exec=tor-browser %u?

This has no impact for most users, but allows using a wrapper in /usr/local/bin/tor-browser for users who need this (e.g.: to run tor-browser with firejail).

pentamassiv commented on 2022-03-11 02:33 (UTC)

I think changing the install location broke my keepassxc connection to the Tor Browser. Today I finally looked into it and fixed it by going to the settings > Browser Integration > Advanced and activating the option "Use a custom browser configuration location" and pasting the following path: ~/.local/opt/tor-browser/app/Browser/TorBrowser/Data/Browser/.mozilla/native-messaging-hosts Selecting the regular "Tor Browser" does not work and it can be deselected.

whynothugo commented on 2022-02-25 20:01 (UTC)

Is there a reason this package is not included in [community]?

I know a TU has to adopt it, has there been no interest, or is it excluded for some reason?

serxxx commented on 2022-02-11 15:25 (UTC)

@grufo, tor-browser -u also reports (trimmed):

$ tor-browser -u                                                                                 ~
Found new version (11.0.2 -> 11.0.6)...
==> Making package: tor-browser 11.0.6-1 (Fri 11 Feb 2022 09:17:39 AM CST)
...
    tor-browser-linux64-11.0.6_en-US.tar.xz.asc ... Skipped
==> Verifying source file signatures with gpg...
    tor-browser-linux64-11.0.6_en-US.tar.xz ... FAILED (unknown public key E53D989A9E2D47BF)
==> ERROR: One or more PGP signatures could not be verified!

grufo commented on 2022-02-10 12:22 (UTC)

@esmailelbob Sure thing. Done.

esmailelbob commented on 2022-01-19 10:49 (UTC)

Please, can you add

StartupWMClass=Tor Browser

in .desktop file of tor browser? because i pinned it in my taskbar and now i have 2 tor browser icons (one pinned from desktop file and one the application itself running)

berturion commented on 2022-01-14 21:46 (UTC) (edited on 2022-01-14 21:46 (UTC) by berturion)

Thank you @williX gpg --keyserver keys.openpgp.org --search-keys torbrowser@torproject.org worked for me too before updating. gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org didn't work for me.

diogobaeder commented on 2022-01-09 01:20 (UTC)

After running the solution from the pinned comment (to auto-locate the key) and upgrade with yay it worked fine for me, thanks!

williX commented on 2021-12-30 18:59 (UTC) (edited on 2021-12-30 19:05 (UTC) by williX)

The pinned comment didn't work for me. I had to run gpg --keyserver keys.openpgp.org --search-keys torbrowser@torproject.org (from https://support.torproject.org/de/tbb/how-to-verify-signature/)