This file is indexed.

/usr/share/kde4/config.kcfg/kamerka.kcfg is in kamerka 0.8.1-1.

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
<?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="kamerkarc"/>
  <group name="Video">
    <entry name="node" type="Path">
      <label>Device node for video camera.</label>
      <default>/dev/video0</default>
    </entry>
    <entry name="width" type="Int">
      <label>Width of the video transmited by webcam.</label>
      <default>640</default>
    </entry>
    <entry name="height" type="Int">
      <label>Height of the video transmited by webcam.</label>
      <default>480</default>
    </entry>
    <entry name="fps" type="Int">
      <label>Framerate limit.</label>
      <default>0</default>
    </entry>
  </group>
  <group name="Storage">
    <entry name="usexdgpictures" type="Bool">
      <label>Tells Kamerka to use XDG Pictures folder to store photos.</label>
      <default>true</default>
    </entry>
    <entry name="ifsubdirectory" type="Bool">
      <label>Tells Kamerka to use subdirectory within XDG Pictures folder.</label>
      <default>true</default>
    </entry>
    <entry name="subdirectory" type="String">
      <label>Subdirectory within XDG Pictures folder.</label>
      <default>kamerka</default>
    </entry>
    <entry name="photodir" type="Path">
      <label>Path to directory, in which photos will be stored.</label>
      <default></default>
    </entry>
  </group>
  <group name="Storage">
    <entry name="soundontaking" type="Bool">
      <label>Play sound on taking photos.</label>
      <default>true</default>
    </entry>
    <entry name="soundontimer" type="Bool">
      <label>Play sounds when using self-timer.</label>
      <default>true</default>
    </entry>
    <entry name="notification" type="Bool">
      <label>Show desktop notification on taking photo.</label>
      <default>true</default>
    </entry>
  </group>
</kcfg>