/usr/share/kadu/plugins/configuration/emoticons.ui is in kadu-common 4.1-1.1.
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 16 | <?xml version="1.0" encoding="UTF-8"?>
<configuration-ui>
<section name="Look" icon="preferences-desktop-theme">
<tab name="Icons">
<group-box name="Emoticons">
<check-box caption="Enable emoticons" config-section="Chat" config-item="EnableEmoticons" id="enableEmoticons" />
<check-box caption="Animate emoticons" config-section="Chat" config-item="EnableEmoticonAnimations" id="enableEmoticonAnimations" parent-widget="enableEmoticons" />
<list-box caption="Icon theme" config-section="Chat" config-item="EmoticonsTheme" id="emoticonsTheme" parent-widget="enableEmoticons"
tool-tip="Choose emoticons theme" />
<action-button caption="Install new emoticons..." id="installEmoticonTheme" />
</group-box>
</tab>
</section>
</configuration-ui>
|