[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X-system and KDE problems



On Sunday 11 June 2006 05:21, Francesco Pietra wrote:
> My debian etcg 32bit has experienced twice an X-system failure to start
> following
> #apt-get upgrade
>  In both cases recovered, though error messages are presented.
>
> The X-system is first started alone with
>
> $startx
>
> with /home/me/.Xsession
>
> #!/bin/sh
> xrdb -load $HOME/.Xresources
> exec xterm
>
> whereby a window manager is opened that looks like twm;
>
> With the alternative script
> #!/bin/sh
> xrdb -load $HOME/.Xresources
> xterm &
> exec mwn

How about the other way around:
mwm &
exec xterm

Cheers,
Kevin

Attachment: pgp040Wk6gRiT.pgp
Description: PGP signature


Reply to: