[Wine] finding or creating ~/.wine folder (Snow Leopard problem)

ryan woodsmall rwoodsmall at mac.com
Mon Mar 29 03:15:59 CDT 2010


If the following doesn't work, you may have a screwy ACL causing the  
issue:

     sudo chown -R $USER $HOME

That should fix the owner to your user. Fix your group:

     sudo chgrp -R $GROUPS $HOME

Finally fix the directory perms on ~:

     sudo chmod 755 $HOME

You should be able to create a subdirectory in your homedir.  If  
you're still having trouble, post the output of:

     ls -lade@ ~

That should list extended attributes and ACLs (if any) for your home  
directory.


   -ryan

On Mar 29, 2010, at 0:42, hobbsilla <wineforum-user at winehq.org> wrote:

> So I copied and pasted just like you said and it keeps telling me  
> the operation is not permitted.
>
>
>
>
>



More information about the wine-users mailing list