Custom Mozilla.cfg of the file no longer works after upgrade to v38.01

I created a custom mozilla.cfg file which contains three main sections.
First section locks several preferences.
The second section modifies the chrome - cache the Orange button and add the menu bar.
Section three adds a folder of bookmarks and links specific to our Organization.

I also modified the local file - settings.js so that it points to my cfg file:
Pref ("general.config.filename", "mozilla.cfg");
Pref ("general.config.obscure_value", 0); This allows to deactivate the byte-shift

After the v38.01, Firefox opens. He appears briefly in the Task Manager and goes. I started some tests and found that, if I comment out the line "pref ("general.config.obscure_value", 0);" in the local file - settings.js, FF opens but none of the settings I've specified are applied.
I'm stuck because I have no idea what could be the problem. The allowed syntax has changed? The structure of the files has changed?
I can post the cfg file if necessary.

Thank you.

Yes. This feature has disappeared.

Tags: Firefox

Similar Questions

  • The lightning no longer works after upgrade to 45.2.0

    After upgrade of tuberculosis at 45.2.0, the Lightning has stopped working. There is more no sidebar on the right side of the window of TB, and no timetable is on the menu entries. Update version 4.7 Lightning has not changed the situation.

    The platform is Windows 7, 64-bit.

    Since he asked in another question on this topic, a screenshot of the Add-ons Manager is already determined.

    Because it no longer works after upgrade from TB. See the title.

    In any case, I Meanwhile downgraded TB once and once again, updated that solved the problem.

  • I have Acrobat 7.0 upgrade 7.1.4 which surprising no longer works after upgrading my mac os

    I have Acrobat 7.0 upgrade surprising 7.1.4 is no longer works after upgrading my operating system mac OS 10.8.5 (mountain lion), which gives an err message that system supports more PPc applications. I guess that Acrobat 7 is a PPc application and I wanted to know if there is no work here to be able to continue to use this product? I don't see this entry.

    Yes. The feature, called Rosetta, let the Intel Macs that use execute code written for PPC. Software not hardware. He was quietly abandoned. Maybe a Lion.

  • Pad at the top of the keyboard no longer works after installing Windows 7

    I have a cl dv7-1273.  Just changed from Vista Home Premium 64 for Windows 7 64.   Win 7 installed OK.  After you install the pad at the top of the keyboard no longer works in the dialogs like this.  When I entered the numbers here I had to use the keypad.  Keys still work in Word, Excel, Evernote, etc..

    Someone on the forum had the same problem of pad during the upgrade to win 8.  They solved the problem by uninstalling Comcast constant guard.   I removed a constant guard and now my keypad work.  Is there something in constant guard that is in conflict with the keys from HP laptop during upgrade to Win 7 or 8 Win.

  • VPN access no longer works after upgrade from 10 IOS!  Any input to fix?

    VPN access no longer works after update IOS 10!  With the help of an iPhone 5 or 6, our employees use their hotspot phone to connect to our VPN.  Suddenly, he broke Monday after the upgrade to IOS 10.  We have experienced many versions of IOS, and it has always worked.  Any patch available?

    Hello howlindaug,
    Thank you for using communities of Apple Support.

    If I understand your message that your employees will no longer be able to connect to your virtual private network with their iPhone 5 or 6 after the upgrade to iOS 10. Sierra Mac OS and iOS 10 delete a VPN profile PPTP connections when a user upgrades from their device. If your VPN is a PPTP connection, you'll want to use one of the options listed in the section below:

    Prepare for removal of PPTP VPN before upgrade you to iOS 10 and macOS Sierra

    Alternatives for PPTP VPN connections

    Try one of these other VPN protocols for authentication by user that are safer:

    • L2TP/IPSec
    • IKEv2/IPSec
    • Cisco IPSec
    • VPN SSL clients on the App Store, such as those of AirWatch, Aruba, Check Point, Cisco, F5 Networks, MobileIron, NetMotion, Open VPN, Palo Alto Networks, Pulse Secure and SonicWall

    Best regards.

  • Paste function central to the mouse no longer works after update

    I think that FireFox has been updated last night. Since then my central block the mouse function no longer works.
    I have not installed any addons or changed settings either.

    I want to talk to: subject: config > middlemouse.paste = true

    I tried it switch etc but nothing I can do, it takes. Any ideas?

    This problem has disappeared from Windows updated itself.

  • Could not open the file "hard": insufficient authorization after upgrading the Lion

    After a Lion one upgrade of fails my VM with cannot open the file "hard": permission to open the file. I tried 3.1.3 the uninstallation and reinstallation. Same mistake. I tried r chmod go + wx. The same problem. What are my options?

    Watch: permissions statement for VMS of Fusion

  • AppleScript no longer works after upgrade to Cougar in Yosemite

    Hey all,.

    I have an AppleScript that I use for my business that automates a process that I use on a daily basis. This script automatically does the following:

    • Creates a working within a customer folder folder
    • Created employment record is based on the date with an optional description
    • Creates a subfolder in the working folder for the original files from the client to the format of files, final files, etc..
    • Highlights the Client record in the color of the red label
    • Highlights the new folder of work also in the color of the red label
    • Sets a reminder that this new job is in my ToDo list

    This script is great and works like a charm in Mountain Lion.

    However, I upgraded a system test to Yosemite and my script fails.

    I get the following error message:

    "The path variable is not defined.

    I am stuck and don't know what has changed from Cougar in Yosemite that would cause this error.

    I would really appreciate it if someone could review this script and maybe let me know how to fix this error.

    Here is my script:

    on run {input, parameters}
    
      set thePath to the first item of the input -- just one
    
      tell (current date)
      set textMonth to text -2 thru -1 of ("0" & (it's month as integer)) -- leading zero
      set textYear to text -2 through -1 of (it's year as text)
      end tell
    
      set jobName to text returned of (display dialog "Please enter the three letter company code:" default answer "Three Letter Job Code")
      set jobNum to text returned of (display dialog "Please enter Job Number/Date:" default answer {textMonth & textYear & "01"})
      set jobLang to text returned of (display dialog "Please enter Project & Description:" default answer "SCH Card 1 PDF")
      set jobNumName to jobName & jobNum & " - " & jobLang
    
      try
      makeFolderStructure out of {jobNumName, {"Client Originals"}, {"Fax"}, {" FORMATTED FILES"}, {" FINAL DELIVERABLES"}, {" TRANSLATION FILE"}} at thePath
      on error errorMessage number errorNumber -- oops
      activate me
      display alert "Error " & errorNumber message errorMessage
      end try
    
      tell application "Finder"
      # parent folder
      set the label index of thePath to 2 -- 2 = red
      set the folder_name to the name of thePath
    
      # child folder
      get ((thePath as text) & jobNumName) as alias
      set the label index of the result to 2 -- 2 = red
      end tell
    
      -- Adds an item in the iCal ToDo list for this job
      set summarycal to folder_name & " - " & jobLang
      tell application "Reminders"
      set theList to list "Send to Translators"
      set newToDo to make new reminder with properties {name:summarycal, container:theList}
      end tell
    
      return thePath
    end run
    
    to makeFolderStructure out of someItem at someFolder
      (*
              make the folder structure defined in someItem at someFolder
              someList defines the structure:
                        nested list items create folders in the previous text item - {"A", {"B", {"C"}}} = /A/B/C
                        empty text items will create untitled folders
                        parameters -        someItem [mixed]: the folder structure
                                                  someFolder [alias]: the destination folder
                        returns nothing
              *)
      set parentFolder to someFolder
      if class of someItem is list then
      repeat with anItem in someItem
      if class of anItem is list then -- add subfolder(s)
      makeFolderStructure out of anItem at someFolder
      else -- add a new child folder at the current parent
      tell application "Finder" to make new folder at parentFolder with properties {name:anItem}
      set someFolder to the result as alias
      end if
      end repeat
      else
      tell application "Finder" to make new folder at someFolder with properties {name:someItem}
      end if
    end makeFolderStructure
    

    The script is intended to be run from Automator, where the previous action provides an entry point for the variable in Run the AppleScript action in a workflow.  If this is still the case, you could try to load your workflow in Automator and re-save.

  • AutoFill no longer works after upgrade to Safari 9.0.3

    I upgraded to Safari 9.0.3 yesterday on my Mac Mini 2.5 Ghz OS x 10.10.5 and the AutoFill feature no longer works. The password file still exists, but the AutoFill feature does not work. I ran the check / repair S.o.s. keychain and no problem not found.

    Check Safari/Preferences/passwords to ensure that AutoFill user names and passwords is enabled.

  • Satellite L300 webcam no longer works after upgrade to Windows 7

    I upgraded from Win Vista to Win 7 and my webcam no longer works.
    He said that there is an error. On the support page, it is said that this model is not intended for Win7, so I installed Win Vista drivers.
    Because the driver for Win7 is not available, the link is down. http://Support1.toshiba-tro.de/Tedd-files2/0/webcam-20091013162352.zip

    Any suggestions?

    Hello

    For me, it seems that you have not installed the right webcam software and so you can't get the webcam works with installed Win 7.

    Have what version of Win7 you installed? 32-bit or 64-bit?
    European driver Toshiba page provides the software of webcam for Win 7 32 bit for Satellite L300
    It s version 1.1.1.4.

    I found this choose: laptop Satellite L300 webcam driver satellite
    In such cases you will get listed all drivers webcam L300 series

  • IdeaPad Z470 Wifi Fn key no longer works after upgrade to Windows 8

    Hi all, I recently upgraded my ideapad Z470 to Windows 8, however, after the upgrade, seems the function key to not activate the wifi/bluetooth no long work, when I press the function (Fn + F5) key, it just would not bring up the software switch let me toggle the wifi & bluetooth on Windows 7 is.

    Also, I noticed that the Fn + F5 was taken by the 'Airplane Mode' function Windows 8, now everytime when I press these combination, it will trigger on/off airplane mode, is there something in my wifi/Bluetooth Fn key does not work do not?

    Any software/driver that I need to reinstall to get the wifi & blueooth working again? Any idea will be grealt appreciated.

    Hello and welcome
    The combination Fn are controlled by the direction of enrrgy. However the energy management. But the software is buggy to win 8. Then please install energy for win 7... Also reinstall the drivers wifi and bluetooth.

  • FCKeditor no longer works after upgrade to Firefox 17.0

    Since the Firefox update to the most recent (17.0) version, the fckeditor has stopped working on my site. It will be open, but there is no icons and I can't type anything. If it was there before, it does not appear when you open the fckeditor.

    It works fine in Internet Explorer and wasn't working earlier today in Firefox until I updated to Firefox.

    Hoping someone can help.


  • Satellite C50D-B-120 - buttons on the touchpad does not work after upgrade to win 10

    I just bought this new laptop. I have updated to Windows 8 Windows 10. Everything worked fine before the update. I am now active on Windows 10 and the mouse pad does not work. Initially, the entire mouse pad not working, I couldn't even move the mouse on the screen. I had a play around in the settings and have managed to get the work of the mouse, but now the button of mosuepad. I searched around the computer for the settings to solve this problem, but I had no luck.

    Please any help would be great, begin teaching and could do with getting this issue sorted.

    Thank you!

    You need to uninstall the driver for the touchpad (MOMENTUM or Synaptics)
    After that, restart the laptop...

    You can also try to update the driver in Device Manager... but the unit must be connected to the internet...

  • Touchpad no longer works after upgrade to VISTA on my M105-S3084

    I recently updated my system to VISTA and since that time, my touchpad does not work. I tried to install all types of drivers, that nothing seems to work. VISTA indicated that the device works properly. All other devices work - just the touchpad.

    Any idea?

    1 million thanks!
    Axel

    Have you checked if the touchpad is not disabled?
    You can enable and disable the touchpad by using the FN + F9 key, but I don't know if it will work if you have not installed the correct drivers m.

    However, in my opinion, the touchpad does not work due to incorrect or missing drivers!

    The laptop seems to be designed for the American market, and therefore, you should use the Toshiba site to download the correct Vista drivers!
    http://www.toshibadirect.com/TD/B2C/home.to

    By the way; It s always a good idea to perform a clean install an update!

  • Reference Dell backup and restore no longer works after upgrade

    After having recently upgraded to version 1.8.1.70 DBAR, my scheduled data backups have been crashing... error message: "a problem caused the program to stop working correctly." I uninstalled and reinstalled 3 times, even tried to restore a previous version. The problem persists. Any advice?

    Yes, when I check the last update, it showed me 1.8.1.70 version as well. However in Dell 'My downloads', it was another version - 1.8.1.71.You can upgrade your Dell downloads or click on the link:

    http://downloads.Dell.com/FOLDER02909509M/1/Backup-and-Recovery_Application_64M9D_WN32_1.8.1.71_A00.exe

Maybe you are looking for

  • Satellite L does not start correctly

    My laptop sometimes has problems to start. I opened the laptop & it tries to start, but the "num lock" and "caps lock" LED (green) lights remain lit. If the laptop starts properly, the light turn on for a very short time and switch immediately. It do

  • I want to toe xport my favorites to an HTML file. Online help says to use "Organize Favorites", but this no longer seems to exist in the latest version of Firefox. What should I do?

    As I say, the online help files refer to the option "Organize Favorites", which no longer exists, I think. I know a lot of 'research' went into the update of Firefox, and certainly I do not wish to sound ungrateful, but... Thanks for any help that an

  • Satellite S3000 - X 4 won't stay on

    Hello Can someone please help? I have a series of Satellite 3000 X 4, which I recently abandoned and damaged the motherboard. I was told, a way to cut a long story short, I bought another S3000 X 4 and used the Council M and using my existing hard dr

  • Help conversion table...

    Need help here some Labview... I'm stuck... No need to... Step 1 - Take a 1 d array with 4 index example: 0.153, 121, 249 Step 2 - convert the elements of the array in their 0 hexadecimal equivalent, 99, 79, F9 Step 3 - concatenate the array index 09

  • Acer S7 - 392 Factory Image

    Hello My SSD drive was accidentally erased, erase completely, which means that the partition of BONE, as well as the scores of startup and recovery are gone. Is there an original image that includes the recovery, os and boot that I could burn it to a