Vous êtes ici > Bugs > PlayOnLinux > Feature > Ticket #860
Feature #860 sur PlayOnLinux
Implement 'sandbox' feature
Ajouté par petch le 2012-05-07 23:29:50 - Commenter ou mettre à jour ce ticket
Statut :
Résolu
Priorité :
Faible
Assigné à :
Nobody
Dernière mise à jour :
2013-05-04 08:36:52
Description, étapes pour reproduire :
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
Mise à jour par avanesov le 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.
Mise à jour par Quentin PÂRIS le 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
Mise à jour par petch le 2013-02-15 15:53:23
As read on IRC:
Sortie de la console :
find ${WINEPREFIX:-~/.wine}/drive_c -type l -exec sh -c 'rm "{}"; mkdir "{}"' \;
Mise à jour par petch le 2013-02-15 15:54:57
(by chrisq, name removed by the bugtracker because of the chevrons around nicks in xchat display)
Mise à jour par petch le 2013-02-15 16:15:36
- Sujet changé vers Implement 'sandbox' feature
(reset feature title truncated by bug tracker because of double quotes)
Mise à jour par petch le 2013-05-04 08:36:52
- Statut changé vers Résolu
Implemented POL_Install_PrivateUserDirs that does just that.