Suppress add-on dialog when launching Firefox

When launching Firefox with new extensions installed, it comes up with a dialog box telling of the new extensions. I'd like a way to completely suppress this for our users, as we (in IT dept) already know it was installed and don't need our users to see anything about it.
Is there a way to completely suppress the add-on dialog so it doesn't come up at all? Maybe a command-line switch, javascript extension, or setting in an ini file?
Target is Debian and Ubuntu Linux with Firefox 3.6.
thanks!

This is stupid. Not only is the way to install plugins now basically a hack (unzipping an xpi file into a dir? really?), but getting rid of the notification is as well. I came up with three ways around this problem: a) install all plugins right after a fresh install, before any profile dirs are created, b) remove all profile directories, or c) edit the prefs.js file for the desired profile. Option "a" is obviously easiest but not always doable.
to fully automate on linux for option b (assuming kioskfox-0.4-fx.xpi is your extension file):
mkdir kf
unzip kioskfox-0.4-fx.xpi -d kf/
sudo mv kf /usr/lib/firefox-addons/extensions/`cat kf/install.rdf |grep em:id|head -1 | cut -d '>' -f 2|cut -d '<' -f 1`
rm -rf /home/*/.mozilla/firefox/*default
alternate to an rm -rf for option c (if firefox has been started already, and this line appears in the prefs.js):
mv /home/<user>/.mozilla/firefox/*default/prefs.js /home/<user>/.mozilla/firefox/*default/prefs.js.orig
cat /home/<user>/.mozilla/firefox/*default/prefs.js.orig | grep -v "extensions.newAddons" > /home/<user>/.mozilla/firefox/*default/prefs.js
dork around with it a bit to understand what I'm doing, to make sure you don't mess yourself up. obviously if you don't use the default profile, change *default to whatever the profile is named.
hth

Similar Messages

  • Oops! Error msg when launching Firefox

    Just installed Firefox 3.6 on my sister's computer. When launching Firefox a msg box pops up ( on what appears to be a Google page ) that says Oops! Firefox could not find www.download-services.net
    Did not even try to access this site, but Firefox automatically does.
    Couple of things we already tried were:
    Completely Uninstalling a very old version of Firefox she already had
    Uninstalling the Google toolbar using Add/Remove programs ( but it's still there? )
    Uninstalled and re-installed Firefox 3.6 two times
    Still get this msg box.
    Also, tried to set AOL as homepage and it will not take
    Please advise. Thanking you in advance!

    I've tried checking the firewall issue; removed and reinstalled Firefox several time; run multiple anti-virus programs looking for issues; and it still doesn't work. However, today Google Chrome began working as my internet connection; and it works beautifully using Firefox (Go figure!). However, when I again reinstalled the actual Firefox program, it still does not work; so I have once again removed it. I find this very interesting.

  • Error when launching Firefox

    Hi; I’m experiencing a problem when launching Firefox . Receive the following message;
    Firefox can't establish a connection to the server at en-gb.start3.mozilla.com
    I’ve removed and reloaded Firefox, but same problem.
    The only thing I can think of that’s changed on the PC is that I’ve renewed & McAfe AntiVirus Plus (which also had to be removed then reloaded).
    Any suggestions as to what’s the problem & how to fix?

    I've tried checking the firewall issue; removed and reinstalled Firefox several time; run multiple anti-virus programs looking for issues; and it still doesn't work. However, today Google Chrome began working as my internet connection; and it works beautifully using Firefox (Go figure!). However, when I again reinstalled the actual Firefox program, it still does not work; so I have once again removed it. I find this very interesting.

  • When launching Firefox(5.0) there are always two TABS that open.

    When launching Firefox(5.0) there are always two TABS that open, one with "What's new in Firefox" and other my homepage. Can't it be adjusted to open only one TAB (Homepage) and not the other one?

    See these articles for some suggestions:
    * https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    * http://kb.mozillazine.org/Preferences_not_saved

  • When launching firefox, it no longer goes to my homepage. It goes to the last page visited while on line! Help??

    When Launching Firefox it used to automatically go to my homepage! It no longer does, it goes to the last page visited on the web!
    == This happened ==
    Every time Firefox opened
    == it just started a few days ago!! Not sure why!

    Check
    Tools > Options > General > When Firefox starts ....

  • Followed the download and install for firefox into my linux home directory. When launching firefox got an error message about a mission shared object. Additional detail to follow.

    When launching firefox got the following error: XPCOMGlueLoad error for file ~/firefox/libxpcom.so libxul.so cannot open shared object file: No such file or directory Couldn't load XPCOM (but file libxul.so is there) what do I do???

    Make sure that you meet the system requirements and have all required libraries installed.
    *http://www.mozilla.com/en-US/firefox/8.0.1/releasenotes/
    *http://www.mozilla.com/en-US/firefox/3.6.24/releasenotes/
    *http://kb.mozillazine.org/Installing_Firefox#Linux
    You can find the latest Firefox releases here:
    *Firefox 8.0.x: http://www.mozilla.com/en-US/firefox/all.html
    *Firefox 3.6.x: http://www.mozilla.com/en-US/firefox/all-older.html

  • Disable "Checking Your Add-ons" When Launching Firefox

    Currently in our enterprize enviroment we have an older version of Firefox that we can not upgrade (long story).
    When a user first launches Firefox, the first windows says "Checking Your Add-on's"
    How can I get Firefox to not have this pop up?
    Note: This is on a Citrix Provisioning Server, I have a default profile that when people launches Firefox all the certs etc gets loaded. Is there a way in the default profile to configure not to check Add-On's ?

    You could set lastVersion prefs to the value of that new Firefox version to prevent such a check.
    <pre><nowiki>user_pref("extensions.lastAppVersion", "32.0");
    user_pref("extensions.lastPlatformVersion", "32.0");
    </nowiki></pre>
    You could do that via user.js file in the defaults\pref folder in the Firefox program folder to initialize new profiles or via a mozilla.cfg file for all users (use pref() instead of user_pref()).
    These functions can be used in the mozilla.cfg file:
    defaultPref(); // set new default value
    pref(); // set pref, allow changes in current session
    lockPref(); // lock pref, disallow changes
    See:
    *http://kb.mozillazine.org/Locking_preferences
    *http://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/

  • Pop-up message when Launching Firefox Mozilla

    Just updated Mozilla Firefox to 3.6.10 recently, and now every time when I launch Firefox. I will receive this message: "what happened:TypeError: this.installDir is null. " on a small window. click ok than the program will launched. Noted that this happen only when 1st time launching firefox onto the PC. I have even reinstall firefox but the same result message appear.

    This is caused by an add-on, see [[troubleshooting extensions and themes]] to identify which one.
    I see you have the Ask toolbar, that toolbar has caused this error message for some people.

  • Suppressing "reopen windows" dialog when restarting a crashed program

    Hi All,
    Is there any way of suppressing the alert dialog that pops up when restarting a crashed program? The alert's text reads:
    "The last time you opened <app name>, it unexpectedly quit while reopening windows. Do you want to try to reopen its windows again?"
    I want the OS to just open the program without asking me this, since the computer is being used in a kiosk-type application.
    Thanks,
    c.

    Yes, I still have access to the keyboard for a tty. It's just that X doesn't respond to any keyboard inputs.
    I totally didn't know that you could run stuff on an X display from a tty. Worked with env DISPLAY=:0.0 xeyes
    I think this is the most elegant solution.
    The Ctrl+Alt+Bksp can no longer be activated with Option "DontZap" "false". There is a way to re-enable it with HAL or a setting in KDE/Gnome keyboard layout settings. It still kills everything in the X session though.
    Thank you very much

  • Running latest version of Firefox on latest release of Ubuntu. When launched Firefox freezes. Am using wifi. Wifi works because it downloads updates fine.

    I have a new build of Ubuntu latest release 11.10. When I launch Firefox it seems to freeze. Ubuntu still works it's just Firefox that is not reponding. It just stays in the mode of trying to load the homepage. None of the toolbar options are accessible at this point. I am connecting to router using wifi. The wifi works since I am able to download Ubuntu updates.

    Your UserAgent string in Firefox is messed up by another program that you installed.
    [http://en.wikipedia.org/wiki/User_Agent]
    type '''about:config''' in the URL bar and hit Enter <br />
    ''If you see the warning, you can confirm that you want to access that page.'' <br />
    Filter = '''general.useragent.extra.firefox''' <br />
    Right-click that preference and select '''Reset''' <br />
    Then restart Firefox

  • When launching firefox a pdf opens

    I have a user that is running Firefox 3.6.28 when she launches Firefox a PDF opens with it. It is not a tab.

    If it is not a tab then what does she get (maybe attach a screenshot)?
    Is this an unfinished download?
    In that case try to delete the downloads.sqlite file in the Firefox Profile Folder.
    See:
    * http://kb.mozillazine.org/Unable_to_save_or_download_files#Manually_delete_download_history
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder

  • How to turn off Verizon browser tabs when launching Firefox???

    Hey all, when i launch Firefox 2 addtional, seperate Verizon browser tabs open beside the Firefox one at the top of the screen.
    Can't figure out how to stop them from opening?? Can anyone help?
    Thanks.

    If you click on those tabs, what displays?

  • Need to suppress Windows Security dialog when connecting to CRM WCF service from application

    I am currently developing a Windows desktop application that uses the CRM WCF service as a data source. The CRM environment uses AD authentication. The problem I have is that our domain enforces a password expiration policy, so every three months each user's
    CRM password changes, and the one stored for the user (in encrypted form) in the application becomes invalid.
    When that happens, after logging into the application, the user is presented with a Windows Security dialog asking them to enter their network user credentials. If they do so the first time, they're asked up to a dozen more times, to authenticate a bunch
    of OrgServiceProxy objects in a pool. This is confusing, frustrating, and dangerous from a security mindset (don't want the user getting too comfortable entering network credentials into every dialog that asks). I want to suppress this popup, and instead have
    the CRM authentication immediately throw the SecurityNegotiationException I'm expecting if the credentials passed are wrong. The app will catch that and direct the user to the User Maintenance screen where they can update their credentials.
    I know it's possible to put the site in a zone with custom security settings suppressing this prompt, but Group Policy to do that is kind of heavy-handed and could have unintended consequences. I would prefer a programmatic "quick fix" for now,
    until we can re-architect the application's security layer to do all authentication against AD.
    Thanks.

    Hi friend,
    This forum is to discuss problems of C# development. Your question is not related to the topic of this forum.
    You'll need to post it in the dedicated ASP.Net Forum
    http://forums.asp.net for more efficient responses, where you
    can contact ASP.NET experts. Thanks for understanding.
    Have  a nice day!
    Kristin

  • How can I change the default "file type" in the open file dialog when using Firefox on certain web pages?

    I work for a bankruptcy attorney. We use the Court's file upload to file our documents. When I am on the Court's site and I have to pick a file to upload, the "open file" dialog box pops up. In Firefox, the default "file type" is always "image" files. I need it to be "all files". How can I change this setting?

    Two observations.
    First — "Tools-> ...." is specific to Acrobat X and XI. It did not exist prior to Acrobat X.
    Second — Acrobat 9 Pro / Standard (nor earlier release) does not support viewing a PDF page containing a scanned image and performing a right-click  ... Save Image As. 
    The context menu provided by Acrobat 9 Pro with a right-click on a scanned image is:
    The context menu,from a right-click with the TouchUp Object tool selected, for Acrobat 9 Pro is:
    So, to paraphrase what Paul Harvey used to say ... What's the rest of the story?
    Be well...

  • How to suppress Save As dialog when using the Close button on an editable pdf

    Environment: Windows 7, SDK 9, Adobe Acrobat Pro X, Visual Studio 2010 Professional
    Summary: when a document is opened for editing using automation, edited, then closed using the "Close" button, the confirmation dialog appears, "yes" is selected and then the "Save As" dialog appears.  It should save without the "Save As" dialog in the same way it does were the document opened from Adobe Acrobat directly.  My question is, is there any flag to set which governs whether the "Save As" dialog appears as part of the close document process.  It is behaving as if the document is read-only upon close. (it isn't)
    This is how the document is opened from C++:
    if(SUCCEEDED(hr = ::CoCreateInstance(__uuidof(Adobe9::Acrobat::CAcroAVDoc), 0, CLSCTX_ALL, IID_IUnknown, (void**)&pUnk))){
    hr = OleRun(pUnk);
    if (SUCCEEDED(hr)){
    if (SUCCEEDED(hr = pUnk->QueryInterface(&pAVDoc))){
    hr = pAVDoc->Open((BSTR)CComBSTR(strPath), strDocName, &bRet);
    Even when the plugin is removed from the plug_ins\AcrobatSDK directory, the behaviour is the same.
    Another reproduction is running the BasicIacVC sample, commenting out all lines from gAcroPdDoc->Close(); in InitInstance() and returning TRUE.  If an editable document is opened using the sample, edited then closed using the "X" button, the confirmation dialog is followed by a "Save As" dialog as if it were a read-only document which it is not.
    Any suggestions would be appreciated.
    Regards,
    Evan

    Yes, it does.  (as long as the pdf has been opened via a COM interface)

Maybe you are looking for

  • After visiting a website that was a pdf file (which didn't load -crashed), Firefox now constantly causes calls to my hard drive all the time when open.

    I went to a site that was a pdf of a map. When I clicked on it, the hard drive called constantly and the map never did download. Now when I open Firefox, my computer constantly makes calls to the hard drive all the time Firefox is operating. This doe

  • Assigning jobs to a position

    Hello! My problem is this: when i assign jobs to a position in PPOME, the position shuold keep the descriptions of job when i confirm my entry (by pressing Enter) , but when the name of job is too large, this ones isn't assigned to position. What can

  • Error: Gray Menu Options? PS CC

    I seem to be having an issue with Photoshop CC 2014. I'm using Windows 8.1 on an HP 110-017cb. The issue is, I was having problems using the Blending Options when working on a New Document. I solved that by resetting some presets, but now some option

  • Camera raw stuck 8.3 on mac ps cc 2014

    I have seen on the forum that some other users are stuck with earlier versions of camera raw, and there is brute force solution for windows. How do I solve the same problem for mac? I have PS CS6, PS CC, PS CC 2014. PS6 updated correctly, but neither

  • Oracle VIEW created on SAP table

    Hi All, I've Oracle 10g. I've a view in it on an SAP table using DB link. I started getting error ORA-06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind when this view is fetched using FOR loop. On investigation, I found that there is a