[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Feb 15 19:23:43 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=123450
--- Comment #6 from Roy Kimbrell <roy.kimbrell at gmail.com> ---
I modified the test macro as follows:
Sub Test_Chrome
Dim strURL As String
strURL = "https://ask.libreoffice.org"
Shell( "/opt/google/chrome/google-chrome ",1,"https://ask.libreoffice.org"
)
End Sub
The URL is the third argument. I've attached the error notification. This is
the same behavior as before.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190215/f4e9e104/attachment.html>
More information about the Libreoffice-bugs
mailing list