From 4a4ee6a650306926c17ef2f8cb0fd55aa079d9fc Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 30 Oct 2008 04:24:50 +0000 Subject: [PATCH] Trying to fix a bug with xchat-gnome detection for client --- inxi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inxi b/inxi index 776a936..b7c4413 100755 --- a/inxi +++ b/inxi @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 0.1.40 +#### version: 0.1.41 #### Date: October 29 2008 ######################################################################## #### inxi is a fork of infobash, the original bash sys info script by locsmif @@ -544,6 +544,10 @@ get_start_source() fi IRC_CLIENT="Konversation" ;; + *xchat-gnome) + RC_CLIENT_VERSION=" $( $irc_client_path -v | gawk 'NR == 1 { print $2 }' )" + IRC_CLIENT="X-Chat-Gnome" + ;; *xchat*) IRC_CLIENT_VERSION=" $( $irc_client_path -v | gawk 'NR == 1 { print $2 }' )" IRC_CLIENT="X-Chat"