ALT Linux Bugzilla
– Attachment 4937 Details for
Bug 25633
Агрессивный Find при старте libreoffice
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч для /usr/lib/libreoffice/program/soffice
soffice.patch (text/plain), 692 bytes, created by
vx8400
on 2011-05-19 13:27:52 MSK
(
hide
)
Description:
Патч для /usr/lib/libreoffice/program/soffice
Filename:
MIME Type:
Creator:
vx8400
Created:
2011-05-19 13:27:52 MSK
Size:
692 bytes
patch
obsolete
>--- /usr/lib/libreoffice/program/soffice.orig 2011-04-23 21:13:24.000000000 +0200 >+++ /usr/lib/libreoffice/program/soffice 2011-05-19 11:23:38.000000001 +0200 >@@ -17,15 +17,10 @@ > fi > > if [ -z "$MOZILLA_CERTIFICATE_FOLDER" ]; then >- for d in $HOME/.local $HOME/.mozilla; do >- if [ -d "$d" ]; then >- cert8=$(find "$d" -name cert8.db | head -1) >- if [ -n "$cert8" ]; then >- export MOZILLA_CERTIFICATE_FOLDER=$(dirname $cert8) >- break >- fi >- fi >- done >+ cert8=$( { ls -1 $HOME/.mozilla/*/*/cert8.db || find $HOME/.local -name 'cert8.db' ; } 2>/dev/null | head -n 1 ) >+ if [ -n "$cert8" ]; then >+ export MOZILLA_CERTIFICATE_FOLDER=$(dirname $cert8) >+ fi > fi > > unset XENVIRONMENT
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25633
: 4937