You are not logged in.
Hello,
Recently I've installed openffice 2.0.4 from repositories, till today I've used my own, decompressed version of openoffice. After package installation I've noticed a file /usr/bin/openoffice.org-2.0 with
#!/bin/sh
exec /opt/openoffice/program/soffice
inside. Ok it's understable. And shortcuts in my KDE menu point to this file as for example Calc:
openoffice.org-2.0 -calc %U
This should star Calc application from the Openoffice but it doesn't. It only starts the main, empty, window od the Openoffice where I can open or start different kind of new document.
When I start like this:
soffice -calc %U
or
#!/bin/sh
exec /opt/openoffice/program/soffice -calc
everything is fine.
So.. tell me please, how can I correctly show the -calc parameter to the existing openoffice.org-2.0 scipt?
Thanks for answers!
Offline