Firefox doesn't keep settings from about:config

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
Since a update a few weeks ago Firefox doesn't seem to keep settings done in about:config. I noticed this for example because I use a changed dpi setting
layout.css.devPixelsPerPx=1.5
After an update this was reset to -1.0. Changing this to 1.5 again however works only temporarily. After restarting Firefox the setting is gone.
What may be wrong here and how can I fix it?
firefox
add a comment |Â
up vote
1
down vote
favorite
Since a update a few weeks ago Firefox doesn't seem to keep settings done in about:config. I noticed this for example because I use a changed dpi setting
layout.css.devPixelsPerPx=1.5
After an update this was reset to -1.0. Changing this to 1.5 again however works only temporarily. After restarting Firefox the setting is gone.
What may be wrong here and how can I fix it?
firefox
Are you changing the setting through the about:config web interface or by editing a *.js file directly? If you're doing the former and the settings aren't sticking, your profile could be corrupt.
â dsstorefile1
May 24 at 21:39
I was using the web interface.
â student
May 24 at 21:44
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Since a update a few weeks ago Firefox doesn't seem to keep settings done in about:config. I noticed this for example because I use a changed dpi setting
layout.css.devPixelsPerPx=1.5
After an update this was reset to -1.0. Changing this to 1.5 again however works only temporarily. After restarting Firefox the setting is gone.
What may be wrong here and how can I fix it?
firefox
Since a update a few weeks ago Firefox doesn't seem to keep settings done in about:config. I noticed this for example because I use a changed dpi setting
layout.css.devPixelsPerPx=1.5
After an update this was reset to -1.0. Changing this to 1.5 again however works only temporarily. After restarting Firefox the setting is gone.
What may be wrong here and how can I fix it?
firefox
edited Jul 8 at 18:52
Codito ergo sum
1,077725
1,077725
asked May 24 at 20:12
student
89872047
89872047
Are you changing the setting through the about:config web interface or by editing a *.js file directly? If you're doing the former and the settings aren't sticking, your profile could be corrupt.
â dsstorefile1
May 24 at 21:39
I was using the web interface.
â student
May 24 at 21:44
add a comment |Â
Are you changing the setting through the about:config web interface or by editing a *.js file directly? If you're doing the former and the settings aren't sticking, your profile could be corrupt.
â dsstorefile1
May 24 at 21:39
I was using the web interface.
â student
May 24 at 21:44
Are you changing the setting through the about:config web interface or by editing a *.js file directly? If you're doing the former and the settings aren't sticking, your profile could be corrupt.
â dsstorefile1
May 24 at 21:39
Are you changing the setting through the about:config web interface or by editing a *.js file directly? If you're doing the former and the settings aren't sticking, your profile could be corrupt.
â dsstorefile1
May 24 at 21:39
I was using the web interface.
â student
May 24 at 21:44
I was using the web interface.
â student
May 24 at 21:44
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
You can edit the prefs.js file in the Firefox profile folder with a plain text editor like Notepad and remove the line with the layout.css.devPixelsPerPx pref or change the value to 1.0
user_pref("layout.css.devPixelsPerPx", "1.0");
From https://support.mozilla.org/en-US/questions/964888
Thanks, I manually added the key to my user.js and now it seems to work after a reboot. Maybe you could include this information explicitly into your answer then I can accept it.
â student
May 24 at 20:59
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
You can edit the prefs.js file in the Firefox profile folder with a plain text editor like Notepad and remove the line with the layout.css.devPixelsPerPx pref or change the value to 1.0
user_pref("layout.css.devPixelsPerPx", "1.0");
From https://support.mozilla.org/en-US/questions/964888
Thanks, I manually added the key to my user.js and now it seems to work after a reboot. Maybe you could include this information explicitly into your answer then I can accept it.
â student
May 24 at 20:59
add a comment |Â
up vote
1
down vote
You can edit the prefs.js file in the Firefox profile folder with a plain text editor like Notepad and remove the line with the layout.css.devPixelsPerPx pref or change the value to 1.0
user_pref("layout.css.devPixelsPerPx", "1.0");
From https://support.mozilla.org/en-US/questions/964888
Thanks, I manually added the key to my user.js and now it seems to work after a reboot. Maybe you could include this information explicitly into your answer then I can accept it.
â student
May 24 at 20:59
add a comment |Â
up vote
1
down vote
up vote
1
down vote
You can edit the prefs.js file in the Firefox profile folder with a plain text editor like Notepad and remove the line with the layout.css.devPixelsPerPx pref or change the value to 1.0
user_pref("layout.css.devPixelsPerPx", "1.0");
From https://support.mozilla.org/en-US/questions/964888
You can edit the prefs.js file in the Firefox profile folder with a plain text editor like Notepad and remove the line with the layout.css.devPixelsPerPx pref or change the value to 1.0
user_pref("layout.css.devPixelsPerPx", "1.0");
From https://support.mozilla.org/en-US/questions/964888
edited Jul 8 at 19:04
wjandrea
7,02542054
7,02542054
answered May 24 at 20:25
fixit7
479316
479316
Thanks, I manually added the key to my user.js and now it seems to work after a reboot. Maybe you could include this information explicitly into your answer then I can accept it.
â student
May 24 at 20:59
add a comment |Â
Thanks, I manually added the key to my user.js and now it seems to work after a reboot. Maybe you could include this information explicitly into your answer then I can accept it.
â student
May 24 at 20:59
Thanks, I manually added the key to my user.js and now it seems to work after a reboot. Maybe you could include this information explicitly into your answer then I can accept it.
â student
May 24 at 20:59
Thanks, I manually added the key to my user.js and now it seems to work after a reboot. Maybe you could include this information explicitly into your answer then I can accept it.
â student
May 24 at 20:59
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1039966%2ffirefox-doesnt-keep-settings-from-aboutconfig%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Are you changing the setting through the about:config web interface or by editing a *.js file directly? If you're doing the former and the settings aren't sticking, your profile could be corrupt.
â dsstorefile1
May 24 at 21:39
I was using the web interface.
â student
May 24 at 21:44