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+h...@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

Reply via email to