2215be5268
- in soffice.ini (sofficerc) the entry "CrashDumpEnable" default is "true" - when false then the Dump.ini and the dump-file are not written - when the switch --disable-crashdump is set, then the switch "CrashDumpEnable" set to "false" - when the entry "CrashDumpEnable" is missing, in this case is the default true, too - the checkbox under Options-General "Send crash reports to ..." is deactive and shows off (only view, not change the config) - when set the environment variable "CRASH_DUMP_ENABLE" to any char then the switch "CrashDumpEnable=false" are overrules with true and the Dump.ini and dump-file are write Change-Id: I34e7795640eb95d111e18b0ad46ec67b2c126b19 Reviewed-on: https://gerrit.libreoffice.org/79273 Tested-by: Jenkins Reviewed-by: Juergen Funk (CIB) <juergen.funk_ml@cib.de> |
||
---|---|---|
.. | ||
inc | ||
macros | ||
source | ||
AutoInstall.mk | ||
CustomTarget_langmacros.mk | ||
InstallModule_activex.mk | ||
InstallModule_base.mk | ||
InstallModule_calc.mk | ||
InstallModule_draw.mk | ||
InstallModule_extensions.mk | ||
InstallModule_gnome.mk | ||
InstallModule_graphicfilter.mk | ||
InstallModule_impress.mk | ||
InstallModule_kde.mk | ||
InstallModule_math.mk | ||
InstallModule_onlineupdate.mk | ||
InstallModule_ooo.mk | ||
InstallModule_python.mk | ||
InstallModule_quickstart.mk | ||
InstallModule_sdkoo.mk | ||
InstallModule_spsupp.mk | ||
InstallModule_ure.mk | ||
InstallModule_windows.mk | ||
InstallModule_winexplorerext.mk | ||
InstallModule_writer.mk | ||
InstallModule_xsltfilter.mk | ||
InstallScript_sdkoo.mk | ||
InstallScript_setup_osl.mk | ||
Makefile | ||
Module_scp2.mk | ||
README |
SCript Particle installer This contains code that describes which pieces of the project should be packaged and installed - it is used to build among other things a setup_osl.inf or .ins file - that is used by solenv/bin/make_installer.pl to build the installation.