Skip to content

handle missing cursor files in XCURSOR_PATH

Christian Rauch requested to merge christian-rauch/mutter:xcursor_warning into master

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

Merge request reports