Unverified Commit d339cc6d authored by Bobby Rong's avatar Bobby Rong
Browse files

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

Otherwise it sometimes fails to find Alice Foobar for me.
parent f7ef0c35
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;