about summary refs log tree commit diff
path: root/nixos/tests/plasma5.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-08treewide: rename renamed sddm/displayManager settingsSandro Jäckel1-3/+3
2023-07-09nixos/tests: adjust everything I missed for sddm updateK9001-7/+7
Also clean up a few warnings while we're at it.
2022-06-12nixos/tests/plasma5: also test excludePackages works as expectedK9001-1/+7
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin1-1/+0
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
2021-11-06nixos/tests.plasma5: Fix after #142747Janne Heß1-3/+3
2021-10-15nixos/plasma: use upstream xsession/wayland filesPasquale1-1/+1
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-12-14nixos/plasma5: test that KDED runs at startupThomas Tuegel1-0/+3
2020-07-09nixos/displayManager: make autoLogin options independent of DM typeworldofpeace1-1/+1
Co-authored-by: volth <volth@volth.com>
2019-12-15nixos/displayManager: deprecate separate options for default wm/dmJan Tojnar1-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.
2019-11-25nixosTests.plasma5: port to pythonworldofpeace1-22/+29
2019-11-25nixosTests.plasma5: drop sddm ocr themeworldofpeace1-15/+2
OCR in this test has been disabled.
2019-10-11nixos.tests: silence getfacl absolute path messagec0bw3b1-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.
2019-09-10nixosTests.plasma5: fix test by enabling soundworldofpeace1-0/+1
Same issue as f59b4cb8d545d3bb1bd954f9e3267cb7ebec3557
2018-10-28nixos/plasma5: disable ocr testsJörg Thalheim1-16/+5
This is brittle and breaks the test
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2018-06-30nixos/tests: users.(extraUsers|extraGroup->users|group)Florian Klink1-1/+1
2018-06-21tests.plasma5: Fixes OCR in sddm by providing a custom themeBastian Köcher1-2/+16
The custom theme just sets the old background colour that OCR works again.
2017-08-12tests.plasma5: fix hashFranz Pletz1-1/+1
2017-08-11tests.plasma5: fix evalRobin Gloster1-11/+4
2017-05-24plasma5 tests: fix by using older fontconfig-penultimateVladimír Čunát1-0/+15
enable = false; didn't help, but downgrading did. It's a mystery to me. Discussion: https://github.com/NixOS/nixpkgs/commit/c9f8fb4d127a
2017-03-24nixos/plasma5: also test SDDM themeThomas Tuegel1-12/+14
2017-03-03nixos/tests/plasma5: fix test nameThomas Tuegel1-1/+1
2017-03-02nixos/tests: fix Plasma 5 testThomas Tuegel1-0/+51