Wineprefixes can get very large - different packages installed with winetricks can lead to Wineprefixes over 1 GB! And I have several wineprefixes because the different games don't run with one single wineprefix. With the current owner restriction, I have to triple (!) each wineprefix for 3 users - with 100% redundant data! For a 1 GB prefix, that's total waste of 2 GB!wine: /Path/wine_prefix is not owned by you
Now, when I simply change the owner of the wineprefix directory (e.g. via "sudo chown user2 wineprefix7"), I can use this other wineprefix directory! So a simple change of the wineprefix owner does the trick. Of course, I can'T just add a "chown" command in the start script because only one user has sudo right ... and typing in the password on each start is also bad. I tried to create a link to the wineprefix, but when I chown the link, the original diretory's owner is changed.
What is the reason that wineprefixes can't be shared between multiple users - because it CAN be shared if you just change the owner of the wineprefix main diretory?