From 1ba56fa1bf3b1deacf2b96ea7531d003725b0386 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sun, 22 May 2011 01:00:50 +0000 Subject: [PATCH] forget grep filter --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 3a3b5c5..846b320 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 but started via /cmd - if [[ -n $( ps aux | grep -i 'konversation' ) && $B_RUNNING_IN_X == 'true' ]];then + if [[ -n $( ps aux | grep -i 'konversation' | grep -iv 'konversation' ) && $B_RUNNING_IN_X == 'true' ]];then IRC_CLIENT='Konversation' IRC_CLIENT_VERSION=" $( konversation --version 2>/dev/null | gawk '/^Konversation/ {print $2}' )" B_CONSOLE_IRC='false'