all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Altadil <Altadil@protonmail.com>
To: "guix-devel@gnu.org" <guix-devel@gnu.org>
Subject: Running Tor Browser with guix shell
Date: Sat, 29 Apr 2023 16:05:52 +0000	[thread overview]
Message-ID: <kcNPBedbaOOlSDc4KtQvoa-yGHX4xx_7txbPPi0WhYSogVTD2rgz5SI6xHZJ9yGRL2IV9DPBZzT8VJDy00yMKYzfwApOFnyn1VWizywgxHM=@protonmail.com> (raw)

Hi,

thanks to the blog post on FHS emulation, I’ve been able to run Tor Browser in Guix, so I figured I would help back a little, by sharing this small improvement.
There are two new things in this guix shell command :
- replace gcc:lib (which does not exist anymore) with libgccjit
- add audio.

guix shell -CFN --preserve='^DISPLAY$' --preserve='^XAUTHORITY$' --expose=$XAUTHORITY  \
--preserve='XDG_RUNTIME_DIR' --expose=/run/user/"$(id -u)"/pulse \
alsa-lib bash coreutils dbus-glib file grep gtk+ libcxx libgccjit pciutils pulseaudio sed \
-- ./tor-browser/Browser/start-tor-browser -v

Hopefully, this can spare someone all the trial and error. :)
Since this use case was first discussed on this list, I am writing here, but maybe there is a better place where to put this kind of information ?
Anyway, thank you all for Guix !


             reply	other threads:[~2023-05-01 13:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-29 16:05 Altadil [this message]
2023-05-01 18:10 ` Running Tor Browser with guix shell Brian Cully via Development of GNU Guix and the GNU System distribution.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='kcNPBedbaOOlSDc4KtQvoa-yGHX4xx_7txbPPi0WhYSogVTD2rgz5SI6xHZJ9yGRL2IV9DPBZzT8VJDy00yMKYzfwApOFnyn1VWizywgxHM=@protonmail.com' \
    --to=altadil@protonmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.