You are here > Bugs > PlayOnLinux > Feature > Ticket #860
Feature #860 on PlayOnLinux
Implement 'sandbox' feature
Added by petch on 2012-05-07 23:29:50 - Comment or update this ticket
Statut:
Fixed
Priority:
Low
Assigned to:
Nobody
Last update:
2013-05-04 08:36:52
Description, steps to reproduce:
I discovered game settings and game saves in my $HOME, in ~/Documents, and in ~/My Games. Maybe I forgot to look in all places.
While it makes sense in a way (I know have gamesaves from games I've uninstalled, ready to be used again if I ever reinstall them), my home directory is now a mess.
Maybe we should think about implementing something similar to winetricks sandbox (remove all symlinks back to $HOME, roughly speaking).
History
Update by avanesov on 2012-07-01 02:52:14
I would love to be able to set default paths for desktop, documents etc... without having to touch each prefix created.
Update by Quentin PÂRIS on 2012-07-01 12:54:01
Asanov's suggestion is not possible. We want to keep the default prefix behavior as possible to avoid breaking wineprefixs and to avoid creating bug that does not exist into wine
Update by petch on 2013-02-15 15:53:23
As read on IRC:
Terminal output:
find ${WINEPREFIX:-~/.wine}/drive_c -type l -exec sh -c 'rm "{}"; mkdir "{}"' \;
Update by petch on 2013-02-15 15:54:57
(by chrisq, name removed by the bugtracker because of the chevrons around nicks in xchat display)
Update by petch on 2013-02-15 16:15:36
- Subject changed to Implement 'sandbox' feature
(reset feature title truncated by bug tracker because of double quotes)
Update by petch on 2013-05-04 08:36:52
Implemented POL_Install_PrivateUserDirs that does just that.