/usr/share/kadu/plugins/configuration/sound.ui is in kadu-common 0.12.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <?xml version="1.0" encoding="UTF-8"?>
<configuration-ui>
<section name="Notifications">
<tab name="Sound">
<group-box name="General">
<check-box caption="Use sounds" config-section="Sounds" config-item="PlaySound" id="sound/use" />
<action-button caption="Test sound playing" id="sound/testPlay" />
</group-box>
<group-box name="Theme" id="sound/theme">
<combo-box caption="Sound theme" config-section="Sounds" config-item="SoundTheme" id="sound/themes" />
<path-list-edit caption="Sound paths" config-section="Sounds" config-item="SoundPaths" id="soundPaths" />
</group-box>
</tab>
</section>
</configuration-ui>
|