https://bugs.winehq.org/show_bug.cgi?id=56339
--- Comment #7 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to olav.magi from comment #6)
I got "drwxr-xr-x 17 olav olav 69632 veebr 25 18:09 /home/olav/Töölaud" from "ls -ld ~/Töölaud". Is that fine result?
Hello,
Should be good, but:
The Flatpack version of Bottles runs in a sandboxed environment that doesn't have access to directories outside of the sandbox.
Check the Bottles documentation for example to allow Flatpack to write to directories outside the sandbox: https://docs.usebottles.com/flatpak/expose-directories
You may need to run something like this to allow the application running in Bottles to save files to your desktop directory: flatpak override --user --filesystem="/home/olav/Töölaud" com.usebottles.bottles
Regards.