tb-9173 - mullvad
-
fc7a719272511d36a606819fdf7bdc3449d7609d
- Kathy Brade
- 2013-10-18 15:20:06 -0400
- Bug 9173: Change the default Firefox profile directory to be relative.
- This should eliminate our need to rely on a wrapper script that sets /Users/arthur and launches Firefox with -profile.
-
679b06ad421ab184dbb8d19b21b0ef402fb53c65
- Pier Angelo Vendrame
- 2023-02-13 15:06:00 +0100
- fixup! Bug 9173: Change the default Firefox profile directory to be relative.
- This commit makes Firefox look for the default profile directory in a directory relative to the binary path. The directory can be specified through the --with-relative-data-dir. This is relative to the same directory as the firefox main binary for Linux and Windows. On macOS, we remove Contents/MacOS from it. Or, in other words, the directory is relative to the application bundle. This behavior can be overriden at runtime, by placing a file called system-install adjacent to the firefox main binary (also on macOS).