Comment 9 for bug 1179920

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

It seems to happen when WelcomeTab gets set to 1 from 0 in QtConfig.ini of Qt Creator...

So a workaround would be:
sed -i 's/WelcomeTab=1/WelcomeTab=0/' .config/QtProject/QtCreator.ini

I guess we could hard-code that setting somehow until the bug is resolved?