Comment 25 for bug 1289807

Revision history for this message
Israel Dahl (israeldahl) wrote :

Hi do you have an NVIDIA graphics card as well?
lspci | grep VGA
will give you the output.

Anyhow,
running:
ln -s /usr/lib/x86_64-linux-gnu/mesa-egl/libwayland-egl.so.1 /usr/lib/libwayland-egl.so.1
fixed it for me
maybe reversing it will fix it for you????
ln -s /usr/lib/libwayland-egl.so.1 /usr/lib/x86_64-linux-gnu/mesa-egl/libwayland-egl.so.1

it is worth a try I suppose... since it is a soft link you can always delete it if it doesn't work.
Though you might need to reboot to get it working.
Do you have libhybris installed as well?