Wine: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'This page is dedicated to [http://www.winehq.org/ Wine], the implementation of Windows API under Linux, and to applications running under Wine. == Tools == * [http://wiki.winehq…') |
|||
Line 23: | Line 23: | ||
cd ies4linux-* |
cd ies4linux-* |
||
./ies4linux --no-gui |
./ies4linux --no-gui |
||
</source> |
|||
* Restore wine to its latest version (however this triggers some error dialog boxes when launching ''ie6'' the next time): |
|||
<source lang="bash"> |
|||
sudo aptitude install wine1.2 |
|||
</source> |
</source> |
||
* That's it! Use the desktop icon (<code>chmod +x ~/Desktop/ies4linux.desktop</code> if needed), or type <code>ie6</code> in a terminal. |
* That's it! Use the desktop icon (<code>chmod +x ~/Desktop/ies4linux.desktop</code> if needed), or type <code>ie6</code> in a terminal. |
||
Line 29: | Line 33: | ||
* (+) Rendering excellent |
* (+) Rendering excellent |
||
* (+) ASP, ActiveX works |
* (+) ASP, ActiveX works |
||
* (?) Error while flash install, but install completes. Not |
* (?) Error while flash install, but install completes. Not tested. |
||
* (?) JavaScript not |
* (?) JavaScript not tested |
||
* (-) Heavy CPU load, hangs after exit — do <code>killall -9 iexplore wineserver</code> to kill the offending process) |
* (-) Heavy CPU load, hangs after exit — do <code>killall -9 iexplore wineserver</code> to kill the offending process) |
||
Revision as of 22:50, 28 October 2010
This page is dedicated to Wine, the implementation of Windows API under Linux, and to applications running under Wine.
Tools
- WineTricks, a quick and dirty script to easily install redistributable runtime libraries (DLL), instead of using Wine ones.
Applications
Exact Audio Copy
Just run the installer under Wine.
Internet Explorer 6
The best solution is to use the automated installer from IEs4Linux:
- First install Wine and cabextract- Careful, under Ubuntu Lucid 10.04, IEs4Linux does not work with wine1.2~1.2-0ubuntu6~lucid5. So you'll need to force the version of Wine:
sudo aptitude install wine1.2=1.1.42-0ubuntu4
sudo aptitude install cabextract
- Disable any AdBlocker proxy (or the installer will potentially fail downloading ADVAUTH.CAB)
- Download and run IEs4Linux. Use --no-gui to avoid the segmentation fault in Python:
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux --no-gui
- Restore wine to its latest version (however this triggers some error dialog boxes when launching ie6 the next time):
sudo aptitude install wine1.2
- That's it! Use the desktop icon (
chmod +x ~/Desktop/ies4linux.desktop
if needed), or typeie6
in a terminal.
Status:
- (+) Rendering excellent
- (+) ASP, ActiveX works
- (?) Error while flash install, but install completes. Not tested.
- (?) JavaScript not tested
- (-) Heavy CPU load, hangs after exit — do
killall -9 iexplore wineserver
to kill the offending process)