How to automatically initialize Firefox immediately after installation
I am installing Firefox from the Fedora YUM repositories via Kickstart. After installation, the .mozilla directory and its subdirectories do not exist. Although I have the Firefox configuration files I want to install, I don't have a place to put them. And since Firefox seems to create a .mozilla/firefox/*default directory with a random name, I can't easily just create the directory and then insert my files. Is there a way to make this fully automatic?
선택된 해결법
You can place files in the default template folder (/defaults/profile) in the Firefox program folder to make them appear automatically in a new profile..
See also:
문맥에 따라 이 답변을 읽어주세요 👍 1모든 댓글 (3)
선택된 해결법
You can place files in the default template folder (/defaults/profile) in the Firefox program folder to make them appear automatically in a new profile..
See also:
Thank you. Is this "defaults" behavior documented somewhere? I'd love to read more about it. (I don't care about the user.js file.)
Some information is listed in this old archived file (link in the External links section in http://kb.mozillazine.org/user.js_file)