Revision 24439,
472 bytes
checked in by jhamrick, 15 years ago
(diff) |
In xsession:
* Make sure debathena-xsession is installed before executing any of the
scripts in /etc/X11/Xsession.d (Trac: #348)
|
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. |
---|
5 | if [ "$(dpkg-query -W -f '${Status}' debathena-xsession 2>/dev/null)" = "install ok installed" ] && \ |
---|
6 | echo "$SHELL" | grep -q 'tcsh' && \ |
---|
7 | [ 'afs' = "$DEBATHENA_HOME_TYPE" ]; then |
---|
8 | xterm -rightbar -sb -fa "" -fs 12 -T ".xsession-errors" -e tail -n +1 -f "$HOME/.xsession-errors" & |
---|
9 | export XCONSOLE=$! |
---|
10 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.