blob: 8e49d5b7a96d4374e662418fe90b0a75f7c0f7db (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- xdg-utils-1.0.2/scripts/xdg-open.original 2009-09-03 18:41:24.000000000 +0000
+++ xdg-utils-1.0.2/scripts/xdg-open 2009-09-03 18:43:15.000000000 +0000
@@ -408,7 +408,7 @@
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=firefox:mozilla:netscape:midori
fi
DE=generic
fi
|