Author Topic: Yet another Firefox upgrade! (NOW in REPOS)  (Read 1313 times)

Offline Howard

  • Hero Member
  • *****
  • Posts: 739
Re: Yet another Firefox upgrade! (NOW in REPOS)
« Reply #15 on: October 02, 2011, 02:04:21 PM »
Quote
You could try changing the update channel in about:config

And where do we find that menotu?  I thought it must be in edit.preferences somewhere, but cannot find it.

Added later.  I did find the update checkbox in edit>preferences>advanced>update and uncheck it.  Perhaps that will do.
« Last Edit: October 02, 2011, 02:08:11 PM by Howard »
How does one become a hero?  By asking a lot of dumb questions apparently! I have three computers of various ages, the most powerful is a Dell Netbook 10v; each has 2 or 3 versions of PCLOS of various vintages.  Location, St John's, Newfoundland.

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5383
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: Yet another Firefox upgrade! (NOW in REPOS)
« Reply #16 on: October 02, 2011, 02:11:01 PM »
Quote
You could try changing the update channel in about:config


And where do we find that menotu?  I thought it must be in edit.preferences somewhere, but cannot find it.

Added later.  I did find the update checkbox in edit>preferences>advanced>update and uncheck it.  Perhaps that will do.


Type it in the URL line.



Than click on the I'll be careful, I promise button and than in the filer area enter "app.update.channel"



Hope that helps you out.
« Last Edit: October 02, 2011, 02:18:49 PM by YouCanToo »




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline sling-shot

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1758
  • Satyameva Jayate | Truth Alone Triumphs.
Re: Yet another Firefox upgrade! (NOW in REPOS)
« Reply #17 on: October 03, 2011, 09:48:09 AM »
The about:config setting for app.update.channel has been deprecated according to Mozilla.

Currently one needs to set it in the channel-prefs.js file under /default/pref subdirectory in the install path.

