flathub / at.vintagestory.VintageStory

https://flathub.org/apps/details/at.vintagestory.VintageStory
4 stars 2 forks source link

Fix screenshots not being saved #49

Closed mard closed 1 year ago

mard commented 1 year ago

This fixes the problem with screenshots (F12) not being saved anywhere.

Originally reported here: https://github.com/anegostudios/VintageStory-Issues/issues/2567

The game uses XDG_PICTURES_DIR/Vintagestory for saving screenshots, but this location was not given sandbox permissions. This change gives the game access to that directory so the screenshots can be saved.

flathubbot commented 1 year ago

Started test build 41670

flathubbot commented 1 year ago

Build 41670 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/24306/at.vintagestory.VintageStory.flatpakref
jascrain commented 1 year ago

Thank you!