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 58D1ED3C4 for ; Fri, 17 Aug 2012 20:28:59 +0000 (UTC) Received: (qmail 56586 invoked by uid 500); 17 Aug 2012 20:28:59 -0000 Delivered-To: apmail-incubator-ooo-issues-archive@incubator.apache.org Received: (qmail 56557 invoked by uid 500); 17 Aug 2012 20:28:59 -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 56548 invoked by uid 99); 17 Aug 2012 20:28:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 20:28:59 +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 20:28:58 +0000 Received: by sif.zones.apache.org (Postfix, from userid 80) id 261144DFE; Fri, 17 Aug 2012 20:28:38 +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 20:28:37 +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 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/ooo/show_bug.cgi?id=120606 --- Comment #9 from Ariel Constenla-Haile --- (In reply to comment #8) > 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. It is not working because it is not defined as script for any installed module, it's only defined for the following modules (see main/setup_native/source/packinfo/packinfo_office.txt): gid_Module_Root_Extension_Oooimprovement gid_Module_Root_Extension_Dictionary_* none of which are currently delivered in AOO. A solution could be to define shellscripts_extensions.txt as script for gid_Module_Root_Brand. A better solution seems not to install the extensions in module gid_Module_Root, but create a new, dedicated module for extensions, and add the shellscripts_extensions.txt in this module. -- You are receiving this mail because: You are the assignee for the bug.