LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Incognito (https://www.linuxquestions.org/questions/incognito-85/)
-   -   Programmatically launching the Tor browser with an URL address in Tails operating system. (https://www.linuxquestions.org/questions/incognito-85/programmatically-launching-the-tor-browser-with-an-url-address-in-tails-operating-system-4175687559/)

PaulExordium 12-27-2020 07:37 AM

Programmatically launching the Tor browser with an URL address in Tails operating system.
 
What would be the equivalent of this Debian terminal command

Code:

firefox https://www.linuxquestions.org
in Tails 4.14?

pan64 12-27-2020 08:56 AM

probably this helps: https://askubuntu.com/questions/3205...he-tor-browser

ondoho 12-27-2020 03:41 PM

On my system (not Tails) it goes like this:
Code:

cd "$HOME/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/"
./start-tor-browser.desktop "$URL"


PaulExordium 12-27-2020 04:31 PM

an64,
ondoho,
thank you for your pointers. I was able to find the name and location of the executable under Tails. Here is the code:
Code:

cd /usr/local/bin/
./tor-browser https://www.linuxquestions.org


ondoho 12-28-2020 02:41 AM

Is /usr/local/bin not in your PATH?
Code:

echo $PATH
please.

PaulExordium 12-28-2020 03:09 PM

I am humbled.


All times are GMT -5. The time now is 04:13 PM.