This file is indexed.

/usr/share/kde4/apps/plasma/plasmoids/org.kde.homerun/contents/ui/config.ui is in plasma-widget-homerun 1.2.1-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
 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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>HomerunContainmentConfig</class>
 <widget class="QWidget" name="HomerunContainmentConfig">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>320</width>
    <height>278</height>
   </rect>
  </property>
  <layout class="QFormLayout" name="formLayout">
   <item row="0" column="0">
    <widget class="QLabel" name="label">
     <property name="text">
      <string>Text Color:</string>
     </property>
     <property name="buddy">
      <cstring>kcfg_textColor</cstring>
     </property>
    </widget>
   </item>
   <item row="0" column="1">
    <widget class="KColorButton" name="kcfg_textColor"/>
   </item>
   <item row="1" column="0">
    <widget class="QLabel" name="label_4">
     <property name="text">
      <string>Text Shadow:</string>
     </property>
     <property name="buddy">
      <cstring>kcfg_shadowModeNone</cstring>
     </property>
    </widget>
   </item>
   <item row="1" column="1">
    <widget class="QRadioButton" name="kcfg_shadowModeNone">
     <property name="text">
      <string>None</string>
     </property>
    </widget>
   </item>
   <item row="2" column="1">
    <widget class="QRadioButton" name="kcfg_shadowModeAuto">
     <property name="text">
      <string>Automatic</string>
     </property>
    </widget>
   </item>
   <item row="3" column="1">
    <layout class="QHBoxLayout" name="horizontalLayout">
     <item>
      <widget class="QRadioButton" name="kcfg_shadowModeCustom">
       <property name="text">
        <string>Custom:</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="KColorButton" name="kcfg_shadowColor">
       <property name="enabled">
        <bool>false</bool>
       </property>
       <property name="sizePolicy">
        <sizepolicy hsizetype="Minimum" vsizetype="Ignored">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
      </widget>
     </item>
    </layout>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>KColorButton</class>
   <extends>QPushButton</extends>
   <header>kcolorbutton.h</header>
  </customwidget>
 </customwidgets>
 <tabstops>
  <tabstop>kcfg_textColor</tabstop>
  <tabstop>kcfg_shadowModeNone</tabstop>
  <tabstop>kcfg_shadowModeAuto</tabstop>
 </tabstops>
 <resources/>
 <connections>
  <connection>
   <sender>kcfg_shadowModeCustom</sender>
   <signal>toggled(bool)</signal>
   <receiver>kcfg_shadowColor</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>136</x>
     <y>106</y>
    </hint>
    <hint type="destinationlabel">
     <x>136</x>
     <y>133</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>