https://bugs.documentfoundation.org/show_bug.cgi?id=157815
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|1 |0 Status|NEEDINFO |UNCONFIRMED --- Comment #3 from [email protected] --- I'll setup a VM to try bibisecting and will report back on that. To expand on what I meant by "Create a new .NET Window service": 1. Open Visual Studio 2. Create a new Project 3. Select type: Visual C# -> Windows Desktop -> Windows Service (.NET Framework) 4. Put the code I have in the description in the OnStart() method. However, I've since found another way to test that doesn't require .NET. The problem also occurs if you try to start LibreOffice from a Windows task with the option to "Run whether user is logged on or not." To create and run such a task: 1. Start -> Windows Administrative Tools -> Task Scheduler 2. Select "Task Scheduler Library" on the left side of the window. 3. Click "Create Task" on the right side of the window 4. Enter a Name of "LibreOffice Test" 5. Select "Run whether user is logged on or not." 6. On the Actions tab, click the "New..." button. 7. Program/Script: "C:\Program Files\LibreOffice\program\soffice.exe" 8. Add arguments: --convert-to pdf "C:\Temp\FileConverterTest\Files_Input\TestEmbeddedFonts.odt" --outdir "C:\Temp\FileConverterTest\Files_Output" 9. Click ok to create the action 10. Click ok to create the task 11. Select the task from the list and click "Run" on the right side of the screen. And I have tested this problem with LibreOffice version 7.6.2 and it is still present. -- You are receiving this mail because: You are the assignee for the bug.
