openbsd-ports/www/seamonkey/files
landry ab142a5ddc Do the PFRAG dance so that it provides a working debug-flavoured
package. Add a run-mozilla.sh patch to make it found our gdb by default.
Teach users how to properly debug mozilla ports.
2010-10-27 13:02:38 +00:00
..
genchrome
nsSound.cpp Major update to seamonkey 2.0.4, now built upon mozilla-1.9.1/firefox 2010-04-03 09:30:14 +00:00
README.OpenBSD Do the PFRAG dance so that it provides a working debug-flavoured 2010-10-27 13:02:38 +00:00
seamonkey.desktop Major update to seamonkey 2.0.4, now built upon mozilla-1.9.1/firefox 2010-04-03 09:30:14 +00:00
sydney_audio_sndio.c Major update to seamonkey 2.0.4, now built upon mozilla-1.9.1/firefox 2010-04-03 09:30:14 +00:00

$OpenBSD: README.OpenBSD,v 1.6 2010/10/27 13:02:39 landry Exp $

To disable anti-aliasing (xft) set GDK_USE_XFT=0 in the environment.

Plugins

Seamonkey looks for plugins in ~/.mozilla/plugins,
${LOCALBASE}/lib/mozilla-plugins, and ${TRUEPREFIX}/seamonkey/plugins.
If the environment variable MOZ_PLUGIN_PATH is specified, this
location will be overridden.

Using Java Applets

To make Applets work, you must symlink (not copy) the file
libjavaplugin_oji.so into one of the directories listed above.
This might be done like the following:

$ cd ~/.mozilla/plugins
$ ln -s ${LOCALBASE}/jdk-1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so .
$   

Information on building Java (on some platforms) can be found in
http://www.openbsd.org/faq/faq13.html#javaflash

Internationalization

This package contains internationalizations for all supported
languages.  To configure Seamonkey for your language, go to
Edit->Preferences->Appearance->Languages/Content and select your
favorite Language/Content pack.

Debugging

If you encounter crashes, you might want to build the debug FLAVOR of
this package, and run 'seamonkey -g' to run seamonkey inside gdb, so
that you can gather debugging logs and traces.
Bug reports without that information will be ignored.