This file is indexed.

/usr/share/gnucash/ui/gnc-plugin-page-owner-tree-ui.xml is in gnucash-common 1:2.6.15-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
59
<ui>
  <menubar>
    <menu name="Edit" action="EditAction">
      <placeholder name="EditSelectedPlaceholder">
        <menuitem name="EditEditVendor"        action="OTEditVendorAction"/>
        <menuitem name="EditEditCustomer"      action="OTEditCustomerAction"/>
        <menuitem name="EditEditEmployee"      action="OTEditEmployeeAction"/>
<!--        <menuitem name="EditDeleteOwner"   action="OTDeleteOwnerAction"/> -->
        <menuitem name="EditNewVendor"         action="OTNewVendorAction"/>
        <menuitem name="EditNewCustomer"       action="OTNewCustomerAction"/>
        <menuitem name="EditNewEmployee"       action="OTNewEmployeeAction"/>
      </placeholder>
    </menu>
    
    <menu name="Reports" action="ReportsAction">
      <placeholder name="OtherReports">
        <menuitem name="ReportVendorListingReport"   action="OTVendorListingReportAction"/>
        <menuitem name="ReportCustomerListingReport" action="OTCustomerListingReportAction"/>
        <menuitem name="ReportOTVendorReport"        action="OTVendorReportAction"/>
        <menuitem name="ReportOTCustomerReport"      action="OTCustomerReportAction"/>
        <menuitem name="ReportOTEmployeeReport"      action="OTEmployeeReportAction"/>
      </placeholder>
    </menu>
  </menubar>

  <toolbar name="DefaultToolbar">
    <placeholder name="DefaultToolbarPlaceholder">
      <toolitem name="ToolbarNewVendor"        action="OTNewVendorAction"/>
      <toolitem name="ToolbarNewCustomer"      action="OTNewCustomerAction"/>
      <toolitem name="ToolbarNewEmployee"      action="OTNewEmployeeAction"/>
      <toolitem name="ToolbarEditVendor"       action="OTEditVendorAction"/>
      <toolitem name="ToolbarEditCustomer"     action="OTEditCustomerAction"/>
      <toolitem name="ToolbarEditEmployee"     action="OTEditEmployeeAction"/>
<!--      <toolitem name="ToolbarDeleteOwner"  action="OTDeleteOwnerAction"/> -->
      <separator name="ToolbarSep168"/>
      <toolitem name="ToolbarNewBill"          action="OTNewBillAction"/>
      <toolitem name="ToolbarNewInvoice"       action="OTNewInvoiceAction"/>
      <toolitem name="ToolbarNewVoucher"       action="OTNewVoucherAction"/>
      <toolitem name="ToolbarVendorListing"    action="OTVendorListingReportAction"/>
      <toolitem name="ToolbarCustomerListing"  action="OTCustomerListingReportAction"/>
    </placeholder>
  </toolbar>

  <popup name="MainPopup"                      action="FakeToplevel">
    <placeholder name="PopupPlaceholder2">
        <menuitem name="EditVendor"            action="OTEditVendorAction"/>
        <menuitem name="EditCustomer"          action="OTEditCustomerAction"/>
        <menuitem name="EditEmployee"          action="OTEditEmployeeAction"/>
<!--        <menuitem name="DeleteOwner"           action="OTDeleteOwnerAction"/> -->
        <separator name="ToolbarSep169"/>
        <menuitem name="NewBill"               action="OTNewBillAction"/>
        <menuitem name="NewInvoice"            action="OTNewInvoiceAction"/>
        <menuitem name="NewVoucher"            action="OTNewVoucherAction"/>
        <menuitem name="OTVendorReport"        action="OTVendorReportAction"/>
        <menuitem name="OTCustomerReport"      action="OTCustomerReportAction"/>
        <menuitem name="OTEmployeeReport"      action="OTEmployeeReportAction"/>
    </placeholder>
  </popup>
</ui>