mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
nixos/tests/cinnamon: Scale slick-greeter for OCR tests
Otherwise it sometimes fails to find Alice Foobar for me.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user