From a4e1f200c1f2043a9fb16981fa8d1c447524898d Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sun, 22 May 2011 00:17:21 +0000 Subject: [PATCH] tweak on konvi fix --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'