Index: xdg-utils/scripts/xdg-open.in =================================================================== RCS file: /cvs/portland/portland/xdg-utils/scripts/xdg-open.in,v retrieving revision 1.26 diff -u -r1.26 xdg-open.in --- xdg-utils/scripts/xdg-open.in 21 Feb 2010 14:22:23 -0000 1.26 +++ xdg-utils/scripts/xdg-open.in 28 Feb 2010 14:03:19 -0000 @@ -177,7 +177,10 @@ if [ x"$DE" = x"" ]; then # if BROWSER variable is not set, check some well known browsers instead if [ x"$BROWSER" = x"" ]; then - BROWSER=firefox:mozilla:netscape + BROWSER=links2:links:lynx:w3m + if [ -n "$DISPLAY" ]; then + BROWSER=firefox:mozilla:epiphany:konqueror:$BROWSER + fi fi DE=generic fi