blob: a96b1eedcb79a7acc0d9d6637b76a60d868d8143 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- soffice.orig Fri Aug 25 12:05:30 2000
+++ soffice Fri Aug 25 12:00:54 2000
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/compat/linux/bin/sh
#
# StarOffice startup script
# (c) 1999 Sun Microsystems, Inc.
@@ -7,6 +7,9 @@
# STAR_PROFILE_LOCKING_DISABLED=1
# export STAR_PROFILE_LOCKING_DISABLED
#
+
+# fix coredump on remote DISPLAY (IRIX)
+export SAL_IGNOREXERRORS=1
# uncomment this to remote start soffice on hostname
# SO_REMOTE_START=rsh
|