This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/showcompileropts.lfm is in lazarus-src-0.9.30.4 0.9.30.4-6.

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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
object ShowCompilerOptionsDlg: TShowCompilerOptionsDlg
  Left = 341
  Height = 194
  Top = 320
  Width = 390
  ActiveControl = CmdLineMemo
  AutoSize = True
  Caption = 'Compiler Options'
  ClientHeight = 194
  ClientWidth = 390
  Constraints.MinHeight = 194
  Constraints.MinWidth = 390
  OnCreate = FormCreate
  Position = poOwnerFormCenter
  LCLVersion = '0.9.29'
  object CmdLineGroupbox: TGroupBox
    AnchorSideBottom.Control = CloseButton
    Left = 6
    Height = 144
    Top = 6
    Width = 378
    Align = alTop
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Around = 6
    Caption = 'Command line parameters'
    ClientHeight = 125
    ClientWidth = 374
    TabOrder = 0
    object CmdLineMemo: TMemo
      AnchorSideRight.Side = asrBottom
      AnchorSideBottom.Side = asrBottom
      Left = 6
      Height = 113
      Top = 6
      Width = 362
      Align = alClient
      BorderSpacing.Around = 6
      Lines.Strings = (
        'CmdLineMemo'
      )
      ScrollBars = ssAutoVertical
      TabOrder = 0
    end
  end
  object RelativePathsCheckBox: TCheckBox
    AnchorSideLeft.Control = CmdLineGroupbox
    AnchorSideTop.Control = CloseButton
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 22
    Top = 161
    Width = 171
    Caption = 'RelativePathsCheckBox'
    Checked = True
    OnChange = RelativePathsCheckBoxChange
    State = cbChecked
    TabOrder = 1
  end
  object CloseButton: TBitBtn
    AnchorSideTop.Control = CmdLineGroupbox
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 309
    Height = 32
    Top = 156
    Width = 75
    Anchors = [akRight, akBottom]
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = '&Close'
    Constraints.MinHeight = 22
    Constraints.MinWidth = 75
    Kind = bkClose
    NumGlyphs = 0
    TabOrder = 2
  end
end