Where do I find glib-compile-schema?

It’s not in my standard Ubuntu Mate 16.04 installation.

Installing libglib2.0-dev was suggested but it doesn’t help me.

I’m trying to follow the advice in
https://bitbucket.org/ubuntu-mate/mate-tweak/issues/4/change-lock-screen-background

ooops, I think @Wimpy has a typo missing the ‘s’ on the end. It’s part of the default-installed libglib2.0-bin package.

~$ which glib-compile-schemas
/usr/bin/glib-compile-schemas

If you’re not missing the ‘s’ we have a real mystery.

2 Likes

That seems to fix it. Thanks.