<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - simple macro invoking google-chrome does not result in google-chrome execution"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=123450#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - simple macro invoking google-chrome does not result in google-chrome execution"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=123450">bug 123450</a>
from <span class="vcard"><a class="email" href="mailto:roy.kimbrell@gmail.com" title="Roy Kimbrell <roy.kimbrell@gmail.com>"> <span class="fn">Roy Kimbrell</span></a>
</span></b>
<pre>I modified the test macro as follows:
Sub Test_Chrome
Dim strURL As String
strURL = "<a href="https://ask.libreoffice.org">https://ask.libreoffice.org</a>"
Shell( "/opt/google/chrome/google-chrome ",1,"<a href="https://ask.libreoffice.org">https://ask.libreoffice.org</a>"
)
End Sub
The URL is the third argument. I've attached the error notification. This is
the same behavior as before.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>