Install SeaMonkey not Firefox
While FireFox is better than Opera it has odd problems. I decided to install SeaMonkey. I’ve been using it and am much happier with its interface.
To install SeaMonkey involves 4 steps:
- tell ‘Lil XO it is okay to install SeaMonkey
- install SeaMonkey
- make SeaMonkey java aware (you won’t need to do this if you made Firefox java aware)
- have SeaMonkey show up on the Activity bar
Let’s do it!
To tell ‘Lil XO it is okay to install SeaMonkey do:
- open Terminal Activity
- type su -
- type cd /etc/yum.repos.d
- type nano olpc-koji-ship2.repo
- the above command starts the nano editor. Arrow to the exclude line.
- erase seamonkey and the comma from the list
- hold down the ctrl key and tap the X key
- type Y for yes
To install SeaMonkey do:
- in the Terminal Activity
- type yum install seamonkey
- just follow the instructions
To make SeaMonkey java aware do (you don’t need to do this if you made Firefox java aware):
- in the Terminal Activity
- type (all on one line) cd /usr/lib/mozilla/plugins
- type (all on one line) ln -s /usr/java/jdk1.6.0_05/jre/plugin/i386/ns7/libjavaplugin_oji.so
- the jdk1.6.0_05 must match the name you made note of in installing java
- if you’ve forgotten the jdk name: type ls /usr/java
- test SeaMonkey by visiting International Children’s Digital Library. The page should load very quickly.
To have a SeaMonkey icon show on the Activity Panel do:
- in Terminal Activity (you should still be su)
- type wget http://www.catmoran.com/olpc/libsugarize.so
- type chmod 755 libsugarize.so
- type wget http://www.catmoran.com/olpc/sug
- type chmod 755 sug
- type wget ftp://www.cs.csustan.edu/pub/xo/sm.svg
- type sh sug
- type seamonkey when asked for an activity name
- type sm.svg when asked for an icon file
- type seamonkey when asked for a command
- type org.mozilla when asked for an organization path
- if everything went okay you will get a success message
- restart sugar by holding down the ctrl key and tapping the alt & erase keys
- look for the SM icon on the Activity bar
The instructions for “sugarizing” an activity came from this web page How-to create a “stub/shortcut/launcher” Activity.