I'm writing a Qt app to run in Flatpak
sandbox.
I'm stuck with opening files, as it opens the file chooser dialog, I select the file and then the app crashes with File Not Found
error.
I checked the /run/user/1000/doc/
directory, the correct folder gets created and it contains the selected file all well, just that the app doesn't see it. I'm using XDG portal
to open file.
I'm not able to solve this problem.
Thanks in advance.