- 11 Feb, 2016 1 commit
-
-
anonym authored
In gettext-base < 1.8.2, like the one we had in Wheezy, gettext.sh references the environment variable ZSH_VERSION, which we do not set. This has prevented us from doing `set -u` in all gettext:ized shell scripts unless we first initialize that variable before sourcing gettext.sh. Now that we install a new enough gettext-base, we can finally do this and remove the initialization hacks. Will-fix: #9371
-
- 10 Feb, 2016 3 commits
-
-
anonym authored
I.e. also the Unsafe and I2P Browser's. The main reason is so we do not need different images for these and the Tor browser in the automated test suite. One may argue, though, that for the Unsafe Browser this list of fonts would be fingerprintable, but I would be surprised if it already isn't so due to the Tor Browser Firefox patches.
-
anonym authored
The Tor Browser assumes that the working directory is the directory where the browser lives (e.g. the executable). For instance, the fonts.conf (for fontconfig) the Tor Browser uses looks for the fonts in the "fonts" sub-directory of the current working directory. This will fix issues with "empty boxes" as characters in the Save As/Open dialoges. Will-fix: #11097
-
anonym authored
E.g. for our custom/undocumented (but so far unused) `--force-net-config` option.
-
- 09 Feb, 2016 9 commits
-
-
anonym authored
The path hasn't existed for a long while, and places.sqlite hasn't been created there for even longer.
-
anonym authored
... instead of polluting the complete environment with it.
-
anonym authored
It feels like it belongs better in the script where we actually start Tor Launcher than the wrapper that makes root invoke it in the way we want. Also, we have to think less about how sudo propagates environment variables so we can simplify its setup.
-
anonym authored
-
anonym authored
To simplify some paths.
-
anonym authored
... where we have the Tor Browser. For consistency.
-
anonym authored
Let's not pretend the current script is similar to what upstream would use, since it has Tails specific stuff in it.
-
anonym authored
... instead of the crazy workaround we had to use before. It turns out you *can* use -app and -profile together, but only if -profile is given last. It may be that it was fixed recently, because I'm pretty sure it didn't work last time I wroked on this. Also, in /usr/share/TorBrowser/Data/Browser (which is the "default" profile directory relative to the Tor Launcher applocation.ini file) the Caches directory must exist and be accessible for the tor-launcher user even if -profile is used, so we just have to ensure it exists. Will-fix: #7943
-
anonym authored
-
- 08 Feb, 2016 1 commit
-
- 04 Feb, 2016 4 commits
- 27 Jan, 2016 2 commits
-
-
bertagaz authored
- 26 Jan, 2016 1 commit
-
- 25 Jan, 2016 4 commits
- 24 Jan, 2016 1 commit
-
- 22 Jan, 2016 3 commits
-
-
anonym authored
- 18 Jan, 2016 3 commits
- 17 Jan, 2016 1 commit
-
-
anonym authored
-
- 16 Jan, 2016 2 commits
-
-
intrigeri authored
Some USB input devices don't support autosuspend, see e.g.: https://github.com/systemd/systemd/issues/340 This change might help fix #10850, but even if it doesn't, it makes sense to me that we don't let laptop-mode-tools fiddle with this on a Live system. Refs: #10850
-
intrigeri authored
-
- 15 Jan, 2016 5 commits