> On Sep 5, 2016, at 10:16 AM, Peter Fraser <[email protected]> wrote: > > (emacs:17220): GLib-GIO-CRITICAL **: g_settings_schema_source_lookup: > assertion 'source != NULL' failed > > The failed assertion does not seem to cause any trouble, and I expect > gsettings is part of the answer,. > but I don't know what the answer is.
It's a (mostly) bogus error message from GTK. You'll see these from all sorts of GTK-based programs. If the program doesn't crash, just ignore them. You'll soon get in the habit of adding '2>/dev/null' when you run those from the command line. --lyndon [demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc]

