summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
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