summaryrefslogtreecommitdiff
path: root/desktop
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
commit24ad6d92e16e17c7f8e25f948fc73ad4d3f5fbf5 (patch)
treeb84d5cf472bea99359719246db9becd42e9429a3 /desktop
parent091f13ed564a5051b0a830c74e6b4e2b3a52e190 (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')
-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 1be8de8a7d..f144994876 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