Reasons to use Firefox/Deerpark instead of Safari:Reasons to use Safari instead of Firefox/Deerpark:
- I can use it on Linux without having to use a different browser.
- I can use the "Edit in Textmate" feature.
- I can use Services->Summarize
EXIT FIREFOX ON IBEX
scp ~/Library/Application\ Support/Firefox/Profiles/5p7icup9.default/bookmarks.html \
ibex:.mozilla/firefox/jyuucyzv.default
START FIREFOX ON IBEX
(as root)
cd /usr/src
tar xf mozilla-i686-pc-linux-gnu-1.6b.tar
rm mozilla-i686-pc-linux-gnu-1.6b.tar
cd mozilla
./mozilla
select "Complete"
This'll create /usr/local/mozilla/, which
contains the mozilla binary, so you have to add
/usr/local/mozilla to your PATH in your
.bashrc file.
With this install, the plugins directory is
/usr/local/mozilla/plugins.
Web to www.mozilla.org and get the RPMs for Red Hat 7.x. Download all ~11 of them and then
(as root)
rpm -i *.rpm
rm *.rpm
With this install, the plugins directory is
/usr/lib/mozilla-1.3/plugins.
To deinstall 1.4, I did
rpm -e mozilla mozilla-chat mozilla-devel \
mozilla-dom-inspector mozilla-js-debugger mozilla-mail \
mozilla-psm
When you let some automated plug-in installer install the plugin for you, it's likely to install it in the wrong place. For instance, Sun's Java plugin installer will install the Java plugin into /usr/lib/netscape/plugins, and Mozilla won't find it. Often, after installing a plugin, you have to manually move it to Mozilla's plugins directory or install a symbolic link from /usr/src/mozilla/plugins to where the plugin lives.
To see what plugin you're running, do Help->About plugsins or web to http://www.psc.edu/~jheffner/misc/JavaVersion.html
/opt/oss/play %s
/usr/local/Acrobat5/bin/acroread %s
/usr/bin/xmms
rpm -iv rp8.linux20.libc6.i386.cs2.rpm
rm ~/plugininstall.results
rm ~/mimeinstall.results
This installs /usr/X11R6/bin/realplay, which
worked as of 1/26/02. The rpm also ran a thing that claimed it
was installing the plugins. It did, but into ~/.netscape, not
into ~/mozilla, so...
(as root)
cd /usr/src/mozilla/plugins
cp ~siemsen/.netscape/plugins/raclass.zip .
cp ~siemsen/.netscape/plugins/rpnp.so .
After restarting mozilla, I could play RealPlay snippets found at
the CDNow home page.
The page contains information of a type
(application/x-mplayer2) that can only be viewed with the
appropriate plug-in. Click OK to download the plug-in.
Clicking OK takes you to Microsoft. I got
mplayer to try to play it. I did
as root
rpm -i \
mplayer-1.0pre3-1.i386.rpm \
mplayer-common-1.0pre3-1.i386.rpm \
lame-libs-3.92-3.i686.rpm \
libgcc-3.0.4-1.i386.rpm
This installed /usr/bin/mplayer. I then used
Mozilla's
Edit->Preferences->Helper Applications
to define a new entry for application/x-mplayer2,
pointing at /usr/bin/mplayer. I even gave it a
file extension of asx. When I looked at the
page, Mozilla still displayed the pop-up message. Sigh. I gave
up. I don't get it.
To install the Java plugin, install Java 1.4.2 as described in my Java notes. Then do
(as root)
cd /usr/src/mozilla/plugins
ln -s /usr/java/j2sdk1.4.2_03/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
Then restart Mozilla and test it by visiting
www.sun.com.
gunzip flash_linux.tar.gz
tar xf flash_linux.tar
rm flash_linux.tar
cd flash_linux
(read the README file)
cp libflashplayer.so /usr/local/mozilla/plugins
cp ShockwaveFlash.class /usr/local/mozilla/plugins
Restart Mozilla.
This worked! I was able to go to a page that previously generated a "your browser doesn't understand Shockwave" message. Like, at the Palm Computing website, there was a "demo of new features" thing that I could view.
To set up printing from Mozilla, there are two parts: defining the
list of printers and setting up the lpr command.
To set up the list of printers, add this to the
.bashrc file:
To set up the lpr command, I do Print and then
Properties and I add "-c" after the "lpr". This
gets saved until I restart Mozilla, so it works for all prints
that I make until I restart Mozilla. I don't know how to get it
to be saved for the next time I run Mozilla. Sigh.
# Printers offered in Mozilla/Netscape "Print..." dialog boxes.
# These printers need to appear in /etc/printcap.
# Also, you have to add the "-c" commond-line option to the
# "lpr" command in the Mozilla/Netscape
# "Print...->Properties->Print Command" field
#
export MOZILLA_POSTSCRIPT_PRINTER_LIST="lj22 lj22duplex clj24a"
I tried for a while to get fonts to look good in Firefox, with little luck. I finally settled on: go to Edit->Preferences->Content->Fonts & Colors->Advanced
Set Proportional to Serif
Set Size to 16
Set Serif to Bitstream Vera Serif
Set Sans-serif to Bitsteam Vera Sans
Set Monospace to Bitsteam Vers Sans Mono
Set Size to 14
Smooth scrolling in Mozilla 1.4. To turn it on, you have to edit the ~/.mozilla/defaults/user.js file.
When Mozilla starts, it reads the following JavaScript files to set up preferences
Some web pages specify fonts that look like crap on my
laptop. To tell Netscape to override this stupidity, click
Click Download. Click Netscape
Browsers. Click Select Platform. Click
Linux 2.2. This gets
To run it, you have to execute
Edit->Preferences.... In the
resulting window, click
Appearance->Fonts.
In the right-hand window, click the radio button next to
Use my default fonts, overriding document-specified
fonts.
Get Netscape
On a machine that has Netscape, web to
www.netscape.com.
communicator-v476-us.x86-unknown-linux2.2.tar.gz.
Save it in /usr/src. Gunzip and untar it.
cd /usr/src
ftp gate.ucar.edu
anonymous@ftp.netscape.com
siemsen@ucar.edu
/opt/netscape/netscape, so make a
link as follows:
When you first run it, it'll initialize you, and ask for you
Netcenter member password. My username is petesiemsen, and my
password is the usual one.
(as root)
ln /opt/netscape/netscape /usr/local/bin/netscape
Customize Netscape
Set the home page
Set the home page. On the laptop, I could set my home page to a
few seemingly equivalent things:
If you use the first form, it's fast, and the browser will be able
to follow links that start with "file:", like the link to "SuSE
(local)" on my home page. But it won't be able to follow rooted
references like the one to "/nets/" on my home page, and it won't
be able to auto-complete the "index.html" part of URLs. So it's
hopeless. I use the fourth form, which is equivalent to the second
and third forms. Note that the 4th form doesn't work if httpd
isn't running.
Turn off "smart" browsing
Turn off the annoying "guessing" of the URL you want to type.