wok-6.x view xdg-utils/stuff/xdg-open-chrome.patch @ rev 7970
krb5 now use files.list from stuff and don't cook wanted 2 times
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Jan 17 17:52:31 2011 +0100 (2011-01-17) |
parents | |
children |
line source
1 --- xdg-utils-1.0.2/scripts/xdg-open.x
2 +++ xdg-utils-1.0.2/scripts/xdg-open
3 @@ -408,7 +408,7 @@
4 if [ x"$DE" = x"" ]; then
5 # if BROWSER variable is not set, check some well known browsers instead
6 if [ x"$BROWSER" = x"" ]; then
7 - BROWSER=firefox:mozilla:netscape
8 + BROWSER=firefox:google-chrome:mozilla:netscape
9 fi
10 DE=generic
11 fi