Sandboxed software saving files "outside" the sandbox

Post Reply
shake_it_baby
Posts: 1
Joined: Fri Feb 25, 2022 10:28 pm

Sandboxed software saving files "outside" the sandbox

Post by shake_it_baby »

Hello People! This is my first post. Nice to meet U. BTW, I am not an English native speaker, so I am very sorry if my English skills are... well...

I've installed Adobe Lightroom In a box. it works pretty good. I want to save my library in a folder located "outside" the sandbox filesystem.

E.G. I want to save my library in the folder "photos" in D disk instead of "C/sandbox/myusername/sandboxname/drive/d/photos".

Kind regards.

User avatar
bastik-1001
Posts: 361
Joined: Sat Apr 22, 2023 8:30 am
Contact:

Re: Sandboxed software saving files "outside" the sandbox

Post by bastik-1001 »

You can allow the sandboxed program to write to the folder.

Code: Select all

OpenFilePath=filepath to the folder the program should write to
It needs to be

Code: Select all

OpenPipePath=
if the software is installed in the sandbox (or the binary is located inside the sandbox itself).

Post Reply