/usr/share/kadu/plugins/configuration/image-link.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 | <configuration-ui>
<section name="Chat">
<tab name="Imagelink">
<group-box name="Imagelink">
<check-box caption="Show YouTube movies in chat window" config-section="Imagelink" config-item="show_yt" />
<check-box caption="Autoplay movies" config-section="Imagelink" config-item="autoplay" />
<check-box caption="Show images in chat window" config-section="Imagelink" config-item="show_image" />
</group-box>
</tab>
</section>
</configuration-ui>
|