/usr/bin/gnome-flashback-xmonad is in xmonad 0.13-7.
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 | #! /bin/sh
if [ -z "$XDG_CURRENT_DESKTOP" ]; then
XDG_CURRENT_DESKTOP=GNOME-Flashback:GNOME
export XDG_CURRENT_DESKTOP
fi
exec gnome-session --session=gnome-flashback-xmonad --disable-acceleration-check "$@"
|