This file is indexed.

/usr/share/apport/package-hooks/gnome-media-player.py is in gnome-media-player 0.1.3-0ubuntu5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
from apport.hookutils import *

def add_info(report):
    report['GconfSettingsOfGMP'] = command_output(['gconftool-2', '-R', '/apps/gnome-media-player'])