nixos/tests/cinnamon: Scale slick-greeter for OCR tests
Otherwise it sometimes fails to find Alice Foobar for me.
This commit is contained in:
parent
f7ef0c35ac
commit
d339cc6d0d
@ -18,6 +18,11 @@ import ./make-test-python.nix (
|
||||
|
||||
# For the sessionPath subtest.
|
||||
services.xserver.desktopManager.cinnamon.sessionPath = [ pkgs.gpaste ];
|
||||
|
||||
# For OCR test.
|
||||
services.xserver.displayManager.lightdm.greeters.slick.extraConfig = ''
|
||||
enable-hidpi = on
|
||||
'';
|
||||
};
|
||||
|
||||
enableOCR = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user