> Hi,
>
> Thanks for the report. I can see that too on one of my machine. It
> seems to be cause by a race of some sort, but I've failed to figure
> out exactly what happens. Adding debugging output tends to make the
> issue disapear...
>
> The patch below which moves the launch of xconsole after setting the
> background fixes the issue for now.
>
> Index: Xsetup_0
> ===================================================================
> RCS file: /cvs/OpenBSD/xenocara/app/xenodm/config/Xsetup_0,v
> retrieving revision 1.7
> diff -u -r1.7 Xsetup_0
> --- Xsetup_0  28 Jun 2020 15:40:48 -0000      1.7
> +++ Xsetup_0  2 Jul 2020 19:26:02 -0000
> @@ -1,9 +1,9 @@
>  #!/bin/sh
>  # $OpenBSD: Xsetup_0,v 1.7 2020/06/28 15:40:48 matthieu Exp $
>
> -xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed
> -exitOnFail
> -
>  xsetroot -fg \#6f6f6f -bg \#bfbfbf -bitmap
> /usr/X11R6/include/X11/bitmaps/root_weave
> +
> +xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed
> -exitOnFail
>
>  #  install package openbsd-backgrounds
>  #  then uncomment:
>
> Can you confirm it ?
>
> --
> Matthieu Herrb
>
>

Yes, xconsole stays running with this change in place. Thank you!

-- 

Joe Gidi
j...@entropicblur.com

"You cannot buy skill." -- Ross Seyfried

Reply via email to