Merge lp:~laney/gsettings-ubuntu-touch-schemas/add-sound-as-schema into lp:gsettings-ubuntu-touch-schemas

Proposed by Iain Lane
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 22
Merged at revision: 17
Proposed branch: lp:~laney/gsettings-ubuntu-touch-schemas/add-sound-as-schema
Merge into: lp:gsettings-ubuntu-touch-schemas
Prerequisite: lp:~laney/gsettings-ubuntu-touch-schemas/add-accountsservice-schema
Diff against target: 37 lines (+23/-1)
2 files modified
accountsservice/Makefile.am (+2/-1)
accountsservice/com.ubuntu.touch.AccountsService.Sound.xml (+21/-0)
To merge this branch: bzr merge lp:~laney/gsettings-ubuntu-touch-schemas/add-sound-as-schema
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Sebastien Bacher (community) Approve
Review via email: mp+201475@code.launchpad.net

This proposal supersedes a proposal from 2014-01-13.

Commit message

Add the Sound schema (LP: #1265528)

Description of the change

Add the Sound schema (LP: #1265528)

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

resubmitted as I forgot the prereq

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks

review: Approve
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 'accountsservice/Makefile.am'
--- accountsservice/Makefile.am 2014-01-13 17:59:01 +0000
+++ accountsservice/Makefile.am 2014-01-13 17:59:01 +0000
@@ -1,5 +1,6 @@
1accountsservice_schemas = \1accountsservice_schemas = \
2 com.ubuntu.touch.AccountsService.SecurityPrivacy.xml2 com.ubuntu.touch.AccountsService.SecurityPrivacy.xml \
3 com.ubuntu.touch.AccountsService.Sound.xml
34
4EXTRA_DIST = \5EXTRA_DIST = \
5 $(accountsservice_schemas) 6 $(accountsservice_schemas)
67
=== added file 'accountsservice/com.ubuntu.touch.AccountsService.Sound.xml'
--- accountsservice/com.ubuntu.touch.AccountsService.Sound.xml 1970-01-01 00:00:00 +0000
+++ accountsservice/com.ubuntu.touch.AccountsService.Sound.xml 2014-01-13 17:59:01 +0000
@@ -0,0 +1,21 @@
1<node>
2 <interface name="com.ubuntu.touch.AccountsService.Sound">
3
4 <annotation name="org.freedesktop.Accounts.VendorExtension" value="true"/>
5
6 <property name="SilentMode" type="b" access="readwrite">
7 <annotation name="org.freedesktop.Accounts.DefaultValue" value="false"/>
8 </property>
9
10 <property name="IncomingCallSound" type="s" access="readwrite">
11 <annotation name="org.freedesktop.Accounts.DefaultValue.String"
12 value="/usr/share/sounds/ubuntu/ringtones/Ubuntu.ogg"/>
13 </property>
14
15 <property name="IncomingMessageSound" type="s" access="readwrite">
16 <annotation name="org.freedesktop.Accounts.DefaultValue.String"
17 value="/usr/share/sounds/ubuntu/notifications/Xylo.ogg"/>
18 </property>
19
20 </interface>
21</node>

Subscribers

People subscribed via source and target branches