|
||
|
SeaMonkey General FAQLast updated on May 25, 2007.
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.
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
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.
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 Set all those services to automatic. If that doesn't appear to work, set to the preference network.autodial-helper.enabled to true.
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.
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.
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
Syntax rules:
SeaMonkey command line arguments: -height <value> Set height of startup window to <value>
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".
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.
How do I disable AutoScroll?
Enter about:config in the location bar.
How do I use different icons for each component(Windows only)?
All the icons are available in \mozilla.org\SeaMonkey\chrome\icons\default\
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. Set the value to whatever URL you wish.
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:
Actually, you can name the files whatever you like, as long as they match the names in the userChrome.css lines.
How do I remove the grippies on the left side of each toolbar?Add this script in your userChrome.css (See Editing Config Files):
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):
How do I style the text in the window menus?Add this script in your userChrome.css (See Editing Config Files):
Of course, you can change "9pt" to whatever size you want; as well as add more style scripts.
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):
Can I decode the password file?http://burntelectrons.org/moz/moz-passwords.html
How do I make "About SeaMonkey" open in a popup, rather than a new browser window?
Enter about:config in the location bar.
How do I completely uninstall SeaMonkey on Windows?
Assuming you don't have Mozilla or Netscape 6/7 installed...
Then remove the files:
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.
|
|