-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow read-only tbb_path/Browser/ #209
Comments
Thanks for filing the issue. This is a busy time of the year, so it'll be a while until I get to this.
A clarifying question: I am not familiar with the
Just to clarify, you get this issue when you use |
yes, this is on nixos linux, see my tbselenium.nix selenium seems to use on linux, the torbrowser firefox profile is stored in this is not really documented... i have not found the code for MOZ_APP_VENDOR="Tor Project" https://searchfox.org/mozilla-central/source/build/moz.configure/init.configure def moz_app_basename(value, target_is_android):
if value:
return value[0]
if target_is_android:
return "Fennec"
return "Firefox" https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/20497#note_2873088
https://issues.guix.gnu.org/42380#42-lineno202
|
currently tbselenium does
which requires a writable
tbb_browser_dir
for
.cache/
and.tor project/
but this should also work with a read-only system-wide installation of torbrowser
and it should be possible to use a workdir in tmpfs
works for me
but my actual issue is
which is caused by one of
... but a different workdir does not fix that issue
i would need a read-only
tbb_browser_dir = "tbb_path/Browser/"
and separate paths for
.cache/
and.tor project/
The text was updated successfully, but these errors were encountered: