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.95
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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 77 Next › Last »

grufo commented on 2019-10-25 01:18 (UTC)

@gancho

Yes, it is possible. But the question is: Why?

You can always do:

tor-browser --dir=/tmp/tb

--grufo

okasha commented on 2019-10-24 22:47 (UTC) (edited on 2019-10-30 12:15 (UTC) by okasha)

I get:

==> ERROR: Integrity checks (sha256) differ in size from the source array.

how i can solve this

aminvakil commented on 2019-10-24 13:16 (UTC)

@TJM I'm using the latest tor version (Tor version 0.4.1.6.) and latest tor-browser from this AUR and it's ok, tor-browser using 9150 port and tor service using 9050 port.

I suggest you stop tor serivce using sudo systemctl stop tor, open tor-browser and try these commands:

telnet 127.0.0.1 9050 telnet 127.0.0.1 9150

To make sure if tor-browser is malfunctioning.

TJM commented on 2019-10-23 21:29 (UTC)

For somehow it starts trying to listen on 9050 rather than 9150, which conflicts the system tor, after the recent upgrade. I went through the UI of the tor-browser. However, I didn't find anything that can configure the binding port or disable the build-in tor relay of the latest tor-browser. Any ideas?

gancho commented on 2019-10-23 20:06 (UTC) (edited on 2019-10-23 20:07 (UTC) by gancho)

@grufo Is it possible to modify tor-browser.sh to allow starting the browser in a directory like /tmp/tb for instance?

All you need to do is:

  1. move the "other constants and variables" block down after the "for arg; do" loop

  2. move the line TB_HOME_DIR=~/".${TB_PKGNAME}" just before the for loop