summary refs log tree commit diff
path: root/nixos/tests/lightdm.nix
Commit message (Collapse)AuthorAge
* treewide: remove worldofpeace from meta.maintainersVladimír Čunát2021-05-07
| | | | | | (It was requested by them.) I left one case due to fetching from their personal repo: pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixos/displayManager: deprecate separate options for default wm/dmJan Tojnar2019-12-15
| | | | | | | | | | | The upstream session files display managers use have no concept of sessions being composed from desktop manager and window manager. To be able to set upstream session files as default session, we need a single option. Having two different ways to set default session would be confusing, though, so we decided to deprecate the old method. We also created separate script for each session, just like we already had a separate desktop file for each one, and started using displayManager.sessionPackages mechanism to make the session handling more uniform.
* nixosTests.lightdm: port to pythonworldofpeace2019-11-09
|
* nixosTests.lightdm: add me to maintainersworldofpeace2019-08-06
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos/tests: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* Fix X11 tests broken by the removal of -acEelco Dolstra2016-04-12
| | | | | Probably missed a few. Also adding xauth to the system path (it was already in the closure).
* nixos/tests/lightdm: Drop "session" screenshot.aszlig2015-08-20
| | | | | | | | | | Using waitForWindow on the IceWM root window doesn't necessarily mean that the panel will be shown. In the lightdm test, we only make sure that the login is working and thus it doesn't matter how the session itself will look or whether IceWM is broken, so we don't need that screenshot. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/tests/lightdm: Fix waiting for the login to succeedTuomas Tynkkynen2015-08-15
| | | | | | | | | | 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)"
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* nixos: Add small VM test for lightdm.aszlig2015-05-27
Serves as a regression test for #7902. It's not yet referenced in release(-combined)?.nix because it will fail until the issue is resolved. Tested successfully against libgcrypt with libcap passed as null however. As for the test itself, I'm not quite sure whether checking for the time displayed by IceWM is a good idea, but we can still fix that if it turns out to be a problem. Signed-off-by: aszlig <aszlig@redmoonstudios.org>