Re: [dev] Introducing XLSH

From: Bjartur Thorlacius <svartman95_AT_gmail.com>
Date: Thu, 20 Oct 2011 16:16:26 -0000

On Thu, 20 Oct 2011 15:00:48 -0000, Anders Andersson <pipatron_AT_gmail.com>
wrote:
> My .bash_profile looks like this:
>
> # auto startx if logging in at VC/1
> if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
> startx >& ~/.myXLog
> logout
> fi
>
Uhm, so you've configured bash to exit immediately after starting X if run
as a login shell on tty1? Spawning bash only to spawn a wrapper script
around xinit seems like an overkill.
Received on Thu Oct 20 2011 - 18:16:26 CEST

This archive was generated by hypermail 2.3.0 : Thu Oct 20 2011 - 18:24:03 CEST