This file is indexed.

/usr/share/kxmlgui5/parley/editorui.rc is in parley-data 4:15.12.3-0ubuntu1.

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
81
82
83
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<gui name="editor"  version="6">

<MenuBar>
  <Menu name="file" >
      <text>&amp;File</text>
      <Separator/>
      <Action name="file_upload" />
  </Menu>
  <Menu name="edit" >
      <text>&amp;Edit</text>
      <Separator/>
      <Action name="edit_languages" />
      <Separator/>
      <Action name="edit_append" />
      <Action name="edit_remove_selected_area" />
      <Separator/>
      <Action name="tools_spelling" />
      <Action name="vocab_remove_grades" />
  </Menu>
  <Menu name="view" >
      <text>&amp;View</text>
      <Action name="show_vocabulary_columns_menu" />
      <Action name="show_vocabulary_columns_dialog" />
      <Separator/>
      <Action name="show_units_dock"/>
      <Action name="show_wordtype_dock"/>
      <Action name="show_leitner_dock"/>
      <Action name="show_summary_dock"/>
      <Separator/>
      <Action name="show_image_dock"/>
      <Action name="show_audio_dock"/>
      <Action name="show_multiplechoice_dock"/>
      <Action name="show_pronunciation_dock"/>
      <Action name="show_latex_dock"/>
      <Separator/>
      <Action name="show_synonym_dock"/>
      <Action name="show_antonym_dock"/>
      <Action name="show_falsefriend_dock"/>
      <Separator/>
      <Action name="show_comparison_dock"/>
      <Action name="show_inflection_dock"/>
      <Separator/>
      <Action name="show_browser_dock"/>
      <Action name="config_show_search" />
  </Menu>
  <Menu name="lesson" >
   <text>&amp;Unit</text>
   <Action name="new_lesson" />
   <Action name="rename_lesson" />
   <Action name="delete_lesson" />
   <Separator/>
   <Action name="split_lesson" />
   <Separator/>
   <Action name="remove_grades_lesson" />
   <Action name="remove_grades_lesson_children" />
   <Separator/>
   <Action name="lesson_showsublessonentries" />
  </Menu>
  <Menu name="learning" >
   <text>&amp;Practice</text>
   <Action name="practice_configure" />
   <Action name="practice_start" />
  </Menu>  
  <Menu name="scripts" >
    <text>&amp;Scripts</text>
    <Action name="show_script_manager" />
    <Separator/>
    <ActionList name="scripts_actionlist" />
    <Action name="lesson_automatictranslation" />
  </Menu>
 </MenuBar> 

 <ToolBar name="editorToolBar" >
  <text>Editor Toolbar</text>
  <Separator/>
  <Action name="new_lesson" />
  <Action name="edit_append" />
  <Separator/>
  <Action name="practice_start" />
 </ToolBar>
</gui>