[Bug 1301364] Re: Missing binary inside + missing dependency

Matthieu Heitz heitz.matthieu at gmail.com
Wed Feb 11 18:10:43 UTC 2015


As of February 11th, the ubunu-sdk package contains the exact same version of Qt, as the one in the qtcreator package.
The version is:
Qt Creator 3.0.1, based on Qt 5.2.1 (GCC 4.8.2, 64bit), built on April 9 2014, at 09:12:59.

Therefore, the bug still remains:
- Open QtCreator (or Ubuntu SDK)
- File->New File or Project...
- In Files and Classes, select Qt
- You have 2 choices for QML files, Qt Quick 1 or Qt Quick 2.

If you choose QML File (Qt Quick 1):
- Give it a name, don't add it to version control, click Finish
- You arrive in the Edit mode. Select the Design mode.
--> You get the error: "The executable of the QML Puppet process (/usr/bin/qmlpuppet) cannot be found. Check your installation. QML Puppet is a process which runs in the background to render the items.", Click Ok, and you have a black screen that appears in the center --> Fail

If you choose QML File (Qt Quick 2):
- Give it a name, don't add it to version control, click Finish
- You arrive in the Edit mode. Select the Design mode.
- The file created already has a warning on the declaration of the Rectangle: "Using Qt Quick 1 code model instead of Qt Quick 2. (M324)".
- If you try to see it with the Design mode, you will have a black screen with the same warning message, and it's impossible to edit anything.
- Go back to Edit mode, click on "Rectangle", type Alt+Enter, and select the option "Add a Comment to Suppress This Message"
- You will see a comment line appear: "// @disable-check M324".
- Now go in Design mode, and this time you can see the Rectangle.


So, there is obviously a bug here, it's just not possible to create a QML file of any sort and edit it in Design mode.
With Qt Quick 2, you will have to add a lot of comments like "// @disable-check MXXX", it is a pain.

Neither packages, qtcreator or ubuntu-sdk works for that, they have the
same behavior.




** Also affects: ubuntu-touch-meta (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qtcreator in Ubuntu.
https://bugs.launchpad.net/bugs/1301364

Title:
  Missing binary inside + missing dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator/+bug/1301364/+subscriptions




More information about the kubuntu-bugs mailing list