James Mckenzie wrote:
Alexandre Julliard julliard@winehq.org wrote: [...] New wine installation:
su (no dash so root's environment is not picked up) wine notepad install various programs and use them. exit
User logs in a second time after learning how to properly use Wine. Attempt to do anything with Wine in user space. Cannot do due to permissions problems.
The solution:
sudo rm -rf .wine
No, the solution is sudo chown -R user:user .wine