aboutsummaryrefslogtreecommitdiff
path: root/nixos/tests/plasma5.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nixos/displayManager: make autoLogin options independent of DM typeworldofpeace2020-07-091-1/+1
| | | | Co-authored-by: volth <volth@volth.com>
* nixos/displayManager: deprecate separate options for default wm/dmJan Tojnar2019-12-151-1/+1
| | | | | | | | | | | 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.plasma5: port to pythonworldofpeace2019-11-251-22/+29
|
* nixosTests.plasma5: drop sddm ocr themeworldofpeace2019-11-251-15/+2
| | | | OCR in this test has been disabled.
* nixos.tests: silence getfacl absolute path messagec0bw3b2019-10-111-1/+1
| | | | | | | | | 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.plasma5: fix test by enabling soundworldofpeace2019-09-101-0/+1
| | | | Same issue as f59b4cb8d545d3bb1bd954f9e3267cb7ebec3557
* nixos/plasma5: disable ocr testsJörg Thalheim2018-10-281-16/+5
| | | | This is brittle and breaks the test
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-201-1/+1
|
* nixos/tests: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-301-1/+1
|
* tests.plasma5: Fixes OCR in sddm by providing a custom themeBastian Köcher2018-06-211-2/+16
| | | | | The custom theme just sets the old background colour that OCR works again.
* tests.plasma5: fix hashFranz Pletz2017-08-121-1/+1
|
* tests.plasma5: fix evalRobin Gloster2017-08-111-11/+4
|
* plasma5 tests: fix by using older fontconfig-penultimateVladimír Čunát2017-05-241-0/+15
| | | | | enable = false; didn't help, but downgrading did. It's a mystery to me. Discussion: https://github.com/NixOS/nixpkgs/commit/c9f8fb4d127a
* nixos/plasma5: also test SDDM themeThomas Tuegel2017-03-241-12/+14
|
* nixos/tests/plasma5: fix test nameThomas Tuegel2017-03-031-1/+1
|
* nixos/tests: fix Plasma 5 testThomas Tuegel2017-03-021-0/+51