Merge lp:~gerboland/unity8-desktop-session/qtcomp into lp:unity8-desktop-session

Proposed by Gerry Boland
Status: Merged
Approved by: Christopher Townsend
Approved revision: 59
Merged at revision: 61
Proposed branch: lp:~gerboland/unity8-desktop-session/qtcomp
Merge into: lp:unity8-desktop-session
Diff against target: 35 lines (+3/-2)
3 files modified
data/start-unity8-mir (+1/-1)
data/unity8-mir.conf (+1/-1)
debian/control (+1/-0)
To merge this branch: bzr merge lp:~gerboland/unity8-desktop-session/qtcomp
Reviewer Review Type Date Requested Status
Christopher Townsend Approve
Robert Carr (community) Approve
Review via email: mp+225884@code.launchpad.net

Commit message

debian: add qtmir-desktop as a dependency for unity8-desktop-session-mir

To post a comment you must log in.
Revision history for this message
Robert Carr (robertcarr) wrote :

Looks ok!

review: Approve
Revision history for this message
Stephen M. Webb (bregma) wrote :

Just a note: the start-unity8-mir script is not actually executed by anything in the normal startup sequence. You should make sure your changes get into the Upstart config file data/unity8-mir.conf too.

59. By Gerry Boland

Update unity8-mir.conf to use mirserver QPA plugin

Revision history for this message
Christopher Townsend (townsend) wrote :

Ok, looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/start-unity8-mir'
2--- data/start-unity8-mir 2013-12-05 15:51:51 +0000
3+++ data/start-unity8-mir 2014-07-15 14:33:58 +0000
4@@ -1,5 +1,5 @@
5 #!/bin/sh
6-export QT_QPA_PLATFORM=ubuntumirserver
7+export QT_QPA_PLATFORM=mirserver
8 export EGL_PLATFORM=mir
9 export EGL_LOG_LEVEL=debug
10 exec /usr/bin/unity8
11
12=== modified file 'data/unity8-mir.conf'
13--- data/unity8-mir.conf 2014-07-08 13:15:46 +0000
14+++ data/unity8-mir.conf 2014-07-15 14:33:58 +0000
15@@ -8,7 +8,7 @@
16 respawn
17 expect stop
18
19-env QT_QPA_PLATFORM=ubuntumirserver
20+env QT_QPA_PLATFORM=mirserver
21 env UPSTART_JOB=unity8
22
23 pre-start script
24
25=== modified file 'debian/control'
26--- debian/control 2014-07-09 02:44:36 +0000
27+++ debian/control 2014-07-15 14:33:58 +0000
28@@ -10,6 +10,7 @@
29 Architecture: all
30 Conflicts: ubuntu-desktop-mir
31 Depends: qtubuntu-desktop,
32+ qtmir-desktop,
33 unity-system-compositor,
34 unity8,
35 ubuntu-app-launch,

Subscribers

People subscribed via source and target branches