summary refs log tree commit diff
path: root/nixos/tests/gnome3-xorg.nix
Commit message (Collapse)AuthorAge
* gnome: rename from gnome3Jan Tojnar2021-05-08
| | | | Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
* nixosTests.gnome3: enable debug modeJan Tojnar2020-07-14
| | | | The tests fail too often on Hydra without much of a hint what went wrong. Hopefully, this will provide some clue.
* nixos/displayManager: make autoLogin options independent of DM typeworldofpeace2020-07-09
| | | | Co-authored-by: volth <volth@volth.com>
* tree-wide: Switch from gnome3.maintainers to lib.teams.gnomeJan Tojnar2020-04-01
|
* nixosTests.gnome3-xorg: port to python/rewriteworldofpeace2019-12-21
| | | | | | | 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.
* nixos/displayManager: introduce defaultSessionTor Hedin Brønner2019-12-15
| | | | | | | | | | | | | | | | | | 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`.
* nixos.tests: silence getfacl absolute path messagec0bw3b2019-10-11
| | | | | | | | | 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.
* nixosTests.gnome3{xorg}: add gnome3 maintainersworldofpeace2019-08-06
|
* nixosTests.gnome3-xorg: rename from gnome3worldofpeace2019-08-06