← Back to team overview

quickly-talk team mailing list archive

Bug #976817 Compiling schemas not part of the application template

 

Hi all
 I added a patch to this bug report rather than a branch for review
because to do a branch needs a test and re-factor cycle. However doing
the tests is difficult because test/run.sh doesn't work for me, I'm
using ubuntu 11.10 and quickly 12.03. This kind of mismatch has
triggered python-distutils-extra incompatibilities before.

 Fundamentally the bug comes from the large commit - revision 645
finally merge gtk3 branch, which mangles the environment inside run.py
then sends it to the project via subprocess instead of the usual
os.putenv inside the project. I would like to remove the environment
mangling from run.py and create.py completely but that needs a working
test/run.sh and testing against qtquick-application template which I
cannot find. see https://bugs.launchpad.net/quickly/+bug/936379