Is there a Sailjail permission that I need to use in order to be able to execute a binary / executable file in my application using QProcess? And which locations / folders are allowed to be used to place that binary in?
The binary to be executed via QProcess is currently stored in ~/.cache/org.name/AppName/folder/ and everything works fine as long as sandboxing is disabled, but I can’t figure out what to do to make it work with sandboxing enabled.
Another question. Can someone please point me to some instructions/documentation, or simply tell me what I need to do to make my application listed in the “Share” dialog, so that e.g. pressing and holding a link in web browser and selecting “Share” shows my application on the list, so that the link can be sent to my application.
I already included “MimeType=” with the right mime types list in the .desktop file as well as the “Sharing” permission, but I can’t figure out what else is needed.
Thank you.