#!/bin/bash
#
# ::copy::
# ::maintainer::
#
# warning: this file is included by Xsession(5), not executed
#
# tasks to be done after the basic session startups, but
# before any other application is launched (directories
# setup, environment settings, etc)
#

# debug stuffs (goes into .xsession-errors)
echo
echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
echo "INCLUDE 65ku-x11-user-setup"
echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
id
echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
env
echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
echo
# end debug

# update automatico progetti
#
ku-x11-wrapper --pos BL --size 120x15 ku-sync-session auto

echo
echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
echo "END OF 65ku-x11-user-setup"
echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
echo
