RobLoach / net.lutris.Lutris

Pull requests for new applications to be added
https://flathub.org
2 stars 0 forks source link

wine: Add permission to ~/.wine #22

Closed RobLoach closed 5 years ago

RobLoach commented 5 years ago

Not entirely sure this is the correct way to address this one. Exposing the .wine config directly will allow Lutris to access the global .wine prefix.

Fixes #20

gasinvein commented 5 years ago

I guess it's correct, but we probably shoud make ~/.winedirectory persistent instead of passing it through from host. Flatpak apps are intended to be self-containd, and IMO this is true for their data, too. So it shouldn't interfere with non-flatpak apps.

gasinvein commented 5 years ago

Also now I'm not sure if --filesystem=~/Games was a good idea :-/

RobLoach commented 5 years ago

Yeah, let's tackle that in a different PR. I can understand why it's there though.