rpms/firefox/F-11 firefox.sh.in,1.33,1.34 firefox.spec,1.336,1.337

Martin Stransky stransky at fedoraproject.org
Thu Aug 6 13:07:38 UTC 2009


Author: stransky

Update of /cvs/pkgs/rpms/firefox/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3662

Modified Files:
	firefox.sh.in firefox.spec 
Log Message:
Fix for #437596 - Firefox needs to register proper name for session restore.


Index: firefox.sh.in
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/F-11/firefox.sh.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- firefox.sh.in	7 Jan 2009 15:49:05 -0000	1.33
+++ firefox.sh.in	6 Aug 2009 13:07:38 -0000	1.34
@@ -102,6 +102,11 @@ fi
 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 [ -x "/usr/bin/mozilla-plugin-config" ]


Index: firefox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/F-11/firefox.spec,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -p -r1.336 -r1.337
--- firefox.spec	3 Aug 2009 22:00:57 -0000	1.336
+++ firefox.spec	6 Aug 2009 13:07:38 -0000	1.337
@@ -19,7 +19,7 @@
 Summary:        Mozilla Firefox Web browser
 Name:           firefox
 Version:        3.5.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -340,6 +340,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Aug 6 2009 Martin Stransky <stransky at redhat.com> - 3.5.2-3
+- Fix for #437596 - Firefox needs to register proper name
+  for session restore.
+
 * Mon Aug 3 2009 Martin Stransky <stransky at redhat.com> - 3.5.2-2
 - Updated to 3.5.2.
 




More information about the scm-commits mailing list