#!/bin/sh########################################################################
#
# fluxbox file for GDM. Usually in /etc/X11/gdm/Sessions.
#
# Add support for XIM
########################################################################
## Launch an XIM input server if needed
# This's for RedHat and Slackware
for i in /etc/X11/xinit/xinitrc.d/* ; do
if [ -x "$i" ]; then
. "$i"
fi
done
# This's for Mandrake
if [ -x /etc/X11/xinit/XIM ]; then
. /etc/X11/xinit/XIM
fi
exec /usr/X11R6/bin/fluxbox