/usr/share/tracker/tracker-search-bar.ui is in tracker-gui 0.14.0-2ubuntu1.
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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | <?xml version="1.0"?>
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy project-wide -->
<object class="GtkAboutDialog" id="dialog_about">
<property name="border_width">5</property>
<property name="resizable">False</property>
<property name="type_hint">normal</property>
<property name="has_separator">False</property>
<property name="program_name">Search Bar</property>
<property name="version">0.7</property>
<property name="copyright" translatable="yes">Copyright Tracker Authors 2005-2010</property>
<property name="comments" translatable="yes">A search bar applet for finding content stored in Tracker</property>
<property name="website">http://www.tracker-project.org/</property>
<property name="website_label">http://www.tracker-project.org/</property>
<property name="license" translatable="yes">Tracker 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 2 of the License, or (at your option) any later version.
Tracker 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 Tracker; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</property>
<property name="authors">Martyn Russell <martyn at lanedo com>
Jürg Billeter <juerg.billeter at codethink co uk>
Philip Van Hoof <pvanhoof at gnome org>
Carlos Garnacho <carlos at lanedo com>
Mikael Ottela <mikael.ottela at ixonos com>
Ivan Frade <ivan.frade at nokia com>
Jamie McCracken <jamiemcc at gnome org>
Adrien Bustany <abustany at gnome org>
Aleksander Morgado <aleksander at lanedo com>
Anders Aagaard <aagaande at gmail com>
Anders Rune Jensen <anders iola dk>
Baptiste Mille-Mathias <baptist millemathias gmail com>
Christoph Laimburg <christoph laimburg at rolmail net>
Dan Nicolaescu <dann at ics uci edu>
Deji Akingunola <dakingun gmail com>
Edward Duffy <eduffy at gmail com>
Eskil Bylund <eskil at letterboxes org>
Eugenio <me at eugesoftware com>
Fabien VALLON <fabien at sonappart net>
Gergan Penkov <gergan at gmail com>
Halton Huo <halton huo at sun com>
Jaime Frutos Morales <acidborg at gmail com>
Jedy Wang <jedy wang at sun com>
Jerry Tan <jerry tan at sun com>
John Stowers <john.stowers at gmail com>
Julien <julienc psychologie-fr org>
Laurent Aguerreche <laurent.aguerreche at free fr>
Luca Ferretti <elle.uca at libero it>
Marcus Fritzsch <fritschy at googlemail com>
Michael Biebl <mbiebl at gmail com>
Michal Pryc <michal pryc at sun com>
Mikkel Kamstrup Erlandsen <mikkel kamstrup gmail com>
Nate Nielsen <nielsen at memberwewbs com>
Neil Patel <njpatel at gmail com>
Richard Quirk <quirky at zoom co uk>
Saleem Abdulrasool <compnerd at gentoo org>
Samuel Cormier-Iijima <sciyoshi at gmail com>
Tobutaz <tobutaz gmail com>
Tom <tpgww at onepost net>
Tshepang Lekhonkhobe <tshepang at gmail com>
Ulrik Mikaelsson <ulrik mikaelsson gmail com>
</property>
<property name="logo_icon_name">tracker</property>
<property name="wrap_license">True</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox1">
<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_area1">
<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>
|