Date: prev next · Thread: first prev next last
2016 Archives by date, by thread · List index


https://bugs.documentfoundation.org/show_bug.cgi?id=87743

--- Comment #14 from Björn Michaelsen <bjoern.michaelsen@canonical.com> ---
Also from #playonlinux:

petch2: quick script review: http://pastebin.com/raw/RcsgwRJ7

(copied below for archive):

TITLE="LibreOffice 4.4.3"

$TITLE will have to match the script name in the repository, so I'd recommend
against including the version here, or the script will have to be renamed when
the version changes

PREFIX="LibreOffice_4.4.3"

Similarly, unless you want to support installing different versions
side-by-side, I'd recommend not including version in the prefix name (or say
not the whole version if you want to support installing different major
versions).

On the other hand it could be useful to store the version in some variable to
avoid repeating it in several places in the script.

POL_SetupWindow_browse "Please select the setup file to run." "$TITLE"

All user oriented messages must support localization mechanism
http://wiki.playonlinux.com/index.php/Scripting_-_Chapter_10:_Script_Translation

POL_Wine_WaitBefore "$TITLE"
POL_SetupWindow_wait "$(eval_gettext 'Installation in progress.')" "$TITLE"

POL_Wine_WaitBefore displays a standard wait message, the POL_SetupWindow_wait
is redundan

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.