office-gobmx/desktop/source
Caolán McNamara a78a6e013b Resolves: fdo#37195 CreateProcessServiceFactory can't happen before sync
If CreateProcessServiceFactory is called, then common.rdb of
"Users/YOU/AppData/Roaming/LibreOffice/3/user/extensions/bundled/registry/
com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb" is
opened mmapped

On a new start of an LibreOffice which wants to synchronize new config over an
old config, then it will want do a copy of
"install/share/prereg/bundled/registry/
com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb"
over
"Users/YOU/AppData/Roaming/LibreOffice/3/user/extensions/bundled/registry/
com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb"
which will fail on windows with error 1224, i.e. ERROR_USER_MAPPED_FILE

That aborts the copy_bundled_recursive copy, leaving an old config
pointing to the old location of dictionaries.

So for windows at least, CreateProcessServiceFactory shouldn't happen before
copy_bundled_recursive.
2011-09-01 13:44:49 +01:00
..
app Resolves: fdo#37195 CreateProcessServiceFactory can't happen before sync 2011-09-01 13:44:49 +01:00
deployment oops, out-by-one idiocy 2011-08-26 10:23:55 +01:00
inc
migration why create a com.sun.star.util.PathSubstitution and not use it 2011-08-08 13:04:45 +01:00
offacc Remove component_getImplementationEnvironment methods 2011-07-12 17:59:13 +02:00
pagein kill standalone pagein, it is now an integral part of oosplash.bin 2011-05-06 14:53:43 +01:00
pkgchk/unopkg tweak these a bit to allow better template 2011-06-01 15:21:18 +01:00
splash Remove component_getImplementationEnvironment methods 2011-07-12 17:59:13 +02:00