Problems saving Firefox Tabs

Issues related to applications and software problems
Post Reply
lloydh
Posts: 17
Joined: 2013/01/05 06:50:09
Location: Near Brisbane, Australia

Problems saving Firefox Tabs

Post by lloydh » 2014/08/27 01:20:35

I am running Centos 7 in a VM on Centos 6.5, both have the same version of Firefox which is 24.7.0. I always save my tabs in Firefox when exiting and to do that the following options must be set in about:config.

Code: Select all

browser.tabs.warnOnClose true
browser.warnOnQuit true
browser.warnOnRestart true
browser.showQuitWarning true
The problem is that browser.warnOnRestart was not in the Firefox config options in Centos 7 and I was unable to save my tabs, when Firefox was started it always started with a single tab.

I have edited prefs.js in the Firefox default directory and added the following line.

Code: Select all

user_pref("browser.warnOnRestart", true);

This has fixed my problem, has anybody else come across this.

Post Reply