desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #19800
[Bug 213052] Re: XSystemShellExecute treats all parameters as one
** Summary changed:
- [upstream] OOo XSystemShellExecute treats all parameters as one
+ XSystemShellExecute treats all parameters as one
--
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:
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