fazbear201 / winezeug

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

winetricks can't install gecko #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I use the winetricks to install gecko, but failed,saying that Winetricks
error:Note:command'cabextract
/home/user/.winetrickscache/wine_gecko_0.9.0.cab'return status 1.Aborting.

What version of the product are you using? On what operating system?
I am using Ubuntu 8.10 and wine 1.1.14

Original issue reported on code.google.com by fengzhif...@gmail.com on 6 Feb 2009 at 12:55

GoogleCodeExporter commented 8 years ago
Do you have cabextract installed?  i.e. what does
  cabextract --version
say?  If it says "command not found", install it, please,
e.g. "sudo apt-get install cabextract.

Original comment by daniel.r...@gmail.com on 8 Feb 2009 at 10:21

GoogleCodeExporter commented 8 years ago
Marking invalid, since user simply needs cabextract, and there's already
a message telling him that.

A good fix might be to bundle winetricks with packaged wine, as proposed
at http://www.winehq.org/pipermail/wine-devel/2009-February/073148.html
Then the package dependencies will make cabextract available.

Original comment by daniel.r...@gmail.com on 15 Feb 2009 at 5:31