mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
tweak on konvi fix
This commit is contained in:
parent
4751d077f2
commit
a4e1f200c1
2
inxi
2
inxi
|
@ -1998,7 +1998,7 @@ get_start_client()
|
||||||
B_CONSOLE_IRC='true'
|
B_CONSOLE_IRC='true'
|
||||||
if [[ -z $IRC_CLIENT_VERSION ]];then
|
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
|
||||||
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"
|
IRC_CLIENT="Unknown Perl client"
|
||||||
else
|
else
|
||||||
IRC_CLIENT='Konversation'
|
IRC_CLIENT='Konversation'
|
||||||
|
|
Loading…
Reference in a new issue