Hallo,
hatte hier das selbe Problem. Liegt wohl am Aufruf von kdialog.
Als Workaround im Startscript von eclipse (usr/bin/eclipse) die Zeilen 17-19 auskommentieren:
Code:
#elif [ -x /usr/bin/kdialog ]; then
# DIALOG=/usr/bin/kdialog
# DIALOGW="$DIALOG --warningyesno"
Dann startet eclipse wieder. |