summaryrefslogtreecommitdiffstats
path: root/nixos/tests/gnome3-xorg.nix
AgeCommit message (Collapse)Author
2020-07-14nixosTests.gnome3: enable debug modeJan Tojnar
The tests fail too often on Hydra without much of a hint what went wrong. Hopefully, this will provide some clue.
2020-07-09nixos/displayManager: make autoLogin options independent of DM typeworldofpeace
Co-authored-by: volth <volth@volth.com>
2020-04-01tree-wide: Switch from gnome3.maintainers to lib.teams.gnomeJan Tojnar
2019-12-21nixosTests.gnome3-xorg: port to python/rewriteworldofpeace
We've rewritten it use GDM, and we can now autologin to the X11 session because of the accountsservice preStart script for autologin. It should work similar to how the wayland test works, just with a few nuanced differences for xorg.
2019-12-15nixos/displayManager: introduce defaultSessionTor Hedin Brønner
There's two ways of providing graphical sessions now: - `displayManager.session` via. `desktopManager.session` and `windowManager.session` - `displayManager.sessionPackages` `sessionPackages` doesn't make a distinction between desktop and window managers. This makes selecting a session provided by a package using `desktopManager.default` nonsensical. We therefor introduce `displayManager.defaultSession` which can select a session from either `displayManager.session` or `displayManager.sessionPackages`. It will default to `desktopManager.default + windowManager.default` as before. If the dm default is "none" it will select the first provided session from `sessionPackages`.
2019-10-11nixos.tests: silence getfacl absolute path messagec0bw3b
Default getfacl behavior is to remove leading slash on absolute paths in its header printed to stdout. Before the header it will also print a message about it... Switches -p -or --absolute-names can turn this off and remove some noise from our tests logs.
2019-08-06nixosTests.gnome3{xorg}: add gnome3 maintainersworldofpeace
2019-08-06nixosTests.gnome3-xorg: rename from gnome3worldofpeace