summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-18 12:06:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-18 12:06:51 +0000
commit41db0a37e021b33a15762d70b47662cdd7d6249c (patch)
tree81395ca12f59c48aae388d106b75a1d941c8785f /desktop/scripts
parenta6aedb7ccbcd941600852a9c0e32edaed12b02a0 (diff)
INTEGRATION: CWS vcl30stop2 (1.13.78); FILE MERGED
2008/07/25 09:58:33 pl 1.13.78.2: #i92121# fix a typo 2008/07/25 09:06:55 pl 1.13.78.1: #i92121# make XInitThreads optional (but on by default)
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/unopkg.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/scripts/unopkg.sh b/desktop/scripts/unopkg.sh
index a0d6c96d960c..01e5b95f77e3 100644
--- a/desktop/scripts/unopkg.sh
+++ b/desktop/scripts/unopkg.sh
@@ -9,7 +9,7 @@
#
# $RCSfile: unopkg.sh,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
# This file is part of OpenOffice.org.
#
@@ -71,6 +71,9 @@ unset XENVIRONMENT
# uncomment line below to disable anti aliasing of fonts
# SAL_ANTIALIAS_DISABLE=true; export SAL_ANTIALIAS_DISABLE
+# uncomment line below if you encounter problems starting soffice on your system
+# SAL_NO_XINITTHREADS=true; export SAL_NO_XINITTHREADS
+
# Set PATH so that crash_report is found:
PATH=$sd_prog${PATH+:$PATH}
export PATH