Letzte Änderung am 2006-12-03 20:50:18 von Gen 
        
        
    
  
          Editiert am 2006-12-03 20:47:51 von Gen 
        
        
    
  
    älteste bekannte Version dieser Seite wurde bearbeitet am 2006-12-03 20:46:22 von Gen [  ]
        
    Nach Umstellung auf Iceweasel startet Eclipse nicht mehr.
Das Script zum Aufruf von 
eclipse in /usr/bin sucht die library
libgtkembedmoz.so unter  /usr/lib/mozilla und weil es diese
nicht findet, bricht das Script mit einer komischen Fehlermeldung ab.
Bei einem Aufruf von "K - Entwicklung - Eclipse" startet das Programm
nicht und es erfolgt auch keine Fehlermeldung wegen eines unkorrekten
Aufruf's der Fehlerausgangs.
Folgendes bringt Eclipse zum Starten:
In Root-Konsole eingeben
cd /usr/lib/mozilla ; ln -s /usr/lib/icedove/libgtkembedmoz.so libgtkembedmoz.so
Wer Lust hat, kann das Script /usr/bin/eclipse anpassen, sodass die Fehlermeldung
bei fehlendem Mozilla korrekt als Fenster erscheint.
patch-file:
42,144c142,143
<             --error \
<             --title="Could not launch Eclipse Platform" \
<             --text="Eclipse currently only works with the mozilla browser. Please make sure that the package mozilla-browser is installed and MOZILLA_FIVE_HOME is either unset or points to /usr/lib/mozilla"
>             --error="Eclipse currently only works with the mozilla browser. Please make sure that the package mozilla-browser is installed and MOZILLA_FIVE_HOME is either unset or points to /usr/lib/mozilla" \
>             --title="Could not launch Eclipse Platform"
  
 
  
Letzter Editor :
Eigentümer :