Comment 4 for bug 1206371

Revision history for this message
Philip Muškovac (yofel) wrote : Re: kwin is not starting: cannot find libwayland-egl.so.1

Ok, so the actual problem seems to be that libhybris considers itself more important than mesa but doesn't ship any wayland support

$ LANG=C sudo update-alternatives --display x86_64-linux-gnu_egl_conf
x86_64-linux-gnu_egl_conf - auto mode
  link currently points to /usr/lib/x86_64-linux-gnu/libhybris-egl/ld.so.conf
/usr/lib/x86_64-linux-gnu/libhybris-egl/ld.so.conf - priority 1000
/usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf - priority 500
Current 'best' version is '/usr/lib/x86_64-linux-gnu/libhybris-egl/ld.so.conf'.

Could anyone affected by this please run this command to check whether it's always the same issue:
$ LANG=C sudo update-alternatives --display x86_64-linux-gnu_egl_conf

Thanks!