Comment 2 for bug 920166

Revision history for this message
Frederik Elwert (frederik-elwert) wrote :

Okay, found it. "quickly run" seems to fail on projects that don’t have GSettings schemas, which will almost always be the case for pre-GTK3 projects. "env" is only defined in the if-branch which handles schema compilation, thus it is not defined when no schema is present.

I attached a tiny patch that should fix this, by ensuring env is always defined.