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. ** Patch added: "quickly_run_ensure_env_is_defined.patch" https://bugs.launchpad.net/ubuntu/+source/quickly/+bug/920166/+attachment/2687957/+files/quickly_run_ensure_env_is_defined.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/920166 Title: run.py crashed with NameError in __main__: name 'env' is not defined To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/quickly/+bug/920166/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
