desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #16915
[Bug 213052] migrating packaging from OpenOffice.org to Libreoffice
[This is an automated message.]
There are no new official OpenOffice.org releases in Ubuntu packaging anymore => Won't Fix
If the problem persists, please mark this bug as "also affects project
Libreoffice" or "also affects distribution Libreoffice (Ubuntu)" if that
has not happened already.
Please leave references to upstream OpenOffice.org bugs in place to
allow cross pollination.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/213052
Title:
[upstream] OOo XSystemShellExecute treats all parameters as one
Status in The OpenOffice.org Suite:
Confirmed
Status in “libreoffice” package in Ubuntu:
Incomplete
Status in “openoffice.org” package in Ubuntu:
Won't Fix
Bug description:
Binary package hint: openoffice.org
http://lxr.go-
oo.org/source/api/offapi/com/sun/star/system/XSystemShellExecute.idl
offapi/com/sun/star/system/XSystemShellExecute.idl
@param aParameter
Specifies a list of space separated parameters. The method does not
validate the given parameters, but only passes it as a parameter to the
specified command.
This should be a list of parameters not a space separated string.
Otherwise calling a shell script will return something like this:
1 - "foo bar baz"
2 - ""
3 - ""
@ - "foo bar baz"
instead of what it should:
1 - "foo"
2 - "bar"
3 - "baz"
@ - "foo bar baz"
To manage notifications about this bug go to:
https://bugs.launchpad.net/openoffice/+bug/213052/+subscriptions