Fix for #437596 - Firefox needs to register proper name for session restore
This commit is contained in:
parent
2f9ad5a5ff
commit
e5f8814cb2
@ -101,6 +101,11 @@ else
|
|||||||
fi
|
fi
|
||||||
export MOZ_PLUGIN_PATH
|
export MOZ_PLUGIN_PATH
|
||||||
|
|
||||||
|
##
|
||||||
|
## Set MOZ_APP_LAUNCHER for gnome-session
|
||||||
|
##
|
||||||
|
export MOZ_APP_LAUNCHER="/usr/bin/firefox"
|
||||||
|
|
||||||
##
|
##
|
||||||
## If plugins are wrapped, check them
|
## If plugins are wrapped, check them
|
||||||
##
|
##
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 3.5.2
|
Version: 3.5.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -329,6 +329,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 6 2009 Martin Stransky <stransky@redhat.com> - 3.5.2-2
|
||||||
|
- Fix for #437596 - Firefox needs to register proper name
|
||||||
|
for session restore.
|
||||||
|
|
||||||
* Mon Aug 3 2009 Christopher Aillon <caillon@redhat.com> - 3.5.2-1
|
* Mon Aug 3 2009 Christopher Aillon <caillon@redhat.com> - 3.5.2-1
|
||||||
- Update to 3.5.2
|
- Update to 3.5.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user