To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64937
User cloph changed the following:
What |Old value |New value
================================================================================
CC|'smsm1' |'cloph,smsm1'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Aug 21 19:08:10 +0000
2007 -------
the first step (making the build not fail) is rather easy - the main question
is:
How to distribute the language packs?
My proposal:
Provide a dmg with a tarball with the data, along with an applescript to install
reasons:
dmg with "manual install" as apple calls it (drag'n'drop) alone doesn't work
since there is no option to merge contents of the directories, only to replace
"managed install" (as apple calls it) - i.e. installing using a pkg/the
installer prog is not really an option, since you need to be admin to build it
with correct permissions (with the tarball you can define permissions that
should be kept if possible), and you need to specify whether the user should
authenticate as administrator right at the beginning, before you even had a
chance to detect whether the user installed OOo to his home-directory.
applescript allows to run stuff "with administrator privileges" that in turn
will bring up the identification dialog and finding installed instances of OOo
can be done with mdfind "kMDItemDisplayName == 'OpenOffice.org*' &&
kMDItemContentType == 'com.apple.application-bundle'" (thanks Shaun) and/or by
letting the user choose a install.
I working on a first hack to demonstrate..
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]