handle missing cursor files in XCURSOR_PATH
When running mutter from a different environment, the environment variable XCURSOR_PATH
might contain paths without cursor files. Prepending the default path /usr/share/icons/
ensures that cursor themes are found.
Note: I encountered this when running jhbuild run mutter --nested --wayland --no-x11
Related issue: #355
Edited by Christian Rauch