https://bz.apache.org/ooo/show_bug.cgi?id=127540
Issue ID: 127540
Issue Type: DEFECT
Summary: starting AOO with symlink to
<$inst_dir>/program/soffice isn't possible
Product: Installation
Version: 3.3.0 or older (OOo)
Hardware: PC
OS: Linux, all
Status: CONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: code
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
At the moment it isn't possible to test different AOO versions under Linux
using simply an symlink to 'soffice' of the corresponding installation.
(I don't know when this issue came up, so I selected 3.30 or older.)
In my opinion there is a simple mistake in line 51 of 'soffice':
sd_binary=`basename "$0"`.bin
should be
sd_binary=`basename "$sd_res"`.bin
With this little change it works!
--
You are receiving this mail because:
You are the assignee for the issue.