...
Code Block |
---|
# The environment variable has to point to a directory where a libxul.so is located # If a firefox is installed then you can use for example test -d /usr/lib64/firefox && MOZILLA_FIVE_HOME=/usr/lib64/firefox # If a xulrunner is installed then you can use for example test -d /usr/lib64/xulrunner && MOZILLA_FIVE_HOME=/usr/lib64/xulrunner |