@gancho
Yes, it is possible. But the question is: Why?
You can always do:
tor-browser --dir=/tmp/tb
--grufo
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) |
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 77 Next › Last »
@gancho
Yes, it is possible. But the question is: Why?
You can always do:
tor-browser --dir=/tmp/tb
--grufo
I get:
==> ERROR: Integrity checks (sha256) differ in size from the source array.
how i can solve this
@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.
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?
@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:
move the "other constants and variables" block down after the "for arg; do" loop
move the line TB_HOME_DIR=~/".${TB_PKGNAME}" just before the for loop
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