You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2017/09/25 13:43:51 UTC

[Issue 127540] New: starting AOO with symlink to <$inst_dir>/program/soffice isn't possible

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: issues@openoffice.apache.org
          Reporter: mroe.nospam@gmx.net
  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.

[Issue 127540] starting AOO with symlink to <$inst_dir>/program/soffice isn't possible

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127540

Matthias Seidel <ms...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bz.apache.org/ooo/s
                   |                            |how_bug.cgi?id=112542

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127540] starting AOO with symlink to <$inst_dir>/program/soffice isn't possible

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127540

--- Comment #2 from mroe <mr...@gmx.net> ---
(In reply to mroe from comment #0)
> (I don't know when this issue came up, so I selected 3.30 or older.)

Now I can easy start older installations and I found that the start script was
changed between OOo 3.3 and AOO 3.4. But it was forgotten to adapt line 51.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127540] starting AOO with symlink to <$inst_dir>/program/soffice isn't possible

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127540

--- Comment #3 from mroe <mr...@gmx.net> ---
(In reply to mroe from comment #2)
> Now I can easy start older installations and I found that the start script
> was changed between OOo 3.3 and AOO 3.4. But it was forgotten to adapt line
> 51.

Found: Issue 112542

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127540] starting AOO with symlink to <$inst_dir>/program/soffice isn't possible

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127540

--- Comment #1 from mroe <mr...@gmx.net> ---
additional:

The problem occurs if the symlink isn't named 'soffice'!

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127540] starting AOO with symlink to <$inst_dir>/program/soffice isn't possible

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127540

Andrea Pescetti <pe...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pescetti@apache.org

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127540] starting AOO with symlink to <$inst_dir>/program/soffice isn't possible

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127540

mroe <mr...@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Developer|---                         |Easy
         Difficulty|                            |
             Latest|---                         |4.1.3
    Confirmation in|                            |

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127540] starting AOO with symlink to <$inst_dir>/program/soffice isn't possible

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127540

Matthias Seidel <ms...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mseidel@apache.org

-- 
You are receiving this mail because:
You are the assignee for the issue.