summaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp
blob: 6809693a20cef9650e536f1c82559eb35383b122 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- suite/app/nsSuiteApp.cpp~
+++ suite/app/nsSuiteApp.cpp
@@ -215,6 +215,8 @@ int main(int argc, char* argv[])
 #ifdef XP_MACOSX
   TriggerQuirks();
 #endif
+
+  setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0);
   
   nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath);
   if (NS_FAILED(rv)) {