~chipaca/gsettings-ubuntu-touch-schemas/fix-notification-hub-blacklist-description

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<schemalist gettext-domain="gsettings-ubuntu-touch-schemas">
    <schema id="com.ubuntu.touch.sound" path="/com/ubuntu/touch/sound/">
    <key name="silent-mode" type="b">
      <default>false</default>
      <_summary>Silent mode</_summary>
      <_description>Whether silent mode is active or not.</_description>
    </key>
    <key name="incoming-call-sound" type="s">
      <default>"/usr/share/sounds/ubuntu/ringtones/Ubuntu.ogg"</default>
      <_summary>Ringtone sound for the phone application.</_summary>
      <_description>This sound file is played, on incoming calls, by the phone application.</_description>
    </key>
    <key name="incoming-message-sound" type="s">
      <default>"/usr/share/sounds/ubuntu/notifications/Xylo.ogg"</default>
      <_summary>Incoming message sound for the phone application.</_summary>
      <_description>This sound file is played, on incoming messages, by the phone application.</_description>
    </key>
  </schema>
</schemalist>