firefox

You are currently browsing articles tagged firefox.

Firefox has a very annoying “feature” – it remembers any HTTP authentication tokens for as long as Firefox remains open. Any by “open”, I mean “the browser is running”, not “the tab/window is open”.

Why is this bad? For several reasons. Read the rest of this entry »

Tags: ,

When I starting using Wordpress on tolaris.com, I noticed an innocuous link in the admin interface entitled “Turbo”. This feature uses Google Gears to speed up working with the blog, and to work offline (!) by storing data (html, images, javascript) in my firefox profile and running javascript in the background. Unfortunately, Google doesn’t release Gears for 64-bit architectures.

Today I discovered that someone has patched Gears to work with Firefox 64-bit, and released a precompiled installer. Warning: after installation, when Firefox restarts, you will see a warning that the plugin could not be installed (‘”Google Gears” could not be installed because it is not compatible with your Firefox build type (Linux_x86_64-gcc3). Please contact the author of this item about the problem.’). However, it is installed and works just fine. Unfortunately this message is repeated each time Firefox restarts.

I can now browse my admin page with Firefox in offline mode. Sniffing proves that not a byte is passing. Now I can write blog posts on planes, without having to use an offline text editor.

Update 2009-05-29: My old colleague from my days at Greenpeace, Niels Peen, now provides the latest version (5.21.0) with proper build tagging. So you will no longer see the warning about Linux_x86_64-gcc3 being the wrong build type. Thanks, Niels!

Update 2009-07-24: 5.31.0 and 5.32.0 are now available here, also with build instructions so you can do it yourself!

Tags: , ,

Finally, finally, FINALLY! The Sun Java plugin now works on Firefox amd64 in native 64-bit. It has already been included in Ubuntu 9.04 Jaunty, but the packages work just fine on Hardy as well, and probably on Intrepid.

Just download and install the Jaunty versions of sun-java6-bin, sun-java6-jre, sun-java6-fonts, and sun-java6-plugin. Install them, and remove the old icedtea plugin if you have it:

sudo dpkg -i sun-java6-bin_6-13-1_amd64.deb sun-java6-fonts_6-13-1_all.deb sun-java6-jre_6-13-1_all.deb sun-java6-plugin_6-13-1_amd64.deb
sudo apt-get remove --purge icedtea-gcjwebplugin

Then restart Firefox and Sun java will load natively 64-bit. Check it:

tyler@baal:~$ java -version

java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode)

I’ve included them in the repository.

Update 2009-07-16: A more recent version is now available in the hardy-updates repository. I have removed the above copy from my repo. Intrepid users should upgrade to jaunty anyway, but can still download packages directly.

Tags: , , , , , , ,

I am fed up with the increasing obsolescence of Konqueror. It simply fails to deal with much of the Ajax bling and javascript doodads that are all over the web now. Facebook is nearly unusable, Slashdot has unusual formatting errors, and banking sites fail in odd ways. Compatibility changes daily as web developers tweak their javascript and CSS. Last month I switched back to Firefox.

Still there are times when I’m viewing a site in Firefox and want to switch to Konqueror. Konqueror has an easy “Open With” submenu, but no such thing exists for Firefox. Instead, everybody has written their own Firefox extension to support their personal choice of browser. Often with platform-specific requirements. And now I have too!

Behold, Open With Konqueror!

You’ll have to approve installations from my site to proceed. If you are the type of person that uses KDE, chances are you already know how to do that. I have also submitted it to addons.mozilla.org.

Credits: I copied this extension from IE View Lite by Grayson Mixon. I modified it in the following ways:

  • Replace all references to IE with Konqueror in dialogs, variable, and extension names
  • Include Konqueror icons from the Crystal SVG set in resolutions of 16×16 and 32×32
  • Change the path of the browser to use to “/usr/bin/konqueror”, the default in Kubuntu

Tags: ,