Merge lp:~michael-sheldon/ubuntu-keyboard/fix-1659388 into lp:ubuntu-keyboard

Proposed by Michael Sheldon
Status: Merged
Approved by: Michael Sheldon
Approved revision: 541
Merged at revision: 538
Proposed branch: lp:~michael-sheldon/ubuntu-keyboard/fix-1659388
Merge into: lp:ubuntu-keyboard
Prerequisite: lp:~michael-sheldon/ubuntu-keyboard/fix-mir-deprecation
Diff against target: 44 lines (+19/-1)
3 files modified
debian/control (+3/-1)
debian/ubuntu-keyboard.install (+1/-0)
debian/upstart/maliit-server.conf (+15/-0)
To merge this branch: bzr merge lp:~michael-sheldon/ubuntu-keyboard/fix-1659388
Reviewer Review Type Date Requested Status
Michael Terry Approve
system-apps-ci-bot continuous-integration Pending
Review via email: mp+317508@code.launchpad.net

This proposal supersedes a proposal from 2017-02-16.

Commit message

Add maliit upstart job

Description of the change

Add maliit upstart job

To post a comment you must log in.
Revision history for this message
Michael Terry (mterry) wrote :

Looks fine to me!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2017-01-10 15:28:21 +0000
+++ debian/control 2017-02-20 22:07:06 +0000
@@ -55,7 +55,9 @@
55 ubuntu-keyboard-english (>= ${source:Version}),55 ubuntu-keyboard-english (>= ${source:Version}),
56 ${misc:Depends},56 ${misc:Depends},
57 ${shlibs:Depends},57 ${shlibs:Depends},
58Breaks: unity8 (<< 8.13),58Replaces: ubuntu-touch-session (<< 0.109),
59Breaks: ubuntu-touch-session (<< 0.109),
60 unity8 (<< 8.13),
59Description: Ubuntu on-screen keyboard61Description: Ubuntu on-screen keyboard
60 Ubuntu Keyboard based on Maliit-Keyboard62 Ubuntu Keyboard based on Maliit-Keyboard
61 .63 .
6264
=== modified file 'debian/ubuntu-keyboard.install'
--- debian/ubuntu-keyboard.install 2014-12-09 13:04:57 +0000
+++ debian/ubuntu-keyboard.install 2017-02-20 22:07:06 +0000
@@ -2,3 +2,4 @@
2usr/lib/maliit/plugins/libubuntu-keyboard-plugin.so2usr/lib/maliit/plugins/libubuntu-keyboard-plugin.so
3usr/share/maliit/plugins/com/ubuntu/lib/libwesternsupport.a3usr/share/maliit/plugins/com/ubuntu/lib/libwesternsupport.a
4usr/share/locale/*/LC_MESSAGES/ubuntu-keyboard.mo4usr/share/locale/*/LC_MESSAGES/ubuntu-keyboard.mo
5debian/upstart/maliit-server.conf /usr/share/upstart/sessions/
56
=== added directory 'debian/upstart'
=== added file 'debian/upstart/maliit-server.conf'
--- debian/upstart/maliit-server.conf 1970-01-01 00:00:00 +0000
+++ debian/upstart/maliit-server.conf 2017-02-20 22:07:06 +0000
@@ -0,0 +1,15 @@
1description "Maliit OSK Server"
2author "Ricardo Mendoza <ricmm@ubuntu.com>"
3
4# nowadays, maliit-server needs to start *after* unity8, or it crashes while
5# trying to poke geometry
6start on started unity8
7stop on stopping unity8
8
9# needed to fix lp:1233550
10env QML_BAD_GUI_RENDER_LOOP=1
11env PULSE_PROP='media.role=feedbacksound'
12
13respawn
14
15exec maliit-server

Subscribers

People subscribed via source and target branches