This file is indexed.

/usr/share/gwenhywfar/dialogs/dlg_progress.dlg is in libgwenhywfar-data 4.15.2beta-2build1.

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
<?xml version="1.0" encoding="utf-8"?>
<dialog type="dialog" name="dlg_gwen_progress" flags="decorShrinkable decorStretchable" i18n="gwenhywfar" >
  <widget type="vlayout" name="vlayout1" flags="fillX fillY" >
    <widget type="label" name="descrLabel" flags="fillX" width="500" />

    <widget type="groupBox" name="logGroup" flags="fillX fillY">
      <widget type="textBrowser" name="logText" flags="fillX fillY readOnly" />
    </widget>

    <widget name="hline1" type="hLine" flags="fillX" />
    
    <widget type="progressBar" name="currentProgress" flags="fillX" />
    <widget type="progressBar" name="allProgress" flags="fillX" />
    
    <widget name="hline2" type="hLine" flags="fillX" />

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

</dialog>