This file is indexed.

/usr/share/kde4/config.kcfg/flickrsettings.kcfg is in choqok 1.4+repack-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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Author: Andrey Esin -->
<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="choqokrc"/>

    <group name="Flickr Uploader">
        <entry name="nsid" type="String"/>
        <entry name="fullname" type="String"/>
        <entry name="username" type="String"/>
        <entry name="shorturl" type="Bool"/>
        <entry name="forprivate" type="Bool"/>
        <entry name="forfriends" type="Bool"/>
        <entry name="forfamily" type="Bool"/>
        <entry name="forpublic" type="Bool"/>
        <entry name="safe" type="Bool"/>
        <entry name="moderate" type="Bool"/>
        <entry name="restricted" type="Bool"/>
        <entry name="hidefromsearch" type="Bool"/>
    </group>
</kcfg>