This file is indexed.

/usr/share/kde4/config.kcfg/kfritz.kcfg is in kfritz 0.0.12a-0ubuntu3.

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
<?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/>
  <group name="FritzBox">
    <entry name="Hostname" type="String">
      <label>Host name</label>
      <tooltip>The host name of the Fritz!Box.</tooltip>
      <whatsthis>This is the host name of the Fritz!Box in your network. Most probably this is "fritz.box". As an alternative you can also use the IP address instead of the host name.</whatsthis>
      <default>fritz.box</default>
    </entry>
    <entry name="CountryCode" type="String">
      <label>Country code</label>
      <tooltip>The country code the Fritz!Box is located in.</tooltip>
      <whatsthis>This is the country code your Fritz!Box is located in. Normally this is read automatically from your Fritz!Box so you do not need to specify it here.</whatsthis>
      <default>49</default>
    </entry>
    <entry name="AreaCode" type="String">
      <label>Area code</label>
      <tooltip>The area code the Fritz!Box is located in.</tooltip>
      <whatsthis>This is the area code your Fritz!Box is located in. Normally this is read automatically from your Fritz!Box so you do not need to specify it here.</whatsthis>
    </entry>
    <entry name="MSNFilter" type="StringList">
    	<label>MSN filter list</label>
    	<tooltip></tooltip>
    	<whatsthis></whatsthis>
    </entry>
  </group>
  <group name="Phonebooks">
    <entry name="PhonebookList" type="StringList">
      <label>Phone books</label>
      <tooltip>List of active phone books.</tooltip>
      <default>LOCL,FRITZ,OERT</default>
    </entry>
  </group>  
  <group name="GUI">
  	<entry name="LastKnownMissedCall" type="LongLong">
  	</entry>
  	<entry name="StartMinimized" type="Bool">
  		<label>Start KFritz minimized</label>
  		<default>true</default>
  	</entry>
  </group> 
</kcfg>