Merge lp:~bfiller/ubuntu-keyboard/install-server.conf into lp:ubuntu-keyboard

Proposed by Bill Filler
Status: Merged
Approved by: Ricardo Salveti
Approved revision: 16
Merged at revision: 16
Proposed branch: lp:~bfiller/ubuntu-keyboard/install-server.conf
Merge into: lp:ubuntu-keyboard
Diff against target: 53 lines (+23/-2)
3 files modified
debian/control (+2/-2)
debian/server.conf (+20/-0)
debian/ubuntu-keyboard.install (+1/-0)
To merge this branch: bzr merge lp:~bfiller/ubuntu-keyboard/install-server.conf
Reviewer Review Type Date Requested Status
Ricardo Salveti (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+181443@code.launchpad.net

Commit message

Install server.conf file to replace the default keyboard, until the config system is better handled later on.

Description of the change

install server.conf file

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

Tested, looks good. Thanks.

And as we discussed, this needs further discussion with thomas once he's back from vacation.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-08-15 21:12:42 +0000
3+++ debian/control 2013-08-22 02:04:27 +0000
4@@ -12,7 +12,7 @@
5 libpinyin2-dev,
6 libpresage-dev,
7 libubuntu-platform-api1-dev,
8- maliit-framework-dev (>= 0.99+git20130702+97e8335),
9+ maliit-framework-dev (>= 0.99.0+git20130615+97e8335-0ubuntu3),
10 pkg-config,
11 qt5-default,
12 qtbase5-dev,
13@@ -25,7 +25,7 @@
14
15 Package: ubuntu-keyboard
16 Architecture: any
17-Depends: maliit-framework (>= 0.99+git20130702+97e8335),
18+Depends: maliit-framework (>= 0.99.0+git20130615+97e8335-0ubuntu3),
19 qtdeclarative5-window-plugin,
20 ubuntu-keyboard-data (>= ${source:Version}),
21 ${misc:Depends},
22
23=== added file 'debian/server.conf'
24--- debian/server.conf 1970-01-01 00:00:00 +0000
25+++ debian/server.conf 2013-08-22 02:04:27 +0000
26@@ -0,0 +1,20 @@
27+[maliit]
28+onscreen\active=libubuntu-keyboard-plugin.so:en_us
29+
30+pluginsettings\libubuntu-keyboard-plugin.so\current_style = ubuntu
31+pluginsettings\libubuntu-keyboard-plugin.so\word_engine_enabled = false
32+
33+onscreen\enabled=libubuntu-keyboard-plugin.so:en_gb, \
34+libubuntu-keyboard-plugin.so:en_us, \
35+libubuntu-keyboard-plugin.so:de, \
36+libubuntu-keyboard-plugin.so:es, \
37+libubuntu-keyboard-plugin.so:zh_cn_cangjie, \
38+libubuntu-keyboard-plugin.so:zh_cn_pinyin, \
39+libubuntu-keyboard-plugin.so:zh_cn_zhuyin,
40+
41+
42+; pluginsettings\libubuntu-keyboard-plugin.so\auto_correct_enabled = false
43+; pluginsettings\libubuntu-keyboard-plugin.so\feedback_enabled = false
44+; pluginsettings\libubuntu-keyboard-plugin.so\auto_caps_enabled = false
45+; pluginsettings\libubuntu-keyboard-plugin.so\hide_word_ribbon_in_potrait_mode = false
46+
47
48=== modified file 'debian/ubuntu-keyboard.install'
49--- debian/ubuntu-keyboard.install 2013-08-15 20:33:21 +0000
50+++ debian/ubuntu-keyboard.install 2013-08-22 02:04:27 +0000
51@@ -1,1 +1,2 @@
52+debian/server.conf etc/xdg/maliit.org/
53 usr/lib/maliit/plugins/libubuntu-keyboard-plugin.so

Subscribers

People subscribed via source and target branches