This file is indexed.

/usr/lib/bonobo/servers/GNOME_OSD.server is in gnome-osd 0.12.2-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
<!-- -*- Mode: xml-lite; xml-lite-indent-offset: 4; -*- -->
<oaf_info>
    
    <oaf_server iid="OAFIID:GNOME_OSD"
		type="exe"
		location="/usr/lib/gnome-osd/gnome-osd-server">
	<oaf_attribute type="stringv" name="repo_ids">
	    <item value="IDL:Bonobo/Unknown:1.0"/>
	    <item value="IDL:Bonobo/Application:1.0"/>
	</oaf_attribute>
	<oaf_attribute type="string" name="name"
		       value="GNOME OSD Daemon"/>
	<oaf_attribute type="string" name="description"
		       value="GNOME OSD Daemon"/>
	<oaf_attribute type="stringv" name="bonobo:environment">
            <item value="DISPLAY"/>
        </oaf_attribute>

        <oaf_attribute name="bonobo:environment" type="stringv">
            <item value="DBUS_SESSION_BUS_ADDRESS"/>
            <item value="GNOME_KEYRING_SOCKET"/>
            <item value="GPG_AGENT_INFO"/>
            <item value="SESSION_MANAGER"/>
            <item value="SSH_AGENT_PID"/>
            <item value="SSH_AUTH_SOCK"/>
        </oaf_attribute>

    </oaf_server>
    

</oaf_info>