SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I do it old school. Desktop link points to "/usr/lib/firefox/firefox" and "/usr/lib/firefox" is a symlink from "usr/lib/firefox-version". I just unpack the new tarball into the version directory and have it "write into" and "overwrite" all. I'm writing this from firefox-32.0.3.
Just download the latest firefox x86_64 from mozilla site, unpack it in some dir in your home and make a soft link to ~/bin/firefox (add $HOME/bin to your $PATH).
Then, download the latest flash plugin from adobe site, untar it in /tmp (because it's packed to be untared on / so it spreads all its crap all over the sys) and copy only the libflashplayer.so to ~/.mozilla/plugins.
You can let firefox to automatically update or update it manually from the about dialog.
Is there any way to update firefox in Slackware linux.
Are you aware that Slackware has updated packages in the /patches/ directory of a stable release?
The most recent Firefox update was on 2 september for Slackware 14.1 for instance:
Note that Slackware uses the Firefox ESR releases as updates for the stable releases. ESR stands for "Extended Support Release"
Only Slackware-current gets the most recent version of Firefox.
Ruario's script is the easiest way to get the latest Firefox on your computer. It will just not be compiled on Slackware actually, because the script downloads Mozilla binaries and creates a Slackware package for those binaries.
You can also download the mozilla-firefox directory from the sources of Slackware-current and compile Firefox yourself.
Are there any plans of updating Mozilla Firefox to the latest release... 32.0.3 that came out a few days ago, as it fixes the "RSA Signature Forgery in NSS"?
The official Firefox package in -current supports all that as far as I know. In https://www.youtube.com/html5 all checks are green.
The checks go green because it has been built against gstreamer-0.10. That's just the base package - if it's there the browser assumes gstreamer will handle all mimetypes by itself.
But:
-gstreamer 0.10 is end of life
-Slackware lacks ffmpeg + gst-ffmpeg (for 0.10) or gst-libav (for 1.0) to play H.264 files inside the browser
-Slackware also lacks gst-plugins-ugly for MP3 support (Soundcloud without Flash etc.)
I'm wondering why the "Media Source Extensions" check goes green. That should only turn on if "media.mediasource.enabled" is set to true, which it isn't by default because that feature is not completely implemented yet.
A much more thorough check is http://html5test.com/ where I get 477 points total (for now).
Last edited by schmatzler; 09-27-2014 at 11:35 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.