This file is indexed.

/usr/share/kde4/config.kcfg/urlpicpreview.kcfg is in kopete 4:4.8.2-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"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg> 
  <kcfgfile name="kopeterc"/> 
  <group name="URLPicPreview Plugin"> 
    <entry name="PreviewAmount" type="UInt"> 
      <label>Maximum number of Previews</label> 
      <default>2</default>
    </entry> 
    <entry name="Scaling" type="Bool"> 
      <label>Should the image be scaled</label> 
      <default>true</default>
    </entry> 
    <entry name="PreviewRestriction" type="Bool"> 
      <label>Should the number of previews be restricted?</label> 
      <default>true</default>
    </entry> 
    <entry name="PreviewScaleWidth" type="Int"> 
      <label>Scale images to the width</label> 
      <default>256</default>
    </entry> 
  </group> 
</kcfg>