diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-24 18:29:39 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-24 18:34:51 +0100 |
commit | 2d8d1548f285501367db19c68dd0dcef0a4af4df (patch) | |
tree | 576c3a6bcfebcb4b2b57a777d6a46c29dceec333 /shell/source/unix | |
parent | de5840a524a9868e23672a69d8764bbfe269cf2a (diff) |
upstream open-url-support-iceanimals.diff from libreoffice/build
Diffstat (limited to 'shell/source/unix')
-rwxr-xr-x | shell/source/unix/misc/open-url.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/unix/misc/open-url.sh b/shell/source/unix/misc/open-url.sh index 0dc22cb83196..c9007d8d17c0 100755 --- a/shell/source/unix/misc/open-url.sh +++ b/shell/source/unix/misc/open-url.sh @@ -58,7 +58,7 @@ if echo $1 | grep '^mailto:' > /dev/null; then exit 0 fi # mozilla derivates may need -remote semantics - for i in thunderbird mozilla netscape; do + for i in thunderbird mozilla netscape icedove iceape; do mailer=`which $i` if [ ! -z "$mailer" ]; then run_mozilla "$mailer" "$1" @@ -80,7 +80,7 @@ else exit 0 fi # mozilla derivates may need -remote semantics - for i in chrome seamonkey firefox; do + for i in chrome seamonkey firefox iceweasel iceape; do browser=`which $i` if [ ! -z "$browser" ]; then run_mozilla "$browser" "$1" |