This file is indexed.

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

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.gtk_base.client_launcher import main
sys.exit(main())