ooo-build r14458 - in trunk: . patches/dev300
- From: pmladek svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14458 - in trunk: . patches/dev300
- Date: Wed, 5 Nov 2008 15:04:55 +0000 (UTC)
Author: pmladek
Date: Wed Nov 5 15:04:55 2008
New Revision: 14458
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14458&view=rev
Log:
2008-11-03 Petr Mladek <pmladek suse cz>
* patches/dev300/shell-senddoc-library-path.diff, patches/dev300/apply:
fix to work with groupwise; unset the LD_LIBRARY_PATH to do not
confuse system mail clients with OOo and Java libraries (i#95873)
Added:
trunk/patches/dev300/shell-senddoc-library-path.diff
Modified:
trunk/ChangeLog
trunk/patches/dev300/apply
Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply (original)
+++ trunk/patches/dev300/apply Wed Nov 5 15:04:55 2008
@@ -542,6 +542,11 @@
# make CustomUnitText "%" consistent
customunittext-percent.diff, i#80784, atimar
+# fix to work with groupwise
+# unset the LD_LIBRARY_PATH to do not confuse system mail clients with
+# OOo and Java libraries
+shell-senddoc-library-path.diff, i#95873, pmladek
+
[ Fixes < dev300-m31 < ooo300-m5 ]
# fixes the realpath buffer size to avoid crash when detecting soffice path
cppuhelper-findsofficepath-realpath-buffer-size.diff, i#93393, pmladek
Added: trunk/patches/dev300/shell-senddoc-library-path.diff
==============================================================================
--- (empty file)
+++ trunk/patches/dev300/shell-senddoc-library-path.diff Wed Nov 5 15:04:55 2008
@@ -0,0 +1,12 @@
+--- shell/source/unix/misc/senddoc.sh.old 2008-04-15 16:47:25.000000000 +0200
++++ shell/source/unix/misc/senddoc.sh 2008-11-05 15:35:56.000000000 +0100
+@@ -8,6 +8,9 @@ then
+ FOPTS="-L"
+ fi
+
++# do not confuse the system mail clients with OOo and Java libraries
++unset LD_LIBRARY_PATH
++
+ # tries to locate the executable specified
+ # as first parameter in the user's path.
+ which() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]