This file is indexed.

/usr/share/kde4/apps/tagua/taguaui.rc is in tagua-data 1.0~alpha2-15.

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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui version="2" name="tagua" >
 <MenuBar>
  <Menu name="file">
   <Action name="new" />
   <Action name="load" />
   <Action name="save" />
<!--   <Separator/>
   <Action name="connect" />
   <Action name="disconnect" />-->
   <Separator/>
   <Action name="quit" />
  </Menu>
  <Menu name="edit">
      <Text>&amp;Edit</Text>
      <Action name="copyPosition" />
      <Action name="pastePosition" />
<!--      <Separator />
      <Action name="editPosition" />
      <Action name="clearBoard" />
      <Action name="setStartingPosition" />-->
  </Menu>
  <Menu name="gameMenu">
   <text>&amp;Game</text>
   <Action name="begin" />
   <Action name="back" />
   <Action name="pause" />
   <Action name="forward" />
   <Action name="end" />
   <ActionList name="variantActions" />
  </Menu>
  <Menu name="viewMenu" >
   <text>&amp;View</text>
   <Action name="flip" />
   <Action name="toggleConsole" />
   <Action name="toggleMoveList" />
  </Menu>
  <Menu name="settings">
    <Action name="configure" />
  </Menu>
 </MenuBar>
 <ToolBar name="mainToolBar" >
  <Action name="connect" />
  <Action name="disconnect" />
 </ToolBar>
 <ToolBar name="gameToolbar" >
  <text>Game Toolbar</text>
  <Action name="begin" />
  <Action name="back" />
  <Action name="pause" />
  <Action name="forward" />
  <Action name="end" />
  <ActionList name="variantActions" />
 </ToolBar>
</kpartgui>