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

xorg-server: Changes to 'pu/debian-unstable'



New branch 'pu/debian-unstable' available with the following commits:
commit 933141fd71075872d60cd0679ddcca5fb8b363ea
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Apr 16 21:50:04 2012 +0200

    xvfb-run: fix xauth handling
    
    setting XAUTHORITY when starting an X server isn't actually useful, we
    need to use the -auth command-line parameter instead.  Somehow this
    seems to have been broken all these years and nobody noticed...

commit 1634bc20b0d3d390fe3675f766e13dce6ce6a75d
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Apr 16 21:48:12 2012 +0200

    xvfb-run: send kill output to $ERRORFILE

commit f70e3108868184ed1c742aab397d9636ef107c47
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Apr 4 23:11:56 2012 +0200

    xvfb-run: fix bashism
    
    dash's trap doesn't accept SIGUSR1.  Both dash and bash are happy with
    USR1, so use that.

commit 48138e6b8baff773eb282d437edcb28e2affb2bc
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Mar 20 20:56:29 2012 +0100

    Brown paper bag fix for the xvfb-run wait change
    
    wait returns non-zero if interrupted by a signal, and we're set -e.

commit 91e6b1905dc6943c80929e8c10bb927c2e0f7bab
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Mar 19 21:51:43 2012 +0100

    xvfb-run: drop svn $Id$ keywords
    
    And update the comment about necessary build-depends.

commit 48755d15e04c6d8f6d210eba8a81df726a441759
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Mar 19 21:50:38 2012 +0100

    Speed up xvfb-run
    
    Instead of waiting 3 seconds and hoping that's enough for Xvfb to come
    up (and waiting 2.9 seconds too many in the general case), tell it to
    send us SIGUSR1 when it's ready to accept connections.  This reduces
    "xvfb-run -- xterm -e true" from 3.17s to 0.28s on a quick test.

commit e1da8c8e0b9303fcac26cce1ec427243bdb13db4
Author: Julien Cristau <julien.cristau@logilab.fr>
Date:   Mon Mar 19 21:17:50 2012 +0100

    xvfb-run: kill Xvfb when the script dies.
    
    We only killed the Xvfb process if the command exited, not if xvfb-run
    itself got killed


Reply to: