/usr/share/gedit/plugins/RCtrl/About.ui is in gedit-r-plugin 0.8.0.2-Gtk3-Python3-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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | <?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkAboutDialog" id="AboutDialog">
<property name="can_focus">False</property>
<property name="border_width">9</property>
<property name="type_hint">normal</property>
<property name="program_name">rgedit</property>
<property name="version">0.8.0.2-Gtk3-Python3</property>
<property name="copyright" translatable="yes">(c) 2009 - 2013, Dan Dediu</property>
<property name="comments" translatable="yes">Plug-in transforming gedit into a light-weight IDE
primarily for the statistical language R, but also
for Octave, Python, and even remote SSH sessions.</property>
<property name="website">http://sourceforge.net/projects/rgedit/</property>
<property name="license" translatable="yes"> Rgedit: gedit plugin for R
Copyright (C) 2009-2010 Dan Dediu
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY 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">Dan Dediu</property>
<property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
<property name="logo">Rgedit-icon.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>
</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>
|