mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
quick fix to mate detections
This commit is contained in:
parent
18776f4351
commit
245b454e6c
2
inxi
2
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){
|
||||
|
|
Loading…
Reference in a new issue