This file is indexed.

/usr/share/lyx/ui/default.ui is in lyx-common 2.2.3-5.

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
# -*- text -*-

# file default.ui
# This file is part of LyX, the document processor.
# Licence details can be found in the file COPYING.

# author John Levon

# Full author contact details are available in file CREDITS.

# This is the default LyX user interface definition file.
# The syntax should be straightforward enough.

# The interface is designed (partially) following the KDE Human Interface
# Guidelines (http://techbase.kde.org/Projects/Usability/HIG)

Format 4

Include "stdmenus.inc"

Include "stdcontext.inc"

Include "stdtoolbars.inc"

# Which toolbars to use.
#
# The second parameter are the flags :
#
# on: the toolbar is visible
# off: the toolbar is not visible
# auto: the toolbar is automatically shown and hidden depending on the
#       next 3 flags.
#
# math: the toolbar is visible only when in math
# mathmacrotemplate: the toolbar is visible only when in a macro definition
# table: the toolbar is visible only when in a table
# review: the toolbar is visible only when tracked changes are present or
#         change tracking is enabled
# ipa: the toolbar is only visible when inside an ipa inset
#
# top: the toolbar should be at the top of the window
# bottom: the toolbar should be at the bottom of the window
# left: the toolbar should be at the left of the window
# right: the toolbar should be at the right of the window
#
# samerow: do not create new line for this toolbar
#        (note that order of toolbars is defined in stdtoolbars.inc)
#
Toolbars
	"standard" "on,top"
	"view/update" "on,top"
	"extra" "on,top,samerow"
	"review" "auto,review,top"
	"vcs" "off,top"
	"table" "auto,table,bottom"
	"math_panels" "auto,math,bottom"
	"math" "auto,math,bottom"
	"mathmacrotemplate" "auto,mathmacrotemplate,bottom"
	"ipa" "auto,ipa,bottom"
	"minibuffer" "auto,minibuffer,bottom"
	"documentation" "off,top"
End