From c6af37371da217cbd9bb665c8ca4948b1920a0d9 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sun, 24 Jun 2012 08:41:29 +0000 Subject: [PATCH] fixed little issue, now only shows exact string search for desktop extra info --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index d7e52d4..de26109 100755 --- a/inxi +++ b/inxi @@ -3368,7 +3368,7 @@ get_desktop_extra_data() desktops="" separator="" } - /cinnamon|gnome-shell|gnome-panel|lxpanel|mate-panel|plasma-desktop|xfce4-panel/ { + /(cinnamon|gnome-shell|gnome-panel|lxpanel|mate-panel|plasma-desktop|xfce4-panel)$/ { # only one entry per type, can be multiple if ( desktops !~ $NF ) { desktops = desktops separator $NF