guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 17/24] gnu: kwidgetsaddons: Fix test failure.


From: Danny Milosavljevic
Subject: Re: [PATCH 17/24] gnu: kwidgetsaddons: Fix test failure.
Date: Tue, 16 Aug 2016 21:22:26 +0200

>                (system (string-append (assoc-ref inputs "xorg-server")
> -                                     "/bin/Xvfb :1 &"))
> +                                     "/bin/Xvfb :1 -screen 0 640x480x24 &"))

Might

             (setenv "QT_QPA_PLATFORM" "offscreen")

also be enough? Starting an Xvfb server and then not stopping it again is kinda 
... extreme. Also, who says that :1 is free?

I can see that it was there before, but just to be sure...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]