Comment 18 for bug 1206371

Revision history for this message
Elf Kellogg (elf-h) wrote : Re: kwin is not starting: cannot find libwayland-egl.so.1

Ran into the same problem after updating a fresh install of Kubuntu 13.10 (64).
Using the workaround and linking libwayland worked fine for me.

So ...
sudo apt-get install libegl1-mesa-drivers ## Were already installed and latest version.
ln -s /usr/lib/x86_64-linux-gnu/mesa-egl/libwayland-egl.so.1 /usr/lib/libwayland-egl.so.1 ## Yeah. That was missing.