Mar
24
2010
24
2010
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: 2% [?]
Tags: ubuntu
Related Posts
Leave a comment
Subscribe
Recent Posts
- Compile wxwebconnect on Ubuntu 11.04 64 bit
- Disqus Comments Importer Script in PHP
- Beginners’ guide to socket programming with winsock
- Handle multiple socket connections with fd_set and select on Linux
- Beginners guide to socket programming in C on Linux
- Gui whois client in python with wxpython
- Whois client code in C with Linux sockets
- str_replace for C
- Easy to use C/C++ IDE for Ubuntu Linux
- Get local ip in C on linux
Binarytides
Tags
apache
applications
box2d
bsnl
c
chrome
cron
css
database
dns
firefox
flash
freelance
game programming
gd
graphs
hacking
htaccess
html
html5
imagemagick
java
javascript
libpcap
linux
mod rewrite
moneybookers
mootools
mvc
mysql
networking
payment
paypal
php
phpmyadmin
python
ruby
security
Sockets
software
swing
ubuntu
winpcap
winsock
xdebug
An article by Binary Tides




