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
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-09-27 11:59:31 +0000
3+++ debian/changelog 2013-09-27 15:09:25 +0000
4@@ -9,6 +9,7 @@
5 * Moved misc buttons from Devices tabs under Settings page.
6 * Added more Settings pages.
7 * execute sanity checks for click packages after generation (LP: #1230413)
8+ * Can't run html5 apps on device from SDK (LP: 1232061)
9
10 [ Maxim Ermilov ]
11 * Fixed CordovaUbuntuProjectManager to compile against Qt Creator 2.8
12
13=== modified file 'share/qtcreator/ubuntu/scripts/qtc_device_run_app'
14--- share/qtcreator/ubuntu/scripts/qtc_device_run_app 2013-09-16 11:35:19 +0000
15+++ share/qtcreator/ubuntu/scripts/qtc_device_run_app 2013-09-27 15:09:25 +0000
16@@ -86,5 +86,5 @@
17
18
19 # run the application on the device
20-$SSH "bash -ic '${COMMAND}'"
21+$SSH "bash -ic 'source /etc/profile; ${COMMAND}'"
22

Subscribers

People subscribed via source and target branches