← Back to team overview

desktop-packages team mailing list archive

[Bug 213052] Re: XSystemShellExecute treats all parameters as one

 

Thank you for reporting this bug to Ubuntu. This Ubuntu release has reached EOL for Desktops.
See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases

Since this bug hasn't been touched in a while and the Incomplete
autoclose didn't work, I'm going to close it.

If you can still reproduce on a new version of Ubuntu, please reopen it.

** Changed in: libreoffice (Ubuntu)
       Status: Incomplete => Invalid

-- 
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:
  Invalid
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