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

--- Comment #6 from Werner Tietz <[email protected]> ---
(In reply to Jean-Pierre Ledure from comment #5)

> But I suspect that the goal is to open any file (containing CJK) with any
> suffix in its application. "ods" is there only as an example.

You may know what happens behind the scene of »session.RunApplication« … I dont
so far, and I doubt that the average user knows it! 
It would not be so absurd to assume that the file path would be delegated to
"stardesktop.loadComponentfromURL" ?

Again:
it still works in a normal Linux installation (LO7.4 ) but not with LO24.2
inside a **flatpak** container.

_______
btw.

with python I would use simply:
__________________
# the LO7.4 OS
import subprocess

subprocess.Popen(["soffice", "/home/wertie/Documents/表.ods"])
________________
# and from python inside the flatpak mentioned above
import subprocess

subprocess.Popen(["/app/libreoffice/program/soffice",
                  "/home/wertie/Documents/表.ods"])
_________________

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to