This file is indexed.

/usr/share/kde4/apps/kontact/ktimetrackerui.rc is in kontact 4:4.8.4a-0ubuntu0.3.

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
84
85
86
87
88
89
90
91
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<gui name="ktimetracker" version="391">
<MenuBar>
  <Menu name="file" >
    <text>&amp;File</text>
    <Action name="file_open" />
    <Action name="file_open_recent" />
    <Action name="file_save" />
    <Separator />
    <Action name="start_new_session" />
    <Action name="reset_all_times" />
    <Separator />
    <Menu name="import" icon="document-import" >
      <text>&amp;Import</text>
      <Action name="import_planner" />
    </Menu>
    <Menu name="export" icon="document-export">
      <text>&amp;Export</text>
      <Action name="export_times" />
      <Action name="export_history" />
    </Menu>
    <Action name="edit_history" />
    <Separator />
    <Action name="file_quit" />
  </Menu>
  <Menu name="clock" >
    <text>&amp;Clock</text>
    <Action name="start" />
    <Action name="stop" />
    <Action name="stopAll" />
    <Action name="focustracking" />
  </Menu>
  <Menu name="task" >
    <text>&amp;Task</text>
    <Action name="new_task" />
    <Action name="new_sub_task" />
    <Action name="delete_task" />
    <Action name="edit_task" />
<!--    <Action name="add_comment_to_task" /> -->
    <Separator />
    <Action name="mark_as_complete" />
    <Action name="mark_as_incomplete" />
  </Menu>
  <Menu name="settings" > 
    <text>&amp;Settings</text>
    <Action name="searchbar" />
  </Menu>
</MenuBar>
<ToolBar position="top" iconText="icononly" noMerge="1" name="mainToolBar" >
	<text>Main Toolbar</text>
	<Action name="new_task" />
	<Action name="new_sub_task" />
	<Action name="start" />
	<Action name="stop" />
	<Action name="delete_task" />
        <Action name="edit_task" />
</ToolBar>
<ToolBar position="top" iconText="icononly" noMerge="1" name="taskToolBar" >
  <text>Tasks</text>
  <Action name="file_new" />
  <Action name="file_open" />
  <Action name="file_save" />
</ToolBar>

<Menu name="task_popup">
  <Action name="start" />
  <Action name="stop" />
  <Action name="stopAll" />
  <Separator />
  <Action name="new_task" />
  <Action name="new_sub_task" />
  <Action name="delete_task" />
  <Action name="edit_task" />
  <Separator />
  <Action name="mark_as_complete" />
  <Action name="mark_as_incomplete" />
</Menu>

<State name="readonly">
  <disable>
    <Action name="file_save" />
    <Action name="new_task" />
    <Action name="new_sub_task" />
    <Action name="delete_task" />
    <Action name="edit_task" />
    <Action name="mark_as_complete" />
    <Action name="start_new_session" />
    <Action name="reset_all_times" />
  </disable>
</State>
</gui>