SeaMonkey General FAQ

Last updated on May 25, 2007.
  1. Is there a Calendar component available. Where can I get it?
  2. Where can I find language packs?
  3. Does SeaMonkey offer update patches?
  4. How can I setup SeaMonkey to autodial in Windows?
  5. How do I stop SeaMonkey from activating the auto-connect in Windows?
  6. What are command line arguments; and which ones are available when starting SeaMonkey?
  7. How do I change the splash screen at startup(Windows only)?
  8. How do I uninstall an extension?
  9. How do I disable AutoScroll?
  10. How do I use different icons for each component(Windows only)?
  11. How do I change the URL SeaMonkey goes to, when I click on the throbber?
  12. How do I change the throbber graphic in the top right corner?
  13. How do I remove the grippies on the left side of each toolbar?
  14. How do I reverse the direction of items on the status bar? (component bar on the right)
  15. How do I style the text in the window menus?
  16. How do I prevent others from using the "Show Passwords" button on my profile?
  17. Can I decode the password file?
  18. How do I make "About SeaMonkey" open in a popup, rather than a new browser window?
  19. How do I completely uninstall SeaMonkey on Windows?

Is there a Calendar component available. Where can I get it?

The Calendar is a third party project developed at mozilla.org. Unfortunately, the Calendar for SeaMonkey 1.0 is no longer developed (or available); however Howard Chu has been maintaining a private set of patches to keep it working in SeaMonkey. He has uploaded the extension for SeaMonkey 1.x to his website.

[back to top]

Where can I find language packs?

SeaMonkey 1.1: http://www.mozilla.org/projects/seamonkey/releases/#l10n

SeaMonkey 1.0: http://www.mozilla.org/projects/seamonkey/releases/1.0.9.html#l10n

[back to top]

Does SeaMonkey offer update patches?

Currently, the only way to update SeaMonkey, is by downloading and installing the latest version. Partial updates are planned to be implemented in a future release.

[back to top]

How can I setup SeaMonkey to autodial in Windows?

In Windows 98, open the Control Panel (Start -> Settings -> Control Panel). Double-click Internet Options. Select the Connections tab. Set the dial option to "Dial whenever a network connection is not present". Also, select one of the dialup connections and press the "Set Default" button.

In Windows 2000/XP open the Control Panel (Start -> Settings -> Control Panel). Double-click Administrative Tools. Double-click Services. Look for the following services:

* Remote Access Connection Manager
* Remote Access Auto Connection Manager
* Telephony

Set all those services to automatic.

If that doesn't appear to work, set to the preference network.autodial-helper.enabled to true.

[back to top]

How do I stop SeaMonkey from activating the auto-connect in Windows?

If you want to turn on auto-connect for other Internet clients but turn it off for SeaMonkey, enter about:config in the Location Bar. Find the item network.autodial-helper.enabled and set its value to false.

[back to top]

What are command line arguments; and which ones are available when starting SeaMonkey?

A command line argument is a command added to the end of a program file path, that controls how the program is opened.
How do you add one?

On Windows, right-click the SeaMonkey shortcut icon and choose Properties. In the Target input box of the Shortcut tab, put the command option after the quote, for example
"C:\Program Files\mozilla.org\SeaMonkey\seamonkey.exe" -p myprofile.

On Linux or Unix, type the command option after the SeaMonkey command, for example, ./seamonkey -p myprofile .

On Mac OS, create a text file with the following syntax:

type:TEXT
creator:MOZZ
containing:ARGS: -P myprofile

Syntax rules:
* Command parameters containing spaces must be enclosed in quotes; for example, "Joel User".
* Command actions are not case sensitive.
* Command parameters except profile names are not case sensitive.
* Blank spaces ( ) separate commands and parameters.
* Each message option follows the syntax field=value, for example:
 o to=foo@nowhere.net
 o subject=cool page
 o attachment=www.mozilla.org
 o body=check this page
* Multiple message options are separated by comma (,), for example: "to=foo@nowhere.net,subject=cool page" . Comma separators must not follow or precede spaces ( ).

SeaMonkey command line arguments:

