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


On 07/31/2011 12:47 PM, e-letter wrote:
Readers,

In previous software versions, there would be an executable file such
as 'scalc' and so a symbolic link could easily be created:

ln -s /path/to/lo/scalc /usr/local/bin/calc

Therefore calc could be activated via the command terminal or 'run
application' dialogue window (i.e. alt+f2).

In LO341, there seems only to be an executable file
'/usr/bin/libreoffice34'. How now to create symbolic links please?


scalc is a shell file:

$ cat /opt/libreoffice/program/scalc
#!/bin/sh

cmd=`dirname "$0"`/soffice
exec "$cmd" -calc "$@"




-- 
Unsubscribe instructions: E-mail to users+help@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

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.