diff options
author | Brian Cameron <bcameron@src.gnome.org> | 2006-11-28 18:56:49 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-11-28 18:56:49 +0000 |
commit | 0e008ae2ad8bc94c6602c8e95a1dbb5210b37004 (patch) | |
tree | ab8b34893d1edf67abdd925af299705404c4813c /config | |
parent | 11bc8d9547d22402de71d74f9262a50aad4306b9 (diff) | |
download | gdm-0e008ae2ad8bc94c6602c8e95a1dbb5210b37004.tar.gz |
Start xterm when Xclients fails the same way that we start xterm in other
situations.
Diffstat (limited to 'config')
-rwxr-xr-x | config/Xsession.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Xsession.in b/config/Xsession.in index d6bc660a..dee95ddd 100755 --- a/config/Xsession.in +++ b/config/Xsession.in @@ -225,7 +225,7 @@ if [ "x$command" = "xdefault" ] ; then else echo "$0: Cannot find Xclients" fi - command="xterm -geometry 80x24+0+0" + exec xterm -geometry 80x24+0+0 fi fi |