summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2009-08-06 13:10:16 +0000
committerMartin Stransky <stransky@fedoraproject.org>2009-08-06 13:10:16 +0000
commite5f8814cb2ed74fcc48b800a34369ca891628d7d (patch)
treeebc106c159a851957a19cd4154e05f38aaae2782 /firefox.sh.in
parentRemove spurious BuildRequires - these are all BuildRequire'd by (diff)
downloadlibrewolf-fedora-ff-e5f8814cb2ed74fcc48b800a34369ca891628d7d.tar.gz
librewolf-fedora-ff-e5f8814cb2ed74fcc48b800a34369ca891628d7d.tar.bz2
librewolf-fedora-ff-e5f8814cb2ed74fcc48b800a34369ca891628d7d.zip
Fix for #437596 - Firefox needs to register proper name for session restore
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 6994e0b..8258896 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -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" ]
bgstack15