Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1390  / 3 Years ago, sun, october 31, 2021, 7:40:36

I have made a custom Ubuntu LiveCD with UCK. How do I modify Firefox's homepage?


More From » firefox

 Answers
4

I've newer tried to use uck,
but I would try the following:



The skeleton-directory for the ubuntu user is



/etc/skel


so create the folder:



/etc/skel/.mozilla/firefox/


in this folder create a file "profiles.ini" with content:



[General]
StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=1
Path=a.default


Now add a folder



/etc/skel/.mozilla/firefox/a.default/


In this folder create a file named user.js with content:



//
// user.js: Personal prefs which mozilla shouldn't overwrite.
//

user_pref("browser.startup.homepage", "http://www.omgubuntu.co.uk");


greez Waschtl


[#43681] Sunday, October 31, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nstitutencert

Total Points: 171
Total Questions: 126
Total Answers: 124

Location: Azerbaijan
Member since Fri, May 12, 2023
1 Year ago
;