This file is indexed.

/usr/share/gwenhywfar/dialogs/dlg_input.dlg is in libgwenhywfar-data 4.3.1-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
<?xml version="1.0" encoding="utf-8"?>
<dialog type="dialog" name="dlg_gwen_input" flags="decorShrinkable decorStretchable" i18n="gwenhywfar" >
  <widget type="vlayout" name="vlayout1" flags="fillX fillY" >
    <widget type="label" name="descrLabel" flags="fillX" />

    <widget   type="gridLayout" flags="fillX fillY" columns="2">
      <widget type="label"      name="label1" text="Input" />
      <widget type="lineEdit"   name="input1" columns="32" flags="fillX fillY" />

      <widget type="label"      name="label2" text="Input" />
      <widget type="lineEdit"   name="input2" columns="32" flags="fillX fillY" />
    </widget>

    <widget   type="vspacer"    name="vspacer1"    flags="fillY" />
    
    <widget   type="hLine"      name="hline1"      flags="fillX" />

    <widget   type="hlayout"    name="hlayout1"    flags="fillX equalWidth" >
      <widget type="hspacer"    name="hspacer1"    flags="fillX" />
      <widget type="pushButton" name="okButton" flags="default" text="Ok" />
      <widget type="pushButton" name="abortButton" text="Abort" />
    </widget>
  </widget>

</dialog>