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.
|
Rev | Line | |
---|
[23851] | 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. |
---|
| 5 | if echo "$SHELL" | grep -q 'tcsh' && [ 'afs' = "$DEBATHENA_HOME_TYPE" ]; then |
---|
[23871] | 6 | xterm -rightbar -sb -fa "" -fs 12 -T ".xsession-errors" -e tail -n +1 -f "$HOME/.xsession-errors" & |
---|
[23851] | 7 | export XCONSOLE=$! |
---|
| 8 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.