diff -Naur old/etc/urlview/url_handlers new/etc/urlview/url_handlers --- old/etc/urlview/url_handlers 2004-04-22 22:11:45 +0300 +++ new/etc/urlview/url_handlers 2004-04-22 21:32:55 +0300 @@ -34,6 +34,7 @@ /usr/bin/gopher:XT) # https_progs is a subset of http_progs, so defining https_progs first. https_prgs=( + "$BROWSER":VT /usr/bin/galeon:PW /usr/bin/mozilla:PW /usr/bin/netscape:PW diff -Naur old/etc/urlview/url_handler.sh new/etc/urlview/url_handler.sh --- old/etc/urlview/url_handler.sh 2004-04-22 22:11:39 +0300 +++ new/etc/urlview/url_handler.sh 2004-04-22 22:12:01 +0300 @@ -68,7 +68,7 @@ tag="${ele##*:}" prog="${ele%%:*}" # Check that the executable is installed on this system: - if [[ ! -x "${prog%% *}" ]]; then + if ! which "${prog%% *}" &>/dev/null; then continue fi case "$tag" in