https://bugs.freedesktop.org/show_bug.cgi?id=40961
Summary: should set configuration at installation time
Product: LibreOffice
Version: LibO 3.3.3 release
Platform: Other
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Installation
AssignedTo: [email protected]
ReportedBy: [email protected]
At each invocation of localc, lowriter or loimpress, the
/usr/lib/libreoffice/program/soffice shell script is executed.
This script will quite always guess the same environment variables. Moreover,
guessing those values is time consuming.
I think we could cache the below environment settings into a
/var/lib/libreoffice/basis3.3/program/environment.sh file:
-----
FILE_LOCKING=auto
OPENGL_SUPPORT=no
SAL_ENABLE_FILE_LOCKING=1
SAL_NOOPENGL=true
JITC_PROCESSOR_TYPE=6
sd_cwd=/usr/lib/libreoffice/program
sd_binary=/usr/lib/libreoffice/program/oosplash.bin
-----
Those environment settings could be calculated again by a package manager
trigger.
On my old computer the cold startup of Libre Office Writer last ~24 seconds and
guessing the environment variables is quite 30% of the cold startup time !
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs