[Libreoffice-commits] .: solenv/bin

Thorsten Behrens thorsten at kemper.freedesktop.org
Tue Oct 26 14:38:28 PDT 2010


 solenv/bin/modules/installer/simplepackage.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a5741658529c5a01dae8474a67112c7a89be8931
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Tue Oct 26 22:33:11 2010 +0200

    Make unopkg on installer not require accessibility impl
    
     * applied patches/dev300/solenv-installer-unopkg-call.diff: call
       unopkg during instset generation, such that spawned java does not
       require interactive session (causes weird hangs during instset
       generation on Mac otherwise).

diff --git a/solenv/bin/modules/installer/simplepackage.pm b/solenv/bin/modules/installer/simplepackage.pm
index aaa70e9..9ad0fc6 100644
--- a/solenv/bin/modules/installer/simplepackage.pm
+++ b/solenv/bin/modules/installer/simplepackage.pm
@@ -145,7 +145,7 @@ sub register_extensions
         
         $preregdir =~ s/\/\s*$//g;
         
-        my $systemcall = $unopkgfile . " sync --verbose -env:BUNDLED_EXTENSIONS_USER=\"file://" . $slash . $preregdir . "\"" . " -env:UserInstallation=file://" . $slash . $localtemppath . " 2\>\&1 |";
+        my $systemcall = "JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1 " . $unopkgfile . " sync --verbose -env:BUNDLED_EXTENSIONS_USER=\"file://" . $slash . $preregdir . "\"" . " -env:UserInstallation=file://" . $slash . $localtemppath . " 2\>\&1 |";
 
         print "... $systemcall ...\n";
 


More information about the Libreoffice-commits mailing list