/usr/share/ontv/about_dialog.ui is in ontv 3.2.0-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 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | <?xml version="1.0"?>
<interface>
<!-- interface-requires gtk+ 2.12 -->
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkAboutDialog" id="about_dialog">
<property name="border_width">5</property>
<property name="type_hint">normal</property>
<property name="has_separator">False</property>
<property name="copyright" translatable="yes">Copyright (C) 2004-2010 Johan Svedberg</property>
<property name="comments" translatable="yes">OnTV is a GNOME Applet for monitoring TV programs.</property>
<property name="website">http://live.gnome.org/OnTV</property>
<property name="license">GNU General Public License version 2</property>
<property name="authors">Johan Svedberg <johan@svedberg.com>
Olof Kindgren <olki@src.gnome.org></property>
<property name="translator_credits" translatable="yes">translator-credits</property>
<property name="artists">Josef Vybíral <cornelius@vybiral.info>
Andreas Nilsson <nisses.mail@home.se>
Ville Pätsi <drc@gnu.org></property>
<property name="logo_icon_name">ontv</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox5">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child>
<placeholder/>
</child>
<child internal-child="action_area">
<object class="GtkHButtonBox" id="dialog-action_area5">
<property name="visible">True</property>
<property name="layout_style">end</property>
</object>
<packing>
<property name="expand">False</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
</object>
</child>
</object>
</interface>
|