This file is indexed.

/usr/share/accounts/services/identica-microblog.service is in account-plugin-identica 0.11+14.04.20140409.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
<?xml version="1.0" encoding="UTF-8"?>
<service id="identica-microblog">
  <type>microblogging</type>
  <name>identi.ca</name>
  <icon>identica</icon>
  <provider>identica</provider>
  <translations>account-plugins</translations>

  
  <template>
    <group name="friends">
      <setting type="bool" name="send_enabled">true</setting>
      <setting name="color">#4E9A06</setting>
    </group>
    <group name="gwibber">
      <setting type="bool" name="send_enabled">true</setting>
      <setting name="color">#4E9A06</setting>
    </group>
  </template>
</service>