Comment 60 for bug 205895

Revision history for this message
RoughTrade (pbeauvain) wrote :

I am running Kubuntu 8.10 with KDE 4.2
I have installed the latest version of ies4linux with internet explorer 6. I have also the problem with 100% cpu load.
I have edited the file ~/.ies4linux/bin/ie6
like this:

if [ -f "/home/snoopy/.ies4linux/ie6/.firstrun" ]; then
        rm "/home/snoopy/.ies4linux/ie6/.firstrun"
        ( wine "/home/snoopy/.ies4linux/ie6/drive_c/Program Files/Internet Explorer/IEXPLORE.EXE" "http://www.tatanka.com.br/ies4linux/startpage?lang=deDE&ieversion=ie6&firstrun=true" 2>&1 )
else
        ( wine "/home/snoopy/.ies4linux/ie6/drive_c/Program Files/Internet Explorer/IEXPLORE.EXE" "$@" >/dev/null 2>&1 )
fi

But nothing changed !

Then i edited the Internet settings of IE6 and changed the startpage to about:blanc. After this my CPU load is nearly 8% when i start the IE6 !

When i change back the start page to http://www.tatanka.com.br/ies4linux/startpage?lang=deDE&ieversion=ie6&firstrun=true the CPU load goes back to 100%

Crasy !!