This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/helpmanager.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
object HelpSelectorDialog: THelpSelectorDialog
  Left = 328
  Height = 283
  Top = 414
  Width = 500
  Caption = 'HelpSelectorDialog'
  ClientHeight = 283
  ClientWidth = 500
  OnClose = HelpSelectorDialogClose
  Position = poScreenCenter
  LCLVersion = '0.9.27'
  object NodesGroupBox: TGroupBox
    Left = 6
    Height = 239
    Top = 6
    Width = 488
    Align = alClient
    BorderSpacing.Around = 6
    Caption = 'NodesGroupBox'
    ClientHeight = 221
    ClientWidth = 484
    TabOrder = 0
    object NodesListBox: TListBox
      Left = 6
      Height = 209
      Top = 6
      Width = 472
      Align = alClient
      BorderSpacing.Around = 6
      ItemHeight = 0
      OnDblClick = NodesListBoxDblClick
      TabOrder = 0
    end
  end
  object BtnPanel: TButtonPanel
    Left = 6
    Height = 26
    Top = 251
    Width = 488
    TabOrder = 1
    ShowButtons = [pbOK, pbCancel]
    ShowBevel = False
  end
end