Index: channels/configwin.py ================================================================== --- channels/configwin.py +++ channels/configwin.py @@ -99,13 +99,14 @@ liststore[path][column] = new_text liststore[path][3] = self.app_bin_check(new_text) # return OK or CANCEL depending on availability of app def app_bin_check(self, v): - m = re.search("(?![$(`])\S+", v) - if m and m.group(0): - if find_executable(m.group(0)): + bin = re.findall(r"(?