You are not logged in.

#1 2008-02-11 13:21:20

newcar
Member
From: Brasil
Registered: 2008-01-10
Posts: 33

Internet Explorer 6 window is gray

Hi, i do some web developing and i need the shitty internet explorer 6 for debugging my web pages.

I installed it using ies4linux and it works great. The only problem is that the window is mostly gray.

Other wine apps like winecfg is working correctly.

I'm using catalyst drivers and my wine version is wine-0.9.53.

shittyiesx8.th.png

---------------------------------------
EDIT:

Well, the problem is that the PKGBUILD on aur is using an old version of ies4linux.

Here is a PKGBUILD of a beta version that works:

http://bbs.archlinux.org/viewtopic.php?id=43741

Thx all for the help.

Last edited by newcar (2008-02-11 15:30:50)

Offline

#2 2008-02-11 13:37:38

uastasi
Member
From: Salento - Italy
Registered: 2007-11-27
Posts: 247

Re: Internet Explorer 6 window is gray

Same problem for me some days ago.. but I solved cutting it off.
If you want to see how your webpages look like, try www.browsershots.org wink


Till the last battle, till the last bottle.
aur - twitter

Offline

#3 2008-02-11 13:47:15

xabbott
Member
From: orlando, fl
Registered: 2007-01-11
Posts: 56
Website

Re: Internet Explorer 6 window is gray

Same problem using open source ATI drivers for me.

Offline

#4 2008-02-11 13:54:50

toofishes
Developer
From: Chicago, IL
Registered: 2006-06-06
Posts: 602
Website

Re: Internet Explorer 6 window is gray

http://www.tatanka.com.br/ies4linux/news/54

I left a note with the community package maintainer on the package page.

Offline

#5 2008-02-11 14:25:43

newcar
Member
From: Brasil
Registered: 2008-01-10
Posts: 33

Re: Internet Explorer 6 window is gray

toofishes wrote:

http://www.tatanka.com.br/ies4linux/news/54

I left a note with the community package maintainer on the package page.

Well, now i see the problem, the PKGBUILD on aur is very out of date. While the maintainer sergej doesn't update it ill use my own PKGBUILD version, on some minutes ill post it here.

uastasi wrote:

Same problem for me some days ago.. but I solved cutting it off.
If you want to see how your webpages look like, try www.browsershots.org wink

Nice tip, thx.

Offline

#6 2008-02-11 15:27:45

newcar
Member
From: Brasil
Registered: 2008-01-10
Posts: 33

Re: Internet Explorer 6 window is gray

While sergej doesnt update his PKGBUILD on aur, here is version 2.99.01, this is a beta version!

# Contributor: newcar <newcar0@gmail.com>
# PKGBUILD based on the aur version of ies4linux by sergej
# This is a beta version!

pkgname=ies4linux
pkgver=2.99.0.1
pkgrel=1
pkgdesc="is the simpler way to have Microsoft Internet Explorer running on wine"
arch=(i686)
url="http://www.tatanka.com.br/ies4linux/"
license=('GPL')
depends=(wine cabextract)
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.tatanka.com.br/ies4linux/downloads/ies4linux-$pkgver.tar.gz)
noextract=()
md5sums=('5dbf1091bb157b12db20ca409cc980ff')

build() {
  cd $startdir/src
  sed -i 's|IES4LINUX=`dirname "$0"`|IES4LINUX=/usr/lib/ies4linux|' ies4linux-$pkgver/ies4linux
  mkdir -p $startdir/pkg/usr/lib
  install -D -m0755 ies4linux-$pkgver/ies4linux $startdir/pkg/usr/bin/ies4linux
  rm ies4linux-$pkgver/ies4linux
  cp -r -a ies4linux-$pkgver $startdir/pkg/usr/lib/ies4linux
}

Last edited by newcar (2008-02-11 15:28:15)

Offline

Board footer

Powered by FluxBB