https://bugs.documentfoundation.org/show_bug.cgi?id=158358
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ilmari.lauhakangas@libreoff | |ice.org Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #3 from Buovjaga <[email protected]> --- (In reply to Werner Tietz from comment #2) > Hallo > > For now you should rename (backup) your user-profile and start soffice with > a new user-profile from scratch. > > For the future: > dont execute **long running independent things** via > »subprocess.check_output(…) > use »subprocess.Popen(…)« instead! Indeed: https://docs.python.org/3/library/subprocess.html#using-the-subprocess-module "The recommended approach to invoking subprocesses is to use the run() function for all use cases it can handle. For more advanced use cases, the underlying Popen interface can be used directly." I guess we can close this. -- You are receiving this mail because: You are the assignee for the bug.
