Random Java and Firefox/Iceweasel talk

I’ve been sick for more than a week but it’s finally almost over. Before I got sick I was working my way through the The Java EE 5 Tutorial which is actually really terrible. It’s supposed to be the official tutorial for Java Enterprise Edition but it’s full of weird jumps and assumptions and useless information. I’ll probably read a couple more chapters and then find some decent docs. Since a couple of weeks I have another big project in mind which might be cool to make with JavaEE. It will also involve Hibernate so even if it won’t be any good it will still be helpful for my colloquium talk (which will be about Hibernate).

I just noticed something weird with SSH and Firefox. I was running Iceweasel (the Debian version of Firefox) on a remote computer over SSH with X forwarding. Then when I started Firefox on my local machine, instead of starting my own Firefox it started a new instance of Iceweasel for some reason. Even explicitly starting /usr/bin/firefox on my local machine gave me Iceweasel (which isn’t even installed on my local machine). Only after I closed all instances of Iceweasel could I run my own Firefox again. I’m not sure if this behavior was intended but apparently the browser shares state even with remote and different versions.

No Comment

No comments yet

Leave a reply