3 Nov 2007

Firefox 64 bit Java, ICA und Flash Plugins auf Kubuntu 7.10

von Werner

Mein neues System macht weniger Mucken, als die mangelnde Erfahrung mit 64 Bit Inkarnationen des Ubuntu Universums. Also Firefox kommt als 64 Bit Anwendung daher, das Mplayer-Plugin funktioniert wunderbar. Nun fehlen noch Java, Citrx ICA und Flash. Ist eigentlich einfach, wenn man weiß wie…

Flash

Mit dem Adept Manager oder apt-get das Paket flashplugin-nonfree — Adobe Flash Player plugin installer — installieren. Firefox neustarten, fertig. YouTube aufrufen, Ton laut stellen nicht vergessen :-) , das war’s.

apt-get install  flashplugin-nonfree

Citrix ICA

Auf http://www.citrix.com/English/SS/downloads/ den ICA Client für Linux als .tar.gz herunterladen.

apt-get install libxaw6 libmotif3
mkdir /tmp/ica
cd /tmp/ica
tar -xzf  /your/path/to/de.linuxx86.tar.gz
sudo ./setupwfc

installieren. Nun das 32 Bit Plugin mit

nspluginwrapper -i /usr/lib/ICAClient/npica.so

für den Firefox 64 bit einsetzbar machen. Der Link “npica.so”, den die Citrix Installationsroutine im Verzeichnis /usr/lib/firefox/plugins erzeugt hat, kann gelöscht werden.

Java

Als Umsteiger von 32 Bit habe ich zuerst verzweifelt nach dem Paket sun-java5-plugin gesucht, um dann mit Google festzustellen, dass Sun erst mit Java 7 ein 64 Bit Plugin zur Verfügung stellen will. Das 32 Bit Plugin, das mit dem Paket ia32-sun-java5-bin kommt, ist nicht ans Laufen zu bekommen. Das java-gcj-compat-plugin ist wohl eine große Sicherheitslücke und gar nicht zum surfen im Web gedacht. Bleibt noch das Blackdown-Java-Plugin:

sudo apt-get install  j2re1.4-mozilla-plugin
cd /usr/lib/firefox/plugins
ln -s  /usr/lib/j2se/1.4/jre/plugin/amd64/mozilla/libjavaplugin_oji.so

Das ist zwar definitiv nicht das Gelbe vom Ei — wie man an Suns Applet Testseite sieht — aber einige für mich wichtige Seiten funktionieren.

Nachtrag: Im Übrigen erhalten die aktuellen amd64-Nightly-Builds von Java 7 noch kein plugin (die 32-bit Dinger schon).
Die einzige Alternative die noch bleibt, um Sun Java einzusetzen, ist einen 32 Bit Firefox zu installieren. Ubuntu amd64 bietet den nicht als Paket an. Ist ein wenig unschön, warten wir auf Java 7 ;-)

Beobachte die Kommentare

2 Antworten to “Firefox 64 bit Java, ICA und Flash Plugins auf Kubuntu 7.10”

  1. Hi,

    thanks a lot for your article about K/Ubuntu 7.10 AMD64.
    The 3 things that just don’t work out-of-the-box are the ones you wrote about.
    Already i have Flash enabled, as you desrcibed how.
    The 1st thing tonight will be to enable/test Citrix ICA Client with your suggestion.
    For me this is a no-go if this doesn’t work due to my “work from home”.
    For Java, Firefox proposed, via the Firefox Plugin Finder, icedtea…., i think it works but some more testing would be neccesary.
    I indeed installed also the sun-java5-jre… i can switch to either one via $ sudo update-alternatives –config java

    Thanks,
    Karel

     

    Karel Zimmer

  2. Hi Karel,

    exactly by playing around with different Java versions and vendors alternatives has to be used for setting the default environment for the rest.

    Also deleting ~/.java between the playing around actions is handy.

    My “work from home” environment works with Citrix Client and Blackdown in Firefox. It is not working with Konqueror who natively supports the 64 bin Java runtime.

    At least a full 32 bit Firefox with 32 bit plugins is the last chance.

    Best Regards
    Werner

     

    Werner Roth

Hinterlasse einen Kommentar

Kommentar: