Comment 9 for bug 1234544

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

FYI, looking at these commits at least some of the apps are using the wrong applicationName. See 'Runtime Environment' in http://developer.ubuntu.com/publish/apps/security-policy-for-click-packages/ for details. In essence, if these apps move to click packages, they need to update their applicationName in the MainView {} of their QML to match that of the "name" field of the click manifest to run at all. Once that is done though, the autopilot tests will fail again because they will be looking for the files in the wrong place. I suggesting working with serguisens on what to change the applicationName to (since he has been working on packaging these as click), and then adjust the autopilot tests accordingly.

FYI, QtCreator now does all this correctly when developing new applications, so this shouldn't be a problem with new apps.