summaryrefslogtreecommitdiffstats
path: root/xparts
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-02 04:14:54 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-02 04:14:54 +0000
commit64783c0d44dc9919b9b6dbf47041f70e4aa99f1c (patch)
tree495d5373dbce03136e4683859e7816f7c4cc6887 /xparts
parent15d71b82a4d2f9bfea61386b2f5c35ecfa479af2 (diff)
downloadtdebindings-64783c0d44dc9919b9b6dbf47041f70e4aa99f1c.tar.gz
tdebindings-64783c0d44dc9919b9b6dbf47041f70e4aa99f1c.zip
Update Mozilla plugin README
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1256730 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'xparts')
-rw-r--r--xparts/mozilla/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/xparts/mozilla/README b/xparts/mozilla/README
index 48b99103..c55d7b87 100644
--- a/xparts/mozilla/README
+++ b/xparts/mozilla/README
@@ -1,2 +1,13 @@
You will need to set some environment variables for this to work. Have a look
at env for some sample settings.
+
+From a developer working on the plugin:
+ It's necessary for the kmozilla binary to see two environment variables as well.
+ First of all, it needs to find its libraries and also it needs to know the location of the Mozilla environment it should use. Something like this should work:
+ export LD_LIBRARY_PATH=/usr/lib/xulrunner-1.9.2.23/
+ export MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.9.2.23/
+ konqueror (and open a site and choose kmozilla as the viewer)
+
+ Maybe a kcontrol panel could be added at some point that allows choosing the Mozilla environment to use.
+
+