Bugzilla – Attachment 80826 Details for
Bug 62192
: broken launch script, bork in March in Germany
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] Save LC_ALL, use POSIX locale for script, and restore LC_ALL before starting LibreOffice
libreoffice_bug62192_involved_fix.patch (text/plain), 678 bytes, created by
Erik Auerswald
on 2013-06-14 20:23:13 UTC
(
hide
)
Description:
[PATCH] Save LC_ALL, use POSIX locale for script, and restore LC_ALL before starting LibreOffice
Filename:
MIME Type:
Creator:
Erik Auerswald
Created:
2013-06-14 20:23:13 UTC
Size:
678 bytes
patch
obsolete
>diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh >index d34f1c3..d08f52a 100755 >--- a/desktop/scripts/soffice.sh >+++ b/desktop/scripts/soffice.sh >@@ -17,6 +17,11 @@ > # the License at http://www.apache.org/licenses/LICENSE-2.0 . > # > >+# use POSIX locale for well-defined tool output >+LO_SAVE_LC_ALL=$LC_ALL >+LC_ALL=C >+export LC_ALL >+ > # > # STAR_PROFILE_LOCKING_DISABLED=1 > # export STAR_PROFILE_LOCKING_DISABLED >@@ -138,6 +143,9 @@ AIX) > ;; > esac > >+# restore locale setting >+LC_ALL="$LO_SAVE_LC_ALL" >+ > # run soffice.bin directly when you want to get the backtrace > if [ -n "$GDBTRACECHECK" ] ; then > exec $GDBTRACECHECK "$sd_prog/soffice.bin" "$@"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 62192
:
80803
|
80825
| 80826