Firefox 3.6 su Slackware 12.2 e JRE
Inviato: lun 28 giu 2010, 20:36
Ho pacchettizzato Firefox 3.6 su Slackware 12.2, ma quando incontro degli applet java mi dice "Additional plugins are required...", eppure jre è installato.
Sapete su che cosa devo intervenire per farglielo usare?
Questa è la patch che ho applicato:
Sapete su che cosa devo intervenire per farglielo usare?
Questa è la patch che ho applicato:
Codice: Seleziona tutto
diff -Naur firefox/defaults/pref/firefox.js firefox.src/defaults/pref/firefox.js
--- firefox/defaults/pref/firefox.js 2009-12-02 06:42:51.000000000 +0100
+++ firefox.src/defaults/pref/firefox.js 2009-12-17 13:33:38.000000000 +0100
@@ -441,6 +441,7 @@
pref("browser.xul.error_pages.expert_bad_cert", false);
// We want to make sure mail URLs are handled externally...
+pref("network.protocol-handler.app.mailto", "/usr/bin/thunderbird");
pref("network.protocol-handler.external.mailto", true); // for mail
pref("network.protocol-handler.external.news", true); // for news
pref("network.protocol-handler.external.snews", true); // for secure news
diff -Naur firefox/firefox firefox.src/firefox
--- firefox/firefox 2009-12-02 06:42:39.000000000 +0100
+++ firefox.src/firefox 2009-12-17 13:35:23.000000000 +0100
@@ -50,7 +50,16 @@
#uncomment for debugging
#set -x
-moz_libdir=/usr/local/lib/firefox-3.6
+moz_libdir=/usr/lib/firefox-3.6
+
+
+# Include /usr/lib/mozilla/plugins in the plugin path:
+if [ "$MOZ_PLUGIN_PATH" ] ; then
+ MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH:${moz_libdir}/plugins:/usr/lib/mozilla/plugins
+else
+ MOZ_PLUGIN_PATH=${moz_libdir}/plugins:/usr/lib/mozilla/plugins
+fi
+export MOZ_PLUGIN_PATH
# Use run-mozilla.sh in the current dir if it exists
# If not, then start resolving symlinks until we find run-mozilla.sh