搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

first run

  • 2 个回答
  • 10 人有此问题
  • 6 次查看
  • 最后回复者为 rwr2640

more options

I have a ubuntu live cd. everytime i restart it, obviously it wipes the changes. so every time i start up firefox i get the first run web page as well as another tab with my home page.

I do not have access to a gui interface to chge this setting.

is there a preferences file that i can add a command in to disable this first run web page?

I have a ubuntu live cd. everytime i restart it, obviously it wipes the changes. so every time i start up firefox i get the first run web page as well as another tab with my home page. I do not have access to a gui interface to chge this setting. is there a preferences file that i can add a command in to disable this first run web page?

所有回复 (2)

more options

You need a file user.js in the /defaults/profile folder in the Firefox installation folder or in the Firefox Profile Folder with a pref to ignore updates.

See: http://kb.mozillazine.org/browser.startup.homepage_override.mstone Value: ignore

user_pref("browser.startup.homepage_override.mstone", "ignore");


If there is no profile folder then you will also get the import wizard.

more options

/etc/firefox-3.0/profiles/prefs.js

i added user_pref("browser.startup.homepage_override.mstone", "ignore"); and it still came up with the first run page.