Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3fd3911105c9d5e9339ce630d37952b2ef7ca407
      
https://github.com/NixOS/nixpkgs/commit/3fd3911105c9d5e9339ce630d37952b2ef7ca407
  Author: aszlig <[email protected]>
  Date:   2016-05-26 (Thu, 26 May 2016)

  Changed paths:
    M nixos/tests/virtualbox.nix

  Log Message:
  -----------
  nixos/tests/vbox: Replace waitForWindow with xprop

We can't use waitForWindow here because it runs xwininfo as user root,
who in turn is not authorized to connect to the X server running as
alice.

So instead, we use xprop from user alice which should fix waiting for
the VirtualBox manager window.

Signed-off-by: aszlig <[email protected]>


  Commit: 3b8a2a793c63d54229af5fe7eb1e11bc12720919
      
https://github.com/NixOS/nixpkgs/commit/3b8a2a793c63d54229af5fe7eb1e11bc12720919
  Author: aszlig <[email protected]>
  Date:   2016-05-26 (Thu, 26 May 2016)

  Changed paths:
    M nixos/tests/virtualbox.nix

  Log Message:
  -----------
  nixos/tests/vbox: Fix invocation of dbus

VBoxService needs dbus in order to work properly, which failed to start
up so far, because it was searching in /run/current-system/sw for its
configuration files.

We now no longer run with the --system flag but specify the
configuration file directly instead.

This fixes at least the "simple-gui" test and probably the others as
well, which I haven't tested yet.

Signed-off-by: aszlig <[email protected]>


Compare: https://github.com/NixOS/nixpkgs/compare/058c71498ebf...3b8a2a793c63
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to