Bug 36724 - Adapt chapter 'Installation' to UCS 4.0
Adapt chapter 'Installation' to UCS 4.0
Status: CLOSED FIXED
Product: UCS manual
Classification: Unclassified
Component: Installation
unspecified
Other Linux
: P5 normal (vote)
: UCS 4.0
Assigned To: Alexander Kläser
Stefan Gohmann
: interim-4
Depends on: 36057
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-14 23:22 CET by Sönke Schwardt-Krummrich
Modified: 2015-04-01 13:47 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sönke Schwardt-Krummrich univentionstaff 2014-11-14 23:22:13 CET
The german screenshots of the installer chapter have to be postprocessed.
The english screenshots have to be created.

+++ This bug was initially created as a clone of Bug #36057 +++

Adapt chapter 'Installation' to UCS 4.0
Comment 1 Sönke Schwardt-Krummrich univentionstaff 2014-11-18 08:37:44 CET
(In reply to Sönke Schwardt-Krummrich from comment #0)
> The english screenshots have to be created.

This has already been fixed. The postprocessing of all installer-*png images is still missing.
Comment 2 Alexander Kläser univentionstaff 2014-11-18 12:53:02 CET
Done [r55925]. 

ImageMagick is your friend! I used the following commands (image-shadow.sh is a script in the illustrations directory):

> function shadow {
>   for i in "$@"; do
>     ./image-shadow.sh $i $i
>   done
> }

> function norm {
>   for i in "$@"; do
>     echo "normalizing $i..."
>     convert "$i" -normalize "$i"
>   done
> }
Comment 3 Alexander Kläser univentionstaff 2014-11-18 14:09:23 CET
I got the following error when building the manual:

> ...
> Error while rendering page 28
> java.lang.NullPointerException: Parameter alpha must not be null
>
> Exception
> org.apache.fop.apps.FOPException: Parameter alpha must not be null
> java.lang.NullPointerException: Parameter alpha must not be null
>
> make: *** [handbuch-4.0.pdf] Fehler 1

I needed to open and re-export the images via gimp, then it was ok [r55928].
Comment 4 Alexander Kläser univentionstaff 2014-11-18 17:01:39 CET
Adjusted image shadows + erroneous shadow script [r55944].
Comment 5 Stefan Gohmann univentionstaff 2014-11-19 10:18:07 CET
(In reply to Alexander Kläser from comment #4)
> Adjusted image shadows + erroneous shadow script [r55944].

OK