-
Notifications
You must be signed in to change notification settings - Fork 90
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
Mac install? #103
Comments
Thanks, I'll fix that.
Sure? Here the pre existing file in Not sure if this will work because I have no experience with macOS, but you can try:
|
Mac path for
|
I am trying to work out Mac install. I believe I followed rest of instructions but not able to suss out what is required here. And Mac users or knowers can clarify?
In the readme:
Second link to https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Enterprise_deployment_before_60#Configuration is now broken
Here is the most recent archive.org copy of that URL, from Feb 2021.
But perhaps it is no longer accurate? Title states it is regarding v <60.
Page is talking about a
.cfg
file which is not already in the repo. Am I supposed to create it? The instructions here as to what it is to contain are confusing to me.Tried making sense of where to put the existing files.
For all the below,
/Applications/Firefox.app/Contents/
is the root directory1. Keep files in structure suggested by how they were packaged:
Resources/defaults/
config.js
pref
/config-prefs.js
(pre existing)channel-prefs.js
This led to starting as normal with nothing seeming to be different.
2. Put all files together
Resources/defaults/pref/
channel-prefs.js
config.js
config-prefs.js
(pre existing)Starting as normal with no changes but had error:
3. mimic windows file locations
In #8 linked above, it states windows users put alongside the exe. In Mac, the full path to the actual executable is:
MacOS/firefox
The other files in same directory are some other small applciation files like Crash Reporter and
.dylib
files.MacOS
config.js
Resources/defaults/pref/
channel-prefs.js
config-prefs.js
(pre existing)Starting as normal with no changes but had same error:
Didn't try: mimic linux
There is also a directory,
/Applications/Firefox.app/Contents/Resources/browser
but unlike what's reported in Linux, its only subdirectory isfeatures
containing a half dozenxpi
s from mozilla such asscreenshots
.At this point I feel like I would be throwing spaghetti at the wall to keep trying. 🍝 Hope I provided the correct information and not too much.
The text was updated successfully, but these errors were encountered: