unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Cannot start Tor Browser
@ 2023-11-29 22:10 Caleb Herbert
  2023-11-30 11:07 ` Julian Flake
  2023-11-30 20:18 ` Georgios Athanasiou
  0 siblings, 2 replies; 4+ messages in thread
From: Caleb Herbert @ 2023-11-29 22:10 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 801 bytes --]

Hi Guix,

I cannot start Tor Browser from following the instructions on the FHS
article.

https://guix.gnu.org/en/blog/2023/the-filesystem-hierarchy-standard-comes-to-guix-containers/

$ ls
Browser/  start-tor-browser.desktop
$ guix shell --container \
--network --emulate-fhs \
--preserve='^DISPLAY$' --preserve='^XAUTHORITY$' --expose=$XAUTHORITY \
alsa-lib bash coreutils dbus-glib file gcc:lib \
grep gtk+ libcxx pciutils sed   \
-- ./start-tor-browser.desktop -v
guix shell: package 'gcc' has been superseded by 'gcc-toolchain'
guix shell: error: package `gcc-toolchain@11.3.0' lacks output `lib'
$

-- 
Caleb Herbert
https://bluehome.net/csh/
OpenPGP fingerprint: 631C C434 A56B 5CBD FF21  2346 9764 3795 FA3E 4BCE
What's a fingerprint? https://emailselfdefense.fsf.org/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 682 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cannot start Tor Browser
  2023-11-29 22:10 Cannot start Tor Browser Caleb Herbert
@ 2023-11-30 11:07 ` Julian Flake
  2023-11-30 20:25   ` Caleb Herbert
  2023-11-30 20:18 ` Georgios Athanasiou
  1 sibling, 1 reply; 4+ messages in thread
From: Julian Flake @ 2023-11-30 11:07 UTC (permalink / raw)
  To: help-guix; +Cc: Caleb Herbert

Dear Caleb,

this is how I currently start a Tor browser, if needed: 
https://github.com/nuthub/guix-shell-examples#tor-browser

Best Regards,
Julian Flake

On Wed, Nov 29 2023, Caleb Herbert wrote:

> [[PGP Signed Part:Undecided]]
> Hi Guix,
>
> I cannot start Tor Browser from following the instructions on 
> the FHS
> article.
>
> https://guix.gnu.org/en/blog/2023/the-filesystem-hierarchy-standard-comes-to-guix-containers/
>
> $ ls
> Browser/  start-tor-browser.desktop
> $ guix shell --container \
> --network --emulate-fhs \
> --preserve='^DISPLAY$' --preserve='^XAUTHORITY$' 
> --expose=$XAUTHORITY \
> alsa-lib bash coreutils dbus-glib file gcc:lib \
> grep gtk+ libcxx pciutils sed   \
> -- ./start-tor-browser.desktop -v
> guix shell: package 'gcc' has been superseded by 'gcc-toolchain'
> guix shell: error: package `gcc-toolchain@11.3.0' lacks output 
> `lib'
> $
>
> -- 
> Caleb Herbert
> https://bluehome.net/csh/
> OpenPGP fingerprint: 631C C434 A56B 5CBD FF21  2346 9764 3795 
> FA3E 4BCE
> What's a fingerprint? https://emailselfdefense.fsf.org/
>
> [[End of PGP Signed Part]]



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cannot start Tor Browser
  2023-11-29 22:10 Cannot start Tor Browser Caleb Herbert
  2023-11-30 11:07 ` Julian Flake
@ 2023-11-30 20:18 ` Georgios Athanasiou
  1 sibling, 0 replies; 4+ messages in thread
From: Georgios Athanasiou @ 2023-11-30 20:18 UTC (permalink / raw)
  To: Caleb Herbert, help-guix

Hi Caleb,

On 11/30/23 00:10, Caleb Herbert wrote:
> Hi Guix,
>
> I cannot start Tor Browser from following the instructions on the FHS
> article.
>
> https://guix.gnu.org/en/blog/2023/the-filesystem-hierarchy-standard-comes-to-guix-containers/
>
> $ ls
> Browser/  start-tor-browser.desktop
> $ guix shell --container \
> --network --emulate-fhs \
> --preserve='^DISPLAY$' --preserve='^XAUTHORITY$' --expose=$XAUTHORITY \
> alsa-lib bash coreutils dbus-glib file gcc:lib \
> grep gtk+ libcxx pciutils sed   \
> -- ./start-tor-browser.desktop -v
> guix shell: package 'gcc' has been superseded by 'gcc-toolchain'
> guix shell: error: package `gcc-toolchain@11.3.0' lacks output `lib'
> $
>
Hopefully you'll be able to get it running using Julian's advice. If 
everything else fails, there's always Flatpak on Guix OS. Tor Browser 
Launcher is on Flathub.

(Please do note that this is *not* an endorsement. I haven't done much 
research on this launcher's trustworthiness, since I don't feel my use 
cases are that sensitive privacy-wise (I don't enjoy corporations 
tracking me across the Web is all). Do your research before trusting it 
with sensitive information.)

Best Regards,

G.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cannot start Tor Browser
  2023-11-30 11:07 ` Julian Flake
@ 2023-11-30 20:25   ` Caleb Herbert
  0 siblings, 0 replies; 4+ messages in thread
From: Caleb Herbert @ 2023-11-30 20:25 UTC (permalink / raw)
  To: Julian Flake, help-guix

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

Julian Flake <julian@flake.de> writes:

> Dear Caleb,
>
> this is how I currently start a Tor browser, if needed: 
> https://github.com/nuthub/guix-shell-examples#tor-browser

Thanks!

-- 
Caleb Herbert
https://bluehome.net/csh/
OpenPGP fingerprint: 631C C434 A56B 5CBD FF21  2346 9764 3795 FA3E 4BCE
What's a fingerprint? https://emailselfdefense.fsf.org/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 682 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-30 20:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-29 22:10 Cannot start Tor Browser Caleb Herbert
2023-11-30 11:07 ` Julian Flake
2023-11-30 20:25   ` Caleb Herbert
2023-11-30 20:18 ` Georgios Athanasiou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).