This file is indexed.

/usr/share/kde4/config.kcfg/plansettings.kcfg is in calligraplan 1:2.9.7-0ubuntu12.

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
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
                          http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  <kcfgfile/> <!-- name="planrc"/> Don't, Factory::componentData().config() is used -->
  <group name="Task defaults">
    <entry name="Leader" type="String">
      <label>Name of task responsible</label>
    </entry>
    <entry name="ConstraintType" type="Enum">
      <label>Scheduling constraint type</label>
      <choices>
        <choice name="AsSoonAsPossible"/>
        <choice name="AsLateAsPossible"/>
        <choice name="MustStartOn"/>
        <choice name="MustFinishOn"/>
        <choice name="StartNotEarlierThan"/>
        <choice name="FinishNotLaterThan"/>
        <choice name="FixedInterval"/>
      </choices>
      <default>AsSoonAsPossible</default>
    </entry>
    <entry name="StartTimeUsage" type="Enum">
      <label>Defines how start constraint time is used</label>
      <choices>
        <choice name="CurrentdateTime"/>
        <choice name="CurrentDate"/>
        <choice name="SpecifiedDateTime"/>
      </choices>
      <default>CurrentdateTime</default>
    </entry>
    <entry name="ConstraintStartTime" type="DateTime">
      <label>Constraint start date and time</label>
    </entry>
    <entry name="EndTimeUsage" type="Enum">
      <label>Defines how end constraint time is used</label>
      <choices>
        <choice name="CurrentdateTime"/>
        <choice name="CurrentDate"/>
        <choice name="SpecifiedDateTime"/>
      </choices>
      <default>CurrentdateTime</default>
    </entry>
    <entry name="ConstraintEndTime" type="DateTime">
      <label>Constraint end date and time</label>
    </entry>

    <entry name="EstimateType" type="Enum">
      <label>Type of estimate</label>
      <choices>
        <choice name="Effort"/>
        <choice name="Duration"/>
      </choices>
      <default>Effort</default>
    </entry>
    <entry name="Unit" type="Enum">
      <label>Estimate time unit</label>
      <choices>
        <choice name="Year"/>
        <choice name="Month"/>
        <choice name="Week"/>
        <choice name="Day"/>
        <choice name="Hour"/>
        <choice name="Minute"/>
        <choice name="Second"/>
        <choice name="Millisecond"/>
      </choices>
      <default>Hour</default>
    </entry>
    <entry name="ExpectedEstimate" type="Double">
      <label>Expected estimate</label>
      <default>8.0</default>
    </entry>
    <entry name="OptimisticRatio" type="Int">
      <label>Optimistic estimate</label>
      <default>-75</default>
    </entry>
    <entry name="PessimisticRatio" type="Int">
      <label>Pessimistic estimate</label>
      <default>100</default>
    </entry>

    <entry name="Description" type="String">
      <label>Task description</label>
    </entry>
  </group>

  <group name="TaskColors">
    <entry name="ColorGradientType" type="Enum">
      <label>Gradient</label>
      <choices>
        <choice name="Linear"><label>Linear</label></choice>
        <choice name="Flat"><label>Flat</label></choice>
      </choices>
      <default>Linear</default>
    </entry>
    <entry name="SummaryTaskLevelColorsEnabled" type="Bool">
      <label>Enable summary task level colors</label>
      <default>false</default>
    </entry>
    <entry name="SummaryTaskDefaultColor" type="Color">
      <label>Summary task default color</label>
      <default>#0000ff</default>
    </entry>
    <entry name="SummaryTaskLevelColor_1" type="Color">
      <label>Summary task color, level 1</label>
      <default>#0000ff</default>
    </entry>
    <entry name="SummaryTaskLevelColor_2" type="Color">
      <label>Summary task color, level 2</label>
      <default>#0000ff</default>
    </entry>
    <entry name="SummaryTaskLevelColor_3" type="Color">
      <label>Summary task color, level 3</label>
      <default>#0000ff</default>
    </entry>
    <entry name="SummaryTaskLevelColor_4" type="Color">
      <label>Summary task color, level 4</label>
      <default>#0000ff</default>
    </entry>
    <entry name="TaskNormalColor" type="Color">
      <label>Task color in normal state</label>
      <default>#00ff00</default>
    </entry>
    <entry name="TaskCriticalColor" type="Color">
      <label>Task color in critical state</label>
      <default>#ff0000</default>
    </entry>
    <entry name="TaskFinishedColor" type="Color">
      <label>Task color in finished state</label>
      <default>#A0A0A0</default>
    </entry>
    <entry name="TaskErrorColor" type="Color">
      <label>Task color in error state</label>
      <default>#ffff00</default>
    </entry>
    <entry name="MilestoneNormalColor" type="Color">
      <label>Milestone color in normal state</label>
      <default>#0000ff</default>
    </entry>
    <entry name="MilestoneCriticalColor" type="Color">
      <label>Milestone color in critical state</label>
      <default>#ff0000</default>
    </entry>
    <entry name="MilestoneFinishedColor" type="Color">
      <label>Milestone color in finished state</label>
      <default>#A0A0A0</default>
    </entry>
    <entry name="MilestoneErrorColor" type="Color">
      <label>Milestone color in error state</label>
      <default>#ffff00</default>
    </entry>
  </group>

  <group name="Work Package">
    <entry name="CheckForWorkPackages" type="Bool">
      <label>Automatically check for new work packages</label>
    </entry>
    <entry name="RetrieveUrl" type="Url">
<!--       <label>Directory where Plan retrieves work packages from project members</label> -->
    </entry>
    <entry name="DeleteFile" type="Bool">
<!--       <label>If set, Plan will delete the file after it has been read</label> -->
    </entry>
    <entry name="SaveFile" type="Bool">
<!--       <label>If set, Plan will save the file after it has been read</label> -->
    </entry>
    <entry name="SaveUrl" type="Url">
<!--       <label>Directory where Plan saves work packages when the package has been read</label> -->
    </entry>
  </group>

  <group name="Miscellaneous">
    <entry name="MinimumDurationUnit" type="Int">
      <label>The smallest duration unit allowed</label>
      <default>EnumUnit::Hour</default>
    </entry>
    <entry name="MaximumDurationUnit" type="Int">
      <label>The largest duration unit allowed</label>
      <default>EnumUnit::Month</default>
    </entry>
  </group>

</kcfg>