Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Games folder cannot be customized #79

Closed
dariox86 opened this issue Nov 26, 2019 · 8 comments
Closed

Games folder cannot be customized #79

dariox86 opened this issue Nov 26, 2019 · 8 comments
Labels
sandbox This has something to do with sandbox limitations

Comments

@dariox86
Copy link

Flatpak Lutris does not support Games path customization. If a path other than ~/[USER NAME]/Games is chosen, games won't be installed.

@gasinvein
Copy link
Member

You have to allow access to that folder first, via e.g.
flatpak override --filesystem=/path/to/your/Folder net.lutris.Lutris

@gasinvein gasinvein added the sandbox This has something to do with sandbox limitations label Nov 26, 2019
@dariox86
Copy link
Author

OK. Isn't it better to have a Games folder inside the Lutris flatpak by default?

@dariox86
Copy link
Author

Do I need a special permission in place even if I want to move the folder inside ~/.var/app/net.lutris.Lutris/data/lutris?

@gasinvein
Copy link
Member

Isn't it better to have a Games folder inside the Lutris flatpak by default?

Maybe. But it would have several drawbacks.

Do I need a special permission in place even if I want to move the folder inside >~/.var/app/net.lutris.Lutris/data/lutris?

No, a flatpak app always has read-write access to corresponding directory under ~/.var/app/.

@dariox86
Copy link
Author

Thank you. I guess the issue can be closed.

@dariox86
Copy link
Author

I have a couple more questions. When I move Games elsewhere, ~/[USER NAME]/Games is recreated regardless of the specified path. Is there a way to suppress this behavior? What are the possible drawbacks with having a Games folder in a different path?

@gasinvein
Copy link
Member

~/Games is re-created because flatpak is told to do so, see

- --filesystem=~/Games:create

If this empty folder is unwanted, override the permission with --nofilesystem=~/Games.

@dariox86
Copy link
Author

OK. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sandbox This has something to do with sandbox limitations
Projects
None yet
Development

No branches or pull requests

2 participants