Install ies4linux on Ubuntu 9.10 Karmic Koala

Wine and cabextract are needed to run ies4linux
So install them like this :

sudo apt-get install wine cabextract

Next download and unpack ies4linux like this :

wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*

Run setup like this

./ies4linux

If you get errors like

unknown option: T
unknown option: menubar

then simply edit the file ui/kommander/kommander.sh

Towards the end you would see a line like this

konsole -T “${GUI_TITLE}” –nomenubar –notabbar –noclose –schema BlackOnWhite –icon “$IES4LINUX/lib/ies4linux.svg” –vt_sz 60×30 -e “$IES4LINUX/lib/install.sh”

remove the -T , –nomenubar , –notabbar , –schema and –vt_sz things.
Then it should install fine.

Popularity: 4% [?]

Leave a Reply