Merge lp:~abreu-alexandre/qtcreator-plugin-ubuntu/fix-1198097 into lp:qtcreator-plugin-ubuntu

Proposed by Alexandre Abreu
Status: Merged
Approved by: Alexandre Abreu
Approved revision: 50
Merged at revision: 51
Proposed branch: lp:~abreu-alexandre/qtcreator-plugin-ubuntu/fix-1198097
Merge into: lp:qtcreator-plugin-ubuntu
Diff against target: 12 lines (+1/-1)
1 file modified
src/cordovaubuntuprojectmanager/plugin.cpp (+1/-1)
To merge this branch: bzr merge lp:~abreu-alexandre/qtcreator-plugin-ubuntu/fix-1198097
Reviewer Review Type Date Requested Status
Zoltan Balogh Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+188870@code.launchpad.net

Commit message

Fix ubuntu platform default on cordova; Fix running cordova apps on touch

Description of the change

Fix ubuntu platform default on cordova; Fix running cordova apps on touch

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
50. By Alexandre Abreu

remove reference to ubuntu qpa

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Zoltan Balogh (bzoltan) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/cordovaubuntuprojectmanager/plugin.cpp'
2--- src/cordovaubuntuprojectmanager/plugin.cpp 2013-09-10 20:56:30 +0000
3+++ src/cordovaubuntuprojectmanager/plugin.cpp 2013-10-11 17:19:22 +0000
4@@ -31,7 +31,7 @@
5 "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -p2222 phablet@127.0.0.1 tar -xvf %FOLDERNAME%.tar.bz2",
6 "bash -ic \"echo '[Desktop Entry]\nName=PhoneGap Demo\nType=Application\nExec=cordova-ubuntu-2.8\nIcon=\n' > /tmp/%FOLDERNAME%.desktop\"",
7 "scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -P2222 /tmp/%FOLDERNAME%.desktop phablet@127.0.0.1:~/%FOLDERNAME%",
8- "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -p2222 phablet@127.0.0.1 \"bash -ic \'cordova-ubuntu-2.8 --desktop_file_hint=/home/phablet/%FOLDERNAME%/%FOLDERNAME%.desktop /home/phablet/%FOLDERNAME%\'\"",
9+ "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -p2222 phablet@127.0.0.1 \"bash -ic \'source /etc/profile; cordova-ubuntu-2.8 --desktop_file_hint=/home/phablet/%FOLDERNAME%/%FOLDERNAME%.desktop /home/phablet/%FOLDERNAME%\'\"",
10 NULL };
11
12 static void printToOutputPane(QString msg) {

Subscribers

People subscribed via source and target branches