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

Revision 23871, 365 bytes checked in by geofft, 15 years ago (diff)
In xsession: * 9x18 isn't a real font. Besides, we have TrueType these days.
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 -fa "" -fs 12 -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.