nixpkgs/nixos
Tuomas Tynkkynen f7771131b6 nixos/tests/lightdm: Fix waiting for the login to succeed
Currently the lightdm test detects a successful login by OCR'ing the
screen and searching for the clock widget's text.  Since the last
IceWM update (commit bdd20ced), either the font or the colors of the
clock changed such that the OCR doesn't pick it up anymore.

Instead, just look for a matching (root) window title, e.g.
"IceWM 1.3.9 (Linux/i686)"
2015-08-15 17:12:07 +03:00
..
doc/manual nixos/vbox: Move all options to virtualisation.*. 2015-08-13 12:28:24 +02:00
lib Let's not have a package named "lib" 2015-08-11 11:52:40 +02:00
maintainers Update option-usages.nix expression to work with newer version of the module system. 2015-08-09 17:52:34 +02:00
modules Merge pull request #6272 from NixOS/types-path-better-error 2015-08-15 13:16:00 +02:00
tests nixos/tests/lightdm: Fix waiting for the login to succeed 2015-08-15 17:12:07 +03:00
COPYING Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
default.nix Fix nixos-option 2013-10-28 22:45:58 +01:00
README Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
release-combined.nix Revert "Revert "Drop tests.installer.grub1 as release critical"" 2015-07-22 15:20:40 +02:00
release-small.nix release-small.nix: Drop the grub1 test 2015-08-11 13:51:55 +02:00
release.nix Disable system_tarball_pc and fix eval 2015-07-22 12:27:15 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.