/usr/share/bibledit-gtk/gtkbuilder.timednotifywindow.xml is in bibledit-gtk-data 4.6-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 | <?xml version="1.0"?>
<interface>
<!-- interface-requires gtk+ 2.12 -->
<!-- interface-naming-policy project-wide -->
<object class="GtkWindow" id="window">
<property name="title" translatable="yes">Notification</property>
<property name="resizable">False</property>
<property name="window_position">center-always</property>
<property name="type_hint">notification</property>
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
<property name="decorated">False</property>
<property name="deletable">False</property>
<child>
<object class="GtkLabel" id="label">
<property name="visible">True</property>
<property name="xpad">60</property>
<property name="ypad">60</property>
</object>
</child>
</object>
</interface>
|