ooo-build r14461 - in branches/ooo-build-3-0: . patches/dev300



Author: pmladek
Date: Wed Nov  5 15:31:55 2008
New Revision: 14461
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14461&view=rev

Log:
2008-11-05  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:
   branches/ooo-build-3-0/patches/dev300/shell-senddoc-library-path.diff
Modified:
   branches/ooo-build-3-0/ChangeLog
   branches/ooo-build-3-0/patches/dev300/apply

Modified: branches/ooo-build-3-0/patches/dev300/apply
==============================================================================
--- branches/ooo-build-3-0/patches/dev300/apply	(original)
+++ branches/ooo-build-3-0/patches/dev300/apply	Wed Nov  5 15:31:55 2008
@@ -523,6 +523,12 @@
 # fix the GNOME quickstarter to work again
 sfx2-shutdownicon-3layer.diff, bnc#434778, pmladek
 
+# 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: branches/ooo-build-3-0/patches/dev300/shell-senddoc-library-path.diff
==============================================================================
--- (empty file)
+++ branches/ooo-build-3-0/patches/dev300/shell-senddoc-library-path.diff	Wed Nov  5 15:31: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]