diff --git a/inxi b/inxi index 06732da..ef89192 100755 --- a/inxi +++ b/inxi @@ -3818,7 +3818,7 @@ get_desktop_environment() fi fi desktop_environment="KDE" - elif [[ $XDG_CURRENT_DESKTOP == 'UNITY' ]];then + elif [[ $XDG_CURRENT_DESKTOP == 'Unity' ]];then version=$( get_de_app_version 'unity' '^unity' '2' ) # not certain cinn will always have version, so keep output right if not if [[ -n $version ]];then