Currently on my system the install path to firefox channel-prefs.js is /usr/lib/firefox-7.0.1/defaults/pref/
Packaging well will cure headaches of many :) But learning to package will cause headaches in many :(

AMD AthlonX2 3600+/ASUS M2NPV-VM/ATi HD4670/Onboard sound/3.5GB DDR2-533 RAM/SEAGATE 160+320GB HDD/DELL S2240L FullHD/Creative SBS370 2.1/PCLinuxOS2013/KDE4
Samsung NP305U1-A06IN | Nokia E6

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15515
  • ┌∩┐(◕_◕)┌∩┐
Re: Yet another Firefox upgrade! (NOW in REPOS)
« Reply #18 on: October 03, 2011, 09:55:13 AM »
The about:config setting for app.update.channel has been deprecated according to Mozilla.

Currently one needs to set it in the channel-prefs.js file under /default/pref subdirectory in the install path.

Currently on my system the install path to firefox channel-prefs.js is /usr/lib/firefox-7.0.1/defaults/pref/

Thanks for that sling-shot - very much appreciated.

So, are any about:config settings overridden by settings in prefs.js ?
« Last Edit: October 03, 2011, 09:57:15 AM by menotu »
PCLinuxOS 32bit KDE 4.10.4; kernel-3.4.11-pclos1.bfs & 64bit 3.4.38bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline The Chief

  • Hero Member
  • *****
  • Posts: 2341
Re: Yet another Firefox upgrade! (NOW in REPOS)
« Reply #19 on: October 03, 2011, 10:13:20 AM »
So, are any about:config settings overridden by settings in prefs.js ?

Actually, I believe that prefs.js is re-written (from about:config?) every time you exit Firefox.  I know that if you edit it while Firefox is open, you lose any edits when you close Firefox.  Been there, done that.  :-[

Retired Senior Chief, Retired Software Engineer, Active GrandPa

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15515
  • ┌∩┐(◕_◕)┌∩┐
Re: Yet another Firefox upgrade! (NOW in REPOS)
« Reply #20 on: October 03, 2011, 10:24:21 AM »
So, are any about:config settings overridden by settings in prefs.js ?

Actually, I believe that prefs.js is re-written (from about:config?) every time you exit Firefox.  I know that if you edit it while Firefox is open, you lose any edits when you close Firefox.  Been there, done that.  :-[

Okay thanks.

Lets say Firefox is closed.

I look in prefs.js and it has a setting along the lines of

don't-update-me-stupid-browser = true

I open Firefox, go to about:config and change it to

don't-update-me-stupid-browser = false

Will prefs.js now be changed?

Alternatively, if I change the setting inside prefs.js will that change the about:config entry?
PCLinuxOS 32bit KDE 4.10.4; kernel-3.4.11-pclos1.bfs & 64bit 3.4.38bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline sling-shot

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1758
  • Satyameva Jayate | Truth Alone Triumphs.
Re: Yet another Firefox upgrade! (NOW in REPOS)
« Reply #21 on: October 03, 2011, 11:49:56 AM »
channel-prefs.js contains only the following:
Code: [Select]
//@line 2 "/builds/slave/rel-m-rel-lnx-bld/build/browser/app/profile/channel-prefs.js"
pref("app.update.channel", "release");
-SS.
Packaging well will cure headaches of many :) But learning to package will cause headaches in many :(

AMD AthlonX2 3600+/ASUS M2NPV-VM/ATi HD4670/Onboard sound/3.5GB DDR2-533 RAM/SEAGATE 160+320GB HDD/DELL S2240L FullHD/Creative SBS370 2.1/PCLinuxOS2013/KDE4
Samsung NP305U1-A06IN | Nokia E6

Offline The Chief

  • Hero Member
  • *****
  • Posts: 2341
Re: Yet another Firefox upgrade! (NOW in REPOS)
« Reply #22 on: October 04, 2011, 03:52:28 PM »
So, are any about:config settings overridden by settings in prefs.js ?

Actually, I believe that prefs.js is re-written (from about:config?) every time you exit Firefox.  I know that if you edit it while Firefox is open, you lose any edits when you close Firefox.  Been there, done that.  :-[

Okay thanks.

Lets say Firefox is closed.

I look in prefs.js and it has a setting along the lines of

don't-update-me-stupid-browser = true

I open Firefox, go to about:config and change it to

don't-update-me-stupid-browser = false

Will prefs.js now be changed?
Only when you next exit Firefox - it is re-written as a part of the exit process.

Quote
Alternatively, if I change the setting inside prefs.js will that change the about:config entry?

Yes, it should. 

Firefox reads the file on launch, and uses anything it finds to set the appropriate preferences.  On exit, it writes any non-default current preferences back to the file.

At least that is the way I understand it.

Retired Senior Chief, Retired Software Engineer, Active GrandPa

Offline Howard

  • Hero Member
  • *****
  • Posts: 739
Re: Yet another Firefox upgrade! (NOW in REPOS)
« Reply #23 on: October 04, 2011, 04:52:11 PM »
Only four days later and there's even another upgrade in the repos: 7.0.1_2pclos!
How does one become a hero?  By asking a lot of dumb questions apparently! I have three computers of various ages, the most powerful is a Dell Netbook 10v; each has 2 or 3 versions of PCLOS of various vintages.  Location, St John's, Newfoundland.

Offline sling-shot

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1758
  • Satyameva Jayate | Truth Alone Triumphs.
Re: Yet another Firefox upgrade! (NOW in REPOS)
« Reply #24 on: October 05, 2011, 11:01:44 AM »
This upgrade is possibly only to fix this problem. See the link below:
http://www.pclinuxos.com/forum/index.php/topic,97770.0.html
-SS.
Packaging well will cure headaches of many :) But learning to package will cause headaches in many :(

AMD AthlonX2 3600+/ASUS M2NPV-VM/ATi HD4670/Onboard sound/3.5GB DDR2-533 RAM/SEAGATE 160+320GB HDD/DELL S2240L FullHD/Creative SBS370 2.1/PCLinuxOS2013/KDE4
Samsung NP305U1-A06IN | Nokia E6