Gcenx / WineskinServer

Wineskin
GNU Lesser General Public License v2.1
2.4k stars 167 forks source link

Ability to Disable Last Run Log #583

Open indianajson opened 1 month ago

indianajson commented 1 month ago

Is your feature request related to a problem?

Based on the controls available in Wineskin.app it seems the wrapper will always generate a Last Run Log. I do not see a way to turn disable this functionality. Generating these logs renders code signatures invalid (because a resource in the container was modified).

Describe the solution you'd like:

There are two relatively easy solutions: (1) offer a switch to disable all logging or (2) move logs to ~/Application Support/ instead of inside the container.

Describe alternatives you've considered:

Locking down permissions on the Logs folder will stop the logs from generating, but it returns several error messages once the application is closed, which makes this solution less desirable than simply disabling logs directly.