diff --git a/inxi b/inxi index ec4a84f..3427d16 100755 --- a/inxi +++ b/inxi @@ -1998,7 +1998,7 @@ get_start_client() B_CONSOLE_IRC='true' if [[ -z $IRC_CLIENT_VERSION ]];then # this is a hack to try to show konversation if it is running - if [[ -z $( ps aux | grep -i 'konversation' ) ]];then + if [[ -z $( ps aux | grep -i 'konversation' ) || $B_RUNNING_IN_X == 'false' ]];then IRC_CLIENT="Unknown Perl client" else IRC_CLIENT='Konversation'