/usr/share/lxkeymap/ui/AboutLxkeymapDialog.ui is in lxkeymap 0.7.99+dfsg-0ubuntu1.
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 43 44 45 46 47 48 49 50 51 52 53 54 | <?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-requires about_lxkeymap_dialog 1.0 -->
<!-- interface-naming-policy toplevel-contextual -->
<object class="AboutLxkeymapDialog" id="about_lxkeymap_dialog">
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="icon">../media/icon.png</property>
<property name="type_hint">normal</property>
<property name="program_name">Lxkeymap</property>
<property name="version">0.7.99</property>
<property name="copyright">Copyright (C) 2012 Leszek Lesner leszek@zevenos.com</property>
<property name="license"># Copyright (C) 2012 Leszek Lesner leszek@zevenos.com
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
# by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranties of
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
# PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
</property>
<property name="authors">Copyright (C) 2012 Leszek Lesner leszek@zevenos.com</property>
<property name="artists">Icons created by Rafael</property>
<property name="logo">../media/logo.png</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">2</property>
<child internal-child="action_area">
<object class="GtkHButtonBox" id="dialog-action_area1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="layout_style">end</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
</interface>
|