nixos/tests/cinnamon: Scale slick-greeter for OCR tests

Otherwise it sometimes fails to find Alice Foobar for me.
This commit is contained in:
Bobby Rong 2025-02-08 09:11:36 +08:00
parent f7ef0c35ac
commit d339cc6d0d
No known key found for this signature in database

View File

@ -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;