https://bugs.documentfoundation.org/show_bug.cgi?id=168739
Bug ID: 168739
Summary: Mac OS : can't connect to Libreoffice
Product: LibreOffice
Version: 25.8.1.1 release
Hardware: x86-64 (AMD64)
OS: macOS (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Description:
It's not possible to connect to LO since LO25.8
It's a regression.
It works fine until LO25.2
Steps to Reproduce:
1.Create a Main macro in Standard.Module1 like
Function Main(myParam)
Print myParam
Main = myParam & "return"
End Function
2.Put the RunBasicMacro.py in your home folder
3. Write in a terminal /Applications/LibreOffice.app/Contents/Resources/python
'/Users/didier/Documents/RunBasicMacro.py' 'Standard.Module1.Main' 'MonDidou'
4. Adapt file and command line to your configuration
5. Click Enter in the terminal
Actual Results:
Kill 9
Expected Results:
The message from Print and MonDidou in the terminal
Reproducible: Always
User Profile Reset: Yes
Additional Info:
Run with :
Version: 25.2.1.2 (X86_64) / LibreOffice Community
Build ID: d3abf4aee5fd705e4a92bba33a32f40bc4e56f49
CPU threads: 4; OS: macOS 14.4.1; UI render: Skia/Raster; VCL: osx
Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
Calc: threaded
Do'nt run with :
Version: 25.8.1.1 (X86_64)
Build ID: 54047653041915e595ad4e45cccea684809c77b5
CPU threads: 4; OS: macOS 14.4.1; UI render: Skia/Raster; VCL: osx
Locale: fr-FR (fr_FR.UTF-8); UI: en-US
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.