This file is indexed.

/usr/bin/xpra_launcher is in xpra 0.12.3+dfsg-1ubuntu1.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
#! /usr/bin/python

from xpra.platform import init
init("Xpra-Launcher", "Xpra Connection Launcher")

import sys
from xpra.client.gtk2.client_launcher import main
sys.exit(main())