Prev: Installing Studio 12u1 Development System on OpenSolaris
Next: Solaris LDAP client - TLS client authentication against OpenLDAP server
From: Larry Lindstrom on 18 Apr 2010 03:44 Hi Again: I downloaded, uncompressed and un-tared FireFox 3.6.3 from: http://hub.opensolaris.org/bin/view/Community+Group+desktop/development The readme is a short: For information about installing, running and configuring Firefox including a list of known issues and troubleshooting information, refer to: http://getfirefox.com/releases/ Going to that page, and clicking on the release notes link takes me to a page where clicking on "Installing" expands to inform me that the install will overwrite the previous version of FireFox. Anything else I should know? Do I run pkgadd? On what file? Thanks Larry
From: John D Groenveld on 18 Apr 2010 10:35 <URL:http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.3/contrib/solaris_pkgadd/firefox-3.6.3.en-US.opensolaris-i386-pkg.bz2> $ bzip2 -d firefox-3.6.3.en-US.opensolaris-i386-pkg.bz2 # pkgadd -d firefox-3.6.3.en-US.opensolaris-i386-pkg SFWfirefox To add the Java and Adobe Flash plugins: # ln -s /usr/java/jre/lib/i386/libnpjp2.so /opt/sfw/lib/firefox/plugins/ # ln -s /usr/lib/firefox/plugins/libflashplayer.so /opt/sfw/lib/firefox/plugins/ You can get Adobe Flash plugin from the Extra repo: <URL:http://wikis.sun.com/display/OpenSolarisInfo/How+To+Add+IPS+Repositories#HowToAddIPSRepositories-ExtraandSupportRepositories> To add SFWfirefox your Desktop, copy /usr/share/applications/firefox.desktop to /usr/share/applications/SFWfirefox.desktop and change the Exec and TryExec paths. Happy hacking, John groenveld(a)acm.org
From: Larry Lindstrom on 18 Apr 2010 18:02
On Apr 18, 7:35 am, groen...(a)cse.psu.edu (John D Groenveld) wrote: > <URL:http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.3/co...> > > $ bzip2 -d firefox-3.6.3.en-US.opensolaris-i386-pkg.bz2 > # pkgadd -d firefox-3.6.3.en-US.opensolaris-i386-pkg SFWfirefox > > To add the Java and Adobe Flash plugins: > # ln -s /usr/java/jre/lib/i386/libnpjp2.so /opt/sfw/lib/firefox/plugins/ > # ln -s /usr/lib/firefox/plugins/libflashplayer.so /opt/sfw/lib/firefox/plugins/ > > You can get Adobe Flash plugin from the Extra repo: > <URL:http://wikis.sun.com/display/OpenSolarisInfo/How+To+Add+IPS+Repositor...> > > To add SFWfirefox your Desktop, copy /usr/share/applications/firefox.desktop > to /usr/share/applications/SFWfirefox.desktop and change the Exec and > TryExec paths. > > Happy hacking, > John > groenv...(a)acm.org Thanks John: Works like a charm. I had to re-target the Firefox icon and do a log-out log in. The original Firefox icon included a "%u" argument. Should I keep that argument? Larry |