source: trunk/debathena/debathena/xsession/debian/00debathena-tcsh-sucks @ 23851

Revision 23851, 360 bytes checked in by broder, 16 years ago (diff)
In xsession: * Spawn the xterm tailing .xsession-errors in the Xsession.d scripts instead of in the xsession.tcsh script. * When enabling NOCALLS mode, actually check for the right session name in the Xsession.d scripts.
Line 
1# This file is sourced by Xsession(5), not executed.
2
3# Horrible work-around for the fact that GDM can't read the
4# .xsession-errors file it tries to write.
5if echo "$SHELL" | grep -q 'tcsh' && [ 'afs' = "$DEBATHENA_HOME_TYPE" ]; then
6    xterm -rightbar -sb -fn 9x18 -T ".xsession-errors" -e tail -n +1 -f "$HOME/.xsession-errors" &
7    export XCONSOLE=$!
8fi
Note: See TracBrowser for help on using the repository browser.