Merge lp:~juhapekka-piiroinen/qtcreator-plugin-ubuntu/fix-bug-1232061 into lp:qtcreator-plugin-ubuntu

Proposed by Juhapekka Piiroinen
Status: Merged
Approved by: Juhapekka Piiroinen
Approved revision: 46
Merged at revision: 46
Proposed branch: lp:~juhapekka-piiroinen/qtcreator-plugin-ubuntu/fix-bug-1232061
Merge into: lp:qtcreator-plugin-ubuntu
Diff against target: 21 lines (+2/-1)
2 files modified
debian/changelog (+1/-0)
share/qtcreator/ubuntu/scripts/qtc_device_run_app (+1/-1)
To merge this branch: bzr merge lp:~juhapekka-piiroinen/qtcreator-plugin-ubuntu/fix-bug-1232061
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Kyle Nitzsche Pending
Review via email: mp+188072@code.launchpad.net

Description of the change

Can't run html5 apps on device from SDK (LP: 1232061)

To post a comment you must log in.
Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

I manually tried this and it fixed running dfault html5 app on device, but cordova app still fails with [11:05:24] Fatal: QXcbConnection: Could not connect to display

Revision history for this message
Juhapekka Piiroinen (juhapekka-piiroinen) wrote :

> I manually tried this and it fixed running dfault html5 app on device, but
> cordova app still fails with [11:05:24] Fatal: QXcbConnection: Could not
> connect to display

I will land this MR. You should raise another bug for cordova.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-09-27 11:59:31 +0000
+++ debian/changelog 2013-09-27 15:09:25 +0000
@@ -9,6 +9,7 @@
9 * Moved misc buttons from Devices tabs under Settings page.9 * Moved misc buttons from Devices tabs under Settings page.
10 * Added more Settings pages.10 * Added more Settings pages.
11 * execute sanity checks for click packages after generation (LP: #1230413)11 * execute sanity checks for click packages after generation (LP: #1230413)
12 * Can't run html5 apps on device from SDK (LP: 1232061)
1213
13 [ Maxim Ermilov ]14 [ Maxim Ermilov ]
14 * Fixed CordovaUbuntuProjectManager to compile against Qt Creator 2.815 * Fixed CordovaUbuntuProjectManager to compile against Qt Creator 2.8
1516
=== modified file 'share/qtcreator/ubuntu/scripts/qtc_device_run_app'
--- share/qtcreator/ubuntu/scripts/qtc_device_run_app 2013-09-16 11:35:19 +0000
+++ share/qtcreator/ubuntu/scripts/qtc_device_run_app 2013-09-27 15:09:25 +0000
@@ -86,5 +86,5 @@
8686
8787
88# run the application on the device88# run the application on the device
89$SSH "bash -ic '${COMMAND}'"89$SSH "bash -ic 'source /etc/profile; ${COMMAND}'"
9090

Subscribers

People subscribed via source and target branches