lesilvestre
January 2nd, 2014, 06:13 PM
I use Ubuntu 13.10. I tried this in two different computers already with identical results.
I installed Ubuntu SDK following the instructions on the official website
http://developer.ubuntu.com/apps/create/get-the-sdk/
I tried to follow this tutorial to write Cordova apps
http://developer.ubuntu.com/apps/cordova/creating-cordova-ubuntu-qr-code-scanner-html5-app/
but I immediately run into trouble since "Cordova Ubuntu HTML5 Touch UI" is not a type of project offered in Qt Creator/Ubuntu SDK.
Then I go for one of the projects available there. I thought I would try "HTML5 Tabbed Touch UI".
Some sample html5 project gets created in Qt Creator. When I try to run it I get the following error message.
Starting ubuntu-html5-app-launcher --www=/home/luis/projects/ubuntu-tabbed-test
Failed to start program. Path or permissions wrong?
ubuntu-html5-app-launcher exited with code -1
I can solve this one installing the package ubuntu-html5-container, but I thought it would be worth reporting it, since it might be useful to some people.
After installing that package, I try to run my sample html5 project again and I get the following error message.
Starting ubuntu-html5-app-launcher --www=/home/luis/projects/ubuntu-tabbed-test
/usr/bin/ubuntu-html5-app-launcher: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
ubuntu-html5-app-launcher exited with code 127
I don't know how to solve this one. Like I said before, the same procedure gave me identical results in two different computers. I am following the official instructions from the Ubuntu website, so I was expecting this would work without severe glitches. The QML projects on Ubuntu SDK seem to work fine.
The package libqt5core5 is installed with version 5.0.2+dfsg1-7ubuntu11.1 and it certainly contains the file libQt5Core.so.5.
My questions are:
1. How do I make Cordova apps with Ubuntu SDK? Is there a tutorial that fits the current reality?
2. How do I fix the error above?
I installed Ubuntu SDK following the instructions on the official website
http://developer.ubuntu.com/apps/create/get-the-sdk/
I tried to follow this tutorial to write Cordova apps
http://developer.ubuntu.com/apps/cordova/creating-cordova-ubuntu-qr-code-scanner-html5-app/
but I immediately run into trouble since "Cordova Ubuntu HTML5 Touch UI" is not a type of project offered in Qt Creator/Ubuntu SDK.
Then I go for one of the projects available there. I thought I would try "HTML5 Tabbed Touch UI".
Some sample html5 project gets created in Qt Creator. When I try to run it I get the following error message.
Starting ubuntu-html5-app-launcher --www=/home/luis/projects/ubuntu-tabbed-test
Failed to start program. Path or permissions wrong?
ubuntu-html5-app-launcher exited with code -1
I can solve this one installing the package ubuntu-html5-container, but I thought it would be worth reporting it, since it might be useful to some people.
After installing that package, I try to run my sample html5 project again and I get the following error message.
Starting ubuntu-html5-app-launcher --www=/home/luis/projects/ubuntu-tabbed-test
/usr/bin/ubuntu-html5-app-launcher: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
ubuntu-html5-app-launcher exited with code 127
I don't know how to solve this one. Like I said before, the same procedure gave me identical results in two different computers. I am following the official instructions from the Ubuntu website, so I was expecting this would work without severe glitches. The QML projects on Ubuntu SDK seem to work fine.
The package libqt5core5 is installed with version 5.0.2+dfsg1-7ubuntu11.1 and it certainly contains the file libQt5Core.so.5.
My questions are:
1. How do I make Cordova apps with Ubuntu SDK? Is there a tutorial that fits the current reality?
2. How do I fix the error above?