[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
Tue Aug 13 17:50:19 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=123450

BogdanB <buzea.bogdan at libreoffice.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |buzea.bogdan at libreoffice.or
                   |                            |g

--- Comment #7 from BogdanB <buzea.bogdan at libreoffice.org> ---
This is working as expected in
Version: 6.3.0.4
Build ID: 057fc023c990d676a43019934386b85b21a9ee99
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ro-RO (ro_RO.UTF-8); UI-Language: en-US
Calc: threaded



Sub Test_Chrome
    Dim strURL As String
    strURL = "https://ask.libreoffice.org"
    Shell( "/opt/google/chrome/google-chrome " + strURL )
End Sub

------------------------------------------------------
Also this is working well

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

-- 
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/20190813/9de485e4/attachment.html>


More information about the Libreoffice-bugs mailing list