#!/bin/bash
#
# ::copy::
# ::maintainer::
#
# warning: this file is included by Xsession(5), not executed
#
# tasks to be done after at final stage of session
# startup, use it to launch applications
#

# debug stuffs (goes into .xsession-errors)
echo
echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
echo "START OF 95ku-x11-user-appls"
echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
id
echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
env
echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
echo

# lancio automatico di eventuali applicazioni, se term
# usare l'apposito wrapper
#
#ku-x11-wrapper COMANDO PER LANCIARE LE APPLICAZIONI

echo
echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
echo "END OF 95ku-x11-user-appls"
echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
echo
