tweak on konvi fix

This commit is contained in:
inxi-svn 2011-05-22 00:17:21 +00:00
parent 4751d077f2
commit a4e1f200c1

2
inxi
View file

@ -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'