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

2016-08-18 Thread Danny Milosavljevic
> Again since the tests are run in a container, I'd expect that there > isn't a xserver > running unless I explicitly start it. > > Are my assumptions wrong? > Do you think it's worth tracking down the test failure when my solution works? No, if that's the case it's fine to use Xvfb too. It's

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

2016-08-17 Thread David Craven
I'll withhold this patch pending further investigation. Thank you!

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

2016-08-17 Thread David Craven
> Might (setenv "QT_QPA_PLATFORM" "offscreen") also be enough? Interesting, that also fixes the problem, but causes a new one... * Start testing of KDualActionTest * Config: Using QtTest library 5.7.0, Qt 5.7.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC

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

2016-08-16 Thread Danny Milosavljevic
>(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

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

2016-08-16 Thread David Craven
* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Enable tests. Set Xvfb pixel depth to 24 bits. --- gnu/packages/kde-frameworks.scm | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm