Comment 3 for bug 768848

Revision history for this message
Zordid (zordid-gmx) wrote :

I found one workaround pretty quickly, using a script again that I did *NOT* use on Maverick!!

#!/bin/sh

# work around e#290395 / LP: #458703
export GDK_NATIVE_WINDOWS=true

xuldir=/usr/lib/xulrunner-$(/usr/bin/xulrunner-1.9.2 --gre-version)
LD_LIBRARY_PATH=$xuldir${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} /opt/eclipse/eclipse "$@"

Using this GDK-workaround fixes the issue again. But why is that still needed, or better AGAIN needed?