fazbear201 / winezeug

Automatically exported from code.google.com/p/winezeug
1 stars 0 forks source link

winetricks fail's to install anything #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sh winetricks
2. gecko (for example)
3.

What is the expected output? What do you see instead?
Cannot write to `wine_gecko-0.1.0.cab' (Permission denied).
Note: command 'wget -nd -c --read-timeout=300 --retry-connrefused --header 
Accept-Encoding: gzip,deflate http://source.winehq.org/winegecko.php?
v=0.1.0' returned status 1.  Aborting.

And I get it on any package

What version of the product are you using? On what operating system?
wine-1.1.7 Kubuntu 8.04.1

Please provide any additional information below.

Original issue reported on code.google.com by Raimonds...@gmail.com on 16 Nov 2008 at 3:31

GoogleCodeExporter commented 8 years ago
It sounds like you ran it as root once, and it left files or directories owned
by root.  You might need to use ls -l to find those, and sudo chown -R $LOGNAME
to fix them...

Original comment by daniel.r...@gmail.com on 18 Dec 2008 at 4:24