wok view xdg-utils/stuff/xdg-open-chrome.patch @ rev 16717

Up tazlito (5.2.2), tazpkg (5.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 31 09:39:09 2014 +0000 (2014-05-31)
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