From 4c09c0c34a77f17466125754268086c352d40464 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sun, 22 May 2011 00:59:15 +0000 Subject: [PATCH] comments added --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 6e0b755..3a3b5c5 100755 --- a/inxi +++ b/inxi @@ -1997,7 +1997,7 @@ get_start_client() done B_CONSOLE_IRC='true' if [[ -z $IRC_CLIENT_VERSION ]];then - # this is a hack to try to show konversation if it is running + # 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 IRC_CLIENT='Konversation' IRC_CLIENT_VERSION=" $( konversation --version 2>/dev/null | gawk '/^Konversation/ {print $2}' )"