[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution

2020-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution

2020-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

--- Comment #10 from QA Administrators  ---
Dear Roy Kimbrell,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution

2020-06-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

--- Comment #9 from QA Administrators  ---
Dear Roy Kimbrell,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution

2019-12-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #8 from Xisco Faulí  ---
hello Roy Kimbrell,
Have you tried Bogdan's solution from comment 7 ?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution

2019-11-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

LibreOfficiant  changed:

   What|Removed |Added

 Blocks|107659  |127592


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107659
[Bug 107659] [META] Macro bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=127592
[Bug 127592] [META] LibreOffice Basic incl."Option Compatible" modules
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution

2019-08-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #7 from BogdanB  ---
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.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution

2019-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||107659


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107659
[Bug 107659] [META] Macro bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution

2019-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

--- Comment #6 from Roy Kimbrell  ---
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.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution

2019-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

--- Comment #5 from Roy Kimbrell  ---
Created attachment 149320
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149320&action=edit
Screenshot of Google error

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution

2019-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

--- Comment #4 from Oliver Brinzing  ---
if you want to pass params, e.g. your url, 
you should use the 3 third param for it:

> Param
> Any string expression that specifies the 
> command line that want to pass.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution

2019-02-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

Roy Kimbrell  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #3 from Roy Kimbrell  ---
I looked at the reference. The macro examples I've given are as shown in the
reference - at least insofar as I can tell. The numeric arguments are optional
but I added a "1" to both example macros with no change in their behaviors.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution

2019-02-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

Oliver Brinzing  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||oliver.brinz...@gmx.de
 Status|UNCONFIRMED |NEEDINFO

--- Comment #2 from Oliver Brinzing  ---
following example works with:
Version: 6.1.5.2 (x64)
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 4; OS: Windows 10.0; UI render: default; 
Locale: de-DE (de_DE); Calc: 

REM  *  BASIC  *
Sub Main
 Dim strURL As String
 strURL = "https://ask.libreoffice.org";
 shell("C:\Program Files\Mozilla Firefox\firefox.exe", 2, strURL, false)
 shell("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", 2,
strURL, false)
End Sub

please have a look how the shell() function works:
https://help.libreoffice.org/6.1/en-US/text/sbasic/shared/03130500.html

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

--- Comment #1 from Roy Kimbrell  ---
Both "/opt/google/chrome/google-chrome https://ask.libreoffice.org"; and
"google-chrome https://ask.libreoffice.org"; worked as expected when typed into
a terminal.

"firefox https://ask.libreoffice.org"; worked in the same way.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs