From 1765e88f2e96af1834a3e4f9ef76478e7b1e4564 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Mon, 6 Nov 2023 17:27:19 -0800 Subject: [PATCH] android compositor --- pinxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinxi b/pinxi index 119b0e8..a89d5a8 100755 --- a/pinxi +++ b/pinxi @@ -19116,7 +19116,7 @@ sub set_compositor_data { my @data; foreach my $compositor (@$compositors){ # gnome-shell is incredibly slow to return version - if (($extra > 1 || $graphics{'protocol'} eq 'wayland') && + if (($extra > 1 || $graphics{'protocol'} eq 'wayland' || $b_android) && (!$show{'system'} || $compositor ne 'gnome-shell')){ $graphics{'compositors'} = [] if !$graphics{'compositors'}; push(@{$graphics{'compositors'}},[main::program_data($compositor,$compositor)]);