/usr/share/gwaei/searchwindow-menumodel-toolbar.ui is in gwaei 3.6.2-2.
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 | <?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="menu">
<section>
<item>
<attribute name="label" translatable="yes">Show _Menubar</attribute>
<attribute name="action">win.toggle-menubar-show</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Show _Toolbar</attribute>
<attribute name="action">win.toggle-toolbar-show</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Always Show T_ab Bar</attribute>
<attribute name="action">win.toggle-tabbar-show</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Show _Statusbar</attribute>
<attribute name="action">win.toggle-statusbar-show</attribute>
</item>
</section>
</menu>
</interface>
|