diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-06-12 10:22:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-06-12 10:22:52 +0000 |
commit | 17d39aff0bbd436748f0a0e853327bad8f90d6b1 (patch) | |
tree | ffee98b60d8426b9c261c720b0555de8800fdacd /desktop/scripts/soffice.sh | |
parent | 66180d038204986a80cd7e4213842754ed776d8f (diff) |
INTEGRATION: CWS crashrepooo01 (1.4.2); FILE MERGED
2003/06/11 20:31:41 hro 1.4.2.3: RESYNC: (1.4-1.5); FILE MERGED
2003/06/10 13:47:52 hro 1.4.2.2: #110104# gnome accessibility now is determined by crash reporter itself
2003/06/02 13:36:26 hro 1.4.2.1: #109991# Use exec to redirect shell output
Diffstat (limited to 'desktop/scripts/soffice.sh')
-rw-r--r-- | desktop/scripts/soffice.sh | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 18a3de9d1eb8..eae42a62c555 100644 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -225,15 +225,6 @@ ${sd_prog}/pagein -L${sd_prog} ${sd_pagein_args} PATH="$sd_prog":$PATH export PATH -# disable crash reporter if accessibility is enabled -accessible=`gconftool-2 -g /desktop/gnome/interface/accessibility 2>/dev/null` - -if [ $? -eq 0 ] && [ $accessible = "true" ]; then - crashrepswitch=-nocrashreport -else - crashrepswitch= -fi - # execute soffice binary -exec "$sd_prog/$sd_binary" $crashrepswitch "$@" +exec "$sd_prog/$sd_binary" "$@" |