[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libreoffice-users] Re: create symbolic links to LO program components
[Thread Prev] | [Thread Next]
- Subject: [libreoffice-users] Re: create symbolic links to LO program components
- From: NoOp <glgxg@sbcglobal.net>
- Date: Sun, 31 Jul 2011 14:20:51 -0700
- To: users@global.libreoffice.org
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
| [libreoffice-users] create symbolic links to LO program components | e-letter <inpost@gmail.com> |
- Prev by Date: [libreoffice-users] Python Equivalents for some BASIC uno calls
- Next by Date: [libreoffice-users] Re: Python Equivalents for some BASIC uno calls
- Previous by thread: Re: [libreoffice-users] create symbolic links to LO program components
- Next by thread: [libreoffice-users] Python Equivalents for some BASIC uno calls
- Index(es):
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 GNU Lesser General Public License (LGPLv3). "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.