Resolves: 492654

This commit is contained in:
Jan Horak 2009-03-30 14:10:06 +00:00
parent 82f9e4fb0b
commit 4051271d09
2 changed files with 7 additions and 4 deletions

View File

@ -40,9 +40,9 @@ if [ -z $url ]; then
url=about:blank
fi
# Use gnome-open if it exists (Gnome 2.6+ only)
if [ -f /usr/bin/gnome-open ]; then
OUTPUT="$(/usr/bin/gnome-open "$url" 2>&1)"
# Use xdg-open if it exists (Gnome 2.6+ only)
if [ -f /usr/bin/xdg-open ]; then
OUTPUT="$(/usr/bin/xdg-open "$url" 2>&1)"
if [ $? -ne 0 ]; then
error_exit "$OUTPUT"
fi

View File

@ -9,7 +9,7 @@
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 3.0
Release: 2.1.beta2%{?dist}
Release: 2.2.beta2%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@ -298,6 +298,9 @@ fi
#===============================================================================
%changelog
* Mon Mar 30 2009 Jan Horak <jhorak@redhat.com> - 3.0-2.2.beta2
- Fixed open-browser.sh to use xdg-open instead of gnome-open
* Mon Mar 23 2009 Christopher Aillon <caillon@redhat.com> - 3.0-2.1.beta2
- Disable the default app nag dialog