wok-6.x annotate xdg-utils/stuff/xdg-open-chrome.patch @ rev 8693
Automated merge with http://repos.slitaz.org/wok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Feb 17 19:08:45 2011 +0100 (2011-02-17) |
parents | |
children |
rev | line source |
---|---|
rocky@7766 | 1 --- xdg-utils-1.0.2/scripts/xdg-open.x |
rocky@7766 | 2 +++ xdg-utils-1.0.2/scripts/xdg-open |
rocky@7766 | 3 @@ -408,7 +408,7 @@ |
rocky@7766 | 4 if [ x"$DE" = x"" ]; then |
rocky@7766 | 5 # if BROWSER variable is not set, check some well known browsers instead |
rocky@7766 | 6 if [ x"$BROWSER" = x"" ]; then |
rocky@7766 | 7 - BROWSER=firefox:mozilla:netscape |
rocky@7766 | 8 + BROWSER=firefox:google-chrome:mozilla:netscape |
rocky@7766 | 9 fi |
rocky@7766 | 10 DE=generic |
rocky@7766 | 11 fi |