Comment 4 for bug 1216046

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

I tried 2.7.1-0ubuntu7~saucy1~test3 from the staging ppa, and I see the following:
Searching for desktop file..
 /!\ no desktop file found /!\
  You will have to create one.

[08:12:04] ls: cannot access *.desktop: No such file or directory
[08:12:04] ls: cannot access *.desktop: No such file or directory
ls: cannot access *.qmlproject: No such file or directory

It looks like cordova projects use *.cordovaproject instead of *.qmlproject.

Once I created the desktop file, the click packaging worked. It would be nice to create a desktop file. Here is an example:
[Desktop Entry]
Name=test-cordova
Comment=Description of test-cordova
Exec=cordova-ubuntu-2.8 .
Icon=...
Terminal=false
Type=Application
X-Ubuntu-Touch=true

Note that for now the Exec line must be cordova-ubuntu-2.8, but this could conceivably change in the future (see bug #1216066).