-height <value>           Set height of startup window to <value>
-h or -help Prints this list
-installer Start with 4.x migration window
-width <value> Set width of startup window to <value>
-v or -version Print SeaMonkey version
-CreateProfile <profile> Create <profile>
-P <profile> Start with <profile>
-ProfileWizard Start with profile wizard
-ProfileManager Start with profile manager
-SelectProfile Start with profile selection dialog
-UILocale <locale> Start with <locale> resources as UI Locale
-contentLocale <locale> Start with <locale> resources as content Locale
-console Start SeaMonkey with a debugging console
-nosplash Disable splash screen
-quiet Disable splash screen
-addressbook Start with the addressbook
-news Start with news
-jsconsole Start with Javascript Console
-edit <url> Start with editor
-chrome <url> Load the specified chrome
-mail Start with mail
-compose <url> Start with messenger compose
-browser Start with browser
[back to top]

How do I change the splash screen at startup(Windows only)?

Put a picture in BMP format in your SeaMonkey program folder (where seamonkey.exe is) and name it "seamonkey.bmp".

[back to top]

How do I uninstall an extension?

Sometimes extensions will have an uninstall button, somewhere in the preferences menu. In such cases, it is best to use that. In cases where you'd like to remove an extension, that does not have an uninstaller, you can install the Extension Uninstaller extension.

[back to top]

How do I disable AutoScroll?

Enter about:config in the location bar.
Search for the preference general.autoScroll.
Double-click on it, which should modify the value to false.

[back to top]

How do I use different icons for each component(Windows only)?

All the icons are available in \mozilla.org\SeaMonkey\chrome\icons\default\
To change an icon for a specific shortcut, right-click on the shortcut and select "Properties", then click on "Change Icon".

[back to top]

How do I change the URL SeaMonkey goes to, when I click on the throbber?

There is a separate preference for the throbber in each of the components.
Enter about:config in the location bar, and press Enter.
Search for either:
browser.throbber.url
messenger.throbber.url
compose.throbber.url
addressbook.throbber.url

Set the value to whatever URL you wish.

[back to top]

How do I change the throbber graphic in the top right corner?

There are two files required for a throbber. One is the still graphic, and the other is the animated graphic that is displayed when SeaMonkey is busy. Name them accordingly:
animthrob_single.gif
animthrob.gif

Then copy the new throbbers into your profile directory's chrome folder, and add the following lines to your userChrome.css:

#navigator-throbber
{
list-style-image : url("animthrob_single.gif") !important;
}
#navigator-throbber[busy="true"]
{
list-style-image : url("animthrob.gif") !important;
}

Actually, you can name the files whatever you like, as long as they match the names in the userChrome.css lines.

[back to top]

How do I remove the grippies on the left side of each toolbar?

Add this script in your userChrome.css (See Editing Config Files):

toolbargrippy { display: none; }

[back to top]

How do I reverse the direction of items on the status bar? (component bar on the right)

Add this script in your userChrome.css (See Editing Config Files):

#status-bar {direction: rtl;}
#status-bar > * {direction: ltr;}

[back to top]

How do I style the text in the window menus?

Add this script in your userChrome.css (See Editing Config Files):

menupopup > * {
font-size: 9pt !important;
}

Of course, you can change "9pt" to whatever size you want; as well as add more style scripts.

[back to top]

How do I prevent others from using the "Show Passwords" button on my profile?

Go to Edit -> Preferences -> Privacy & Security -> Master Password, and set a Master Password. Whenever the "Show Passwords" button is clicked on, the user will be prompted to enter the master password.

You can also hide the button, by adding the following script to your userChrome.css (See Editing Config Files):

#togglePasswords {display: none !important;}

[back to top]

Can I decode the password file?

http://burntelectrons.org/moz/moz-passwords.html

[back to top]

How do I make "About SeaMonkey" open in a popup, rather than a new browser window?

Enter about:config in the location bar.
Search for the preference browser.show_about_as_stupid_modal_window.
Modify the value to true.

[back to top]

How do I completely uninstall SeaMonkey on Windows?

Assuming you don't have Mozilla or Netscape 6/7 installed...
After you uninstall via Add/Remove Programs, reboot, then delete the directories:

  • C:\Program Files\mozilla.org
  • C:\Program Files\Common Files\mozilla.org (SeaMonkey 1.0.x only)
  • %APPDATA%\Mozilla
    (If you don't know what %APPDATA% is, use Windows Start -> Run, and enter %APPDATA%\Mozilla )
  • %USERPROFILE%\Local Settings\Application Data\Mozilla

Then remove the files:

  • C:\WINDOWS\mozver.dat
  • C:\WINDOWS\SeaMonkeyUninstall.exe

Following the instructions above will remove all profile data (bookmarks, email, address book, settings, passwords, etc.).

Again, I can't stress this enough, if you have any other Mozilla based products installed, do not follow the instructions above.

[back to top]























Maintainer: Asrail