Details
Jun 21 2019
Apr 6 2019
Feb 16 2019
I also noticed the file "~/.tb/first-boot-home-population.done" which suggests that whonix does something on first boot
Jan 23 2019
Jan 22 2019
With TPO infrastructure using onions, its now a good idea to switch tb-updater to check for version info and downloads to these more secure mirrors.
Dec 7 2018
Oct 13 2018
We can now grab the browser tarball from the TPO onion instead which makes this ticket obsolete. Close if you concur.
Oct 1 2018
Jul 24 2018
Jun 13 2018
Apr 2 2018
Mar 23 2018
Thanks! :)
Mar 21 2018
The ticket can be closed now since TPO has fixed the problem. (I do not have the permission to close it.)
Mar 7 2018
Mar 5 2018
Dec 15 2017
In whonix-ws-dvm the status file /var/cache/tb-updater/first-boot-home-population.done is not persistent either.
Dec 4 2017
How do I detect being run inside a DispVM Template? @marmarek
Nov 3 2017
Oct 20 2017
tb-updater fix for Whonix 14 / master.
Backported to Whonix 13 tb-updater.
Here is the fix for tb-updater. Please have a look. Untested. Will test now. If it works, I will backport to Whonix 13 tb-updater.
Is that changing to 127.0.0.1 work on Qubes 3.2? Anyway, yes, it should be good enough for Qubes 4.0.
is already using
Oct 9 2017
Oct 8 2017
> Just setting `tbb_version` or `tbb_hardcoded_version` variable isn't enough, because it isn't propagated through all the layers to postinst of tb-updater.
https://github.com/Whonix/qubes-template-whonix/pull/1
Just setting tbb_version or tbb_hardcoded_version variable isn't enough, because it isn't propagated through all the layers to postinst of tb-updater. But creating temporarily a configuration file works (in /etc/torbrowser.d).
Use tbb_version there, because tbb_hardcoded_version is unconditionally overridden by /usr/share/tb-updater/tbb_hardcoded_version. But later is ignored if tbb_version is already set.
Oct 7 2017
marmarek (Marek Marczykowski-Górecki):
marmarek added a comment.
The problem is back again, 7.0.4 is no longer available at https://dist.torproject.org/torbrowser/ What is the easiest/elegant way to choose different version, without modifying tb-updater package? Some env variable? Some config file? I don't consider https://github.com/SimonSelg/qubes-template-whonix/blob/SimonSelg-fix-tb-updater/whonix-gateway/04_install_qubes_post.sh#L65-L79 elegant...
The problem is back again, 7.0.4 is no longer available at https://dist.torproject.org/torbrowser/
What is the easiest/elegant way to choose different version, without modifying tb-updater package? Some env variable? Some config file? I don't consider https://github.com/SimonSelg/qubes-template-whonix/blob/SimonSelg-fix-tb-updater/whonix-gateway/04_install_qubes_post.sh#L65-L79 elegant...
Sep 20 2017
Since https://github.com/Whonix/qubes-whonix/commit/01964e3c8c53b49aa14e56f7924fce5e88b5a448, other places can simply source /usr/lib/qubes-whonix/utility_function.sh and use PROXY_SERVER variable to get appropriate proxy address.
Aug 30 2017
Aug 25 2017
Yes, it works now: https://travis-ci.org/marmarek/qubes-template-whonix/builds/263033873
Aug 24 2017
tb-updater with updated hardcoded Tor Browser version is now available in Whonix jessie-proposed-updates repository. Could you try a build please? Quite likely it will go past that issue now.
Aug 10 2017
Indeed, TEMPLATE_OPTIONS variable wasn't properly propagated. Fixing this fixes whonix-gateway build:
https://travis-ci.org/marmarek/qubes-template-whonix/builds/263033866