Return-Path: X-Original-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B39D1DAF6 for ; Fri, 17 Aug 2012 19:13:04 +0000 (UTC) Received: (qmail 52650 invoked by uid 500); 17 Aug 2012 19:13:04 -0000 Delivered-To: apmail-incubator-ooo-issues-archive@incubator.apache.org Received: (qmail 52606 invoked by uid 500); 17 Aug 2012 19:13:04 -0000 Mailing-List: contact ooo-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-issues@incubator.apache.org Delivered-To: mailing list ooo-issues@incubator.apache.org Received: (qmail 52583 invoked by uid 99); 17 Aug 2012 19:13:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 19:13:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.123] (HELO sif.zones.apache.org) (140.211.11.123) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 19:13:02 +0000 Received: by sif.zones.apache.org (Postfix, from userid 80) id 41E044ABF; Fri, 17 Aug 2012 19:12:41 +0000 (UTC) From: bugzilla@apache.org To: ooo-issues@incubator.apache.org Subject: [Bug 120606] Pre-registered extensions are not installed Date: Fri, 17 Aug 2012 19:12:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: word processor X-Bugzilla-Component: formatting X-Bugzilla-Keywords: regression X-Bugzilla-Severity: normal X-Bugzilla-Who: arielch@apache.org X-Bugzilla-Status: CONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ooo-issues@incubator.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/ooo/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://issues.apache.org/ooo/show_bug.cgi?id=120606 --- Comment #8 from Ariel Constenla-Haile --- The root cause is that unopkg sync is not called when creating the respective rpm/deb package core01, which seems logical, as epm knows nothing about unopkg, nor during post-install - as it should. For "simple packager projects" (see $installer::globals::is_simple_packager_project) unopkg sync is invoked "in situ"; this is the case with package format "archive", "installed", and "dmg" (MacOS format), see sub check_simple_packager_project in main/solenv/bin/modules/installer/simplepackage.pm For Windows, unopkg sync seems (I'm no Win developer, so just guessing) to invoked in a CustomAction, see RegisterExtensions(MSIHANDLE handle) in main/setup_native/source/win32/customactions/shellextensions/registerextensions.cxx On Linux, unopkg sync should be executed during post-install, see main/setup_native/source/packinfo/shellscripts_extensions.txt But for some reason, it is not working. -- You are receiving this mail because: You are the assignee for the bug.