From d2cf5dda65bbf2cdacbcf652fee527e5987d39d9 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sat, 14 Sep 2024 20:21:20 +0200 Subject: [PATCH] nixosTests.terminal-emulators: Disable lomiri-terminal-app colour test 02a4d9a728489f78a8265d84c6fd6c1057f449d1 made the colour output of the terminal(?) in the icewm environment on x86_64 BGR instead of RGB, but not on aarch64. Just disable for now. --- nixos/tests/terminal-emulators.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/tests/terminal-emulators.nix b/nixos/tests/terminal-emulators.nix index 3cf99fe7fc2f3..c72b1c390e8cd 100644 --- a/nixos/tests/terminal-emulators.nix +++ b/nixos/tests/terminal-emulators.nix @@ -62,6 +62,9 @@ let tests = { konsole.pkg = p: p.plasma5Packages.konsole; lomiri-terminal-app.pkg = p: p.lomiri.lomiri-terminal-app; + # after recent Mesa change, borked software rendering config under x86_64 icewm? + # BGR colour display on x86_64, RGB on aarch64 + lomiri-terminal-app.colourTest = false; lxterminal.pkg = p: p.lxterminal;