Your IP : 216.73.216.48


Current Path : /usr/X11R6/bin/X11/
Upload File :
Current File : //usr/X11R6/bin/X11/startfvwm2

#!/bin/sh
#  startfvwm2 v1.0

########################################################################
##  Start DBUS session bus                                            ##
########################################################################


if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
   eval $(dbus-launch --sh-syntax --exit-with-session)
fi


########################################################################
##  Start fvwm2 Window Manager                                        ##
########################################################################


exec /usr/bin/fvwm2


########################################################################