This file is indexed.

/usr/lib/gnome-flashback/gnome-flashback-compiz is in gnome-session-flashback 3.22.0-3.

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
#!/bin/sh

if [ -z $XDG_CURRENT_DESKTOP ]; then
  export XDG_CURRENT_DESKTOP="GNOME-Flashback:GNOME"
fi

exec gnome-session --session=gnome-flashback-compiz "$@"