Uninstall search plugins: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(trying to clean up this mess (Notes, esp.))
(linking to installation directory, removing clutter)
Line 3: Line 3:
After installing plugins from [http://mycroft.mozdev.org/ Mycroft] you might want to get rid of those you don't use.
After installing plugins from [http://mycroft.mozdev.org/ Mycroft] you might want to get rid of those you don't use.


# Go to the installation directory of the application (Firefox or Mozilla Suite) and locate the subfolder "searchplugins". (See notes below.)
# Go to the [[installation directory]] of the application (Firefox or Mozilla Suite) and locate the subfolder "searchplugins".
# Delete both SRC and GIF/PNG files for each search plugin. For example, if you want to get rid of the default Google search plugin, you will delete "google.src" and "google.png".
# Delete both SRC and GIF/PNG files for each search plugin. For example, if you want to get rid of the default Google search plugin, you will delete "google.src" and "google.png".
# Restart the application and deleted plugins will disappear.
# Restart the application and deleted plugins will disappear.
Line 9: Line 9:




===Notes: locating your installation directory and "searchplugins" subfolder===
===Notes===
Do not confuse your installation directory with your [[profile folder]].
* '''All users''': Do not confuse your [[installation directory]] with your [[profile folder]].


====Windows====
* '''Linux users''': On Linux, you will need root privileges, unless you've installed the program somewhere the user has access to. To obtain root privileges, either
On Windows, it is usually <tt>C:\Program Files\Mozilla Firefox\</tt> (for Firefox) or <tt>C:\Program Files\Mozilla\</tt> (for Mozilla Suite). This path may vary on a per computer basis and doing a search on your computer for "Mozilla", "Firefox", or "searchplugins" will help.
:# Logout and log in as '''root'''
:# Fire up the console and type '''su''' (followed by the root password)
:Note: Both procedures require root password. The second enables you to work only in console mode only.


====Linux====
* '''FreeBSD users''': On FreeBSD, this is usually <tt>/usr/X11R6/lib/firefox/searchplugins/</tt>. Root privileges will be required to remove the two files associated with each plugin.
On Linux, you will need root privileges, unless you've installed the program somewhere the user has access to. To obtain root privileges, either
# Logout and log in as '''root'''
# Fire up the console and type '''su''' (followed by the root password)
Note: Both procedures require root password. The second enables you to work only in console mode only.


The path may vary and doing a search on your computer (from "/") for "firefox", "mozilla", "searchplugins", or "plugins" will help. If Firefox or Mozilla Suite was installed using a standard update manager and not manually, this path is ususally <tt>/usr/lib/firefox-<version></tt> (for Firefox) or <tt>/usr/lib/mozilla-<version></tt> (for Mozilla Suite). E.g.: <tt>/usr/lib/firefox-1.0</tt> (Firefox) or <tt>/usr/lib/mozilla-1.7.3</tt> (Mozilla Suite).
* '''Mac OS X users''': On Mac OS X, it is usually under your "Applications" folder. The "searchplugins" subfolder is within the Firefox/Mozilla Suite Applications folder ("Mozilla.app" or "Firefox.app"), but clicking on it will start the program. To open this folder and see the folders beneath: Ctrl-click "Mozilla.app" or "Firefox.app" and select "Show Package Contents". The folder should be at <tt>/Applications/Firefox.app/Contents/MacOS/searchplugins</tt> (for Firefox) or <tt>/Applications/Mozilla.app/Contents/MacOS/searchplugins</tt> (for Mozilla Suite).
 
====FreeBSD====
On FreeBSD, this is usually <tt>/usr/X11R6/lib/firefox/searchplugins/</tt>. Root privileges will be required to remove the 2 files associated with each plugins.
 
====Mac OS X====
On Mac OS X, it is usually under your "Applications" folder. The "searchplugins" subfolder is within the Firefox/Mozilla Suite Applications folder ("Mozilla.app" or "Firefox.app"), but clicking on it will start the program. To open this folder and see the folders beneath: Ctrl-click "Mozilla.app" or "Firefox.app" and select "Show Package Contents". The folder should be at <tt>/Applications/Firefox.app/Contents/MacOS/searchplugins</tt> (for Firefox) or  
<tt>/Applications/Mozilla.app/Contents/MacOS/searchplugins</tt> (for Mozilla Suite).

Revision as of 02:38, 25 April 2005

This article applies to both Mozilla Suite and Firefox.

After installing plugins from Mycroft you might want to get rid of those you don't use.

  1. Go to the installation directory of the application (Firefox or Mozilla Suite) and locate the subfolder "searchplugins".
  2. Delete both SRC and GIF/PNG files for each search plugin. For example, if you want to get rid of the default Google search plugin, you will delete "google.src" and "google.png".
  3. Restart the application and deleted plugins will disappear.
  4. If you uninstalled a search plugin because it was broken, please go to the Mycroft Homepage and "judge" this plugin. Thank you!


Notes

  • Linux users: On Linux, you will need root privileges, unless you've installed the program somewhere the user has access to. To obtain root privileges, either
  1. Logout and log in as root
  2. Fire up the console and type su (followed by the root password)
Note: Both procedures require root password. The second enables you to work only in console mode only.
  • FreeBSD users: On FreeBSD, this is usually /usr/X11R6/lib/firefox/searchplugins/. Root privileges will be required to remove the two files associated with each plugin.
  • Mac OS X users: On Mac OS X, it is usually under your "Applications" folder. The "searchplugins" subfolder is within the Firefox/Mozilla Suite Applications folder ("Mozilla.app" or "Firefox.app"), but clicking on it will start the program. To open this folder and see the folders beneath: Ctrl-click "Mozilla.app" or "Firefox.app" and select "Show Package Contents". The folder should be at /Applications/Firefox.app/Contents/MacOS/searchplugins (for Firefox) or /Applications/Mozilla.app/Contents/MacOS/searchplugins (for Mozilla Suite).