Lutris works fine in the beginning, then it occur to me that it won‘t download anything but launching games, don‘t know what cause the problem but I managed to resolve it by running it from terminal. Now I set the desktop icon running from terminal as default.
Go folder copying denied while running go get command, searching for answer, running as root but no luck, then I realize I could use
chmod -R 777 /usr/local/go
to shift the permission, and it resolve the problem. If it won‘t try adding sudo at the beginning.
原文:https://www.cnblogs.com/Evity/p/15347854.html