1c03866b13
The 1.0 serie hasn't seen an update for 5 years and this release contains lots of fixes for new version desktops. While here, remove the hook stuff; that is what aliases or ~/bin are for.
22 lines
686 B
Plaintext
22 lines
686 B
Plaintext
$OpenBSD: patch-scripts_xdg-email,v 1.5 2012/04/09 09:39:15 ajacoutot Exp $
|
|
--- scripts/xdg-email.orig Sat Jan 1 11:03:14 2011
|
|
+++ scripts/xdg-email Mon Apr 9 10:57:05 2012
|
|
@@ -562,7 +562,7 @@ result=$(echo "$1" | $utf8 | awk '
|
|
|
|
options=
|
|
mailto=
|
|
-utf8="iconv -t utf8"
|
|
+utf8="iconv -t UTF-8"
|
|
while [ $# -gt 0 ] ; do
|
|
parm="$1"
|
|
shift
|
|
@@ -699,7 +699,7 @@ fi
|
|
if [ x"$BROWSER" = x"" ]; then
|
|
BROWSER=links2:links:lynx:w3m
|
|
if [ -n "$DISPLAY" ]; then
|
|
- BROWSER=firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
|
|
+ BROWSER=firefox:chrome:seamonkey:mozilla:epiphany:midori:konqueror:opera:firefox35:firefox36:$BROWSER
|
|
fi
|
|
fi
|
|
|