https://bugs.winehq.org/show_bug.cgi?id=50279
--- Comment #10 from Ben bvandermerwe@kbcat.com --- (In reply to Ben from comment #9)
(In reply to Ben from comment #8)
As for why I use sudo so much:
headless@288a70c5e231:~$ wine cmd wine: /home/headless/.wine is not owned by you
And there may be chown I can run to fix that. But I am working on an Ubunutu linux docker container, and trust me, just getting it working so far has been a long road.
Thank you for all the help. WINE is awesome!
I like just need:
sudo chown -R $USER: ~/.wine
Even so it still happens. I think the container was set up in some weird way that there are two "headless" users who are not the same, ugh, over my head. Works with sudo.