From 245b454e6c3ec838c364f95ee3b2cc3ed8c9bfea Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Sat, 14 Apr 2018 18:54:00 -0700 Subject: [PATCH] quick fix to mate detections --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 32059dd..604a5e1 100755 --- a/inxi +++ b/inxi @@ -13841,7 +13841,7 @@ sub get_env_xprop_de_data { if ($program = main::check_program('mate-session') ) { $string = 'mate-session'; } - elsif ($program = main::check_program('mate-about') ) { + if (!$program && ($program = main::check_program('mate-about') ) ) { $string = 'mate-about'; } if ($string){