I am running PCLinuxOS. When i run IE on WINE it runs great for about 20-30 minutes and then lags the system down like its using ALL available resources for it. The mouse still moves but it is jumpy and has 2-5 second delays. I can not accomplish anything when it does this. I have to force a powerdown and restart it to fix it.
If you run IE6 in wine like me just for testing websites for display issues, it is best to install IE using winetricks or with a full-fledged Windows install in VirtualBox.
Unless the site is Web 2 and running on .NET with custom ActiveX controls like a lot of corporate crud is nowadays. I'm an avid FF fan but am afraid that MS really have managed to screw the world yet again with their own take on 'Standards'.
Unless the site is Web 2 and running on .NET with custom ActiveX controls like a lot of corporate crud is nowadays. I'm an avid FF fan but am afraid that MS really have managed to screw the world yet again with their own take on 'Standards'.
Pardon my ignorance beforehand. Firefox isn't compatible with these things simply due to patents I assume? Or is there an alternative reason?
Pardon my ignorance beforehand. Firefox isn't compatible with these things simply due to patents I assume? Or is there an alternative reason?
One that a lot of people miss is the support overhead. Better to have one known platform that you train support staff on than two. Some sites work hard to achieve incompatibility.
Yes, and for a lot of things it will work. Unfortunately our developers don't seem to like it. For some web based applications you need more config work than installing a client application. Personally I just don't get the obsession of making EVERYTHING web based.
There, we've devied quite a lot from the OP's question... If he went to the trouble of installing IE 6 on Wine, it's probably because he needs access to a few IE-only websites.
Now, Wine will keep a monitoring process running along with Win32 apps it runs; it's called wineserver.
Instead of killing your whole system when it starts to lag, simply run the command (you can use Alt+F2 to open a quick command prompt in Gnome and KDE):
Code :
wineserver -k
which will shut down Wine and all Win32 apps currently running, normally recovering CPU time.
Message edited by mitch074 on 10-22-2009 at 10:58:06 AM
@linux_o: while it is true that you can access websites that declare themselves "IE only" with a UA spoofing, it doesn't always work in practice as soon as the website relies upon:
- Jscript, making use of extensions to ECMAscript that are not part of Javascript (workaround: Opera and Webkit implements a great deal of those)
- IE's proprietary DOM 0 (workaround: Opera and Webkit implement some of those)
- ActiveX (workaround: ... none)
If the website doesn't belong to him, he can't change the team (at best, he can petition the website's owner for a more compatible web access - with banks, you know how successful this is)
Thus, IE 6 on Wine. IE 6 leaks like a sieve, consuming more and more resources. Workaround for CPU hogging: stop Wine and restart IE regularly.
...at least on Linux, you don't have to fear IE's buffer overflows...