/usr/share/idesk/dot.xsession is in idesk 0.7.5-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #
# sample .xsession file
#
# start idesk (we need the sleep because fluxbox will overpaint the
# idesk with the rootCommand
(sleep 2; idesk &) &
# start fluxbox
exec fluxbox
exit $?
|