{"id":14,"date":"2008-04-23T20:58:49","date_gmt":"2008-04-23T15:28:49","guid":{"rendered":"http:\/\/www.tothenew.com\/blog\/?p=14"},"modified":"2016-12-19T15:05:46","modified_gmt":"2016-12-19T09:35:46","slug":"installing-ies4linux-on-ubuntu-gutsy-gibbon","status":"publish","type":"post","link":"https:\/\/www.tothenew.com\/blog\/installing-ies4linux-on-ubuntu-gutsy-gibbon\/","title":{"rendered":"Installing IEs4Linux on Ubuntu Gutsy Gibbon"},"content":{"rendered":"<p>There are certain sites and applications which work only with Internet Explorer. One such application that I am currently working on is <a href=\"http:\/\/www.emc.com\/products\/detail\/software\/webtop.htm\" title=\"EMC Documentum Webtop\">EMC Documentum Webtop<\/a>.<\/p>\n<p>After getting fed-up of the warning message thrown by <a href=\"http:\/\/www.emc.com\/products\/detail\/software\/webtop.htm\" title=\"Webtop\">Webtop<\/a> about unsupported browser and some weird behavior sometimes, I finally decided to install IE on my Ubuntu machine.<\/p>\n<p>I followed the following steps to install IE on my Ubuntu machine<\/p>\n<ul>\n<li>modified \/etc\/apt\/sources file to add\/un-comment the following 2 lines<\/li>\n<\/ul>\n<blockquote><p> <code>deb http:\/\/in.archive.ubuntu.com\/ubuntu gutsy universe<br \/>\ndeb-src http:\/\/in.archive.ubuntu.com\/ubuntu gutsy universe<br \/>\ndeb  gutsy main<br \/>\ndeb-src   gutsy main<\/code><\/p><\/blockquote>\n<ul> <code> <\/code><\/p>\n<li>  <code>sudo apt-get update<\/code><\/li>\n<li>  <code>sudo apt-get install wine cabextract<\/code><\/li>\n<li> <code>wget http:\/\/www.tatanka.com.br\/ies4linux\/downloads\/ies4linux-latest.tar.gz<\/code><\/li>\n<li>  <code>tar xzvf ies4linux-2.0.5.tar.gz<\/code><\/li>\n<li>  <code>cd ies4linux-2.0.5<\/code><\/li>\n<li> <code>.\/ies4linux <\/code>(make sure you are not root here)<\/li>\n<\/ul>\n<p>When running the installer (the last step), I got the following error<\/p>\n<p><code> ui\/pygtk\/python-gtk.sh: line 6: 15717 Segmentation fault      (core dumped) python \"$IES4LINUX\"\/ui\/pygtk\/ies4linux-gtk.py<\/code><\/p>\n<p>After googling around to find a solution to the problem, I had a look at the ies4linux-gtk.py file mentioned in the error message. The line 6 looks like this<\/p>\n<p><code>import gtk, gobject, pango, sys, os<\/code><\/p>\n<p>Somehow, I suspected that there are some unmet dependencies, so looked for packages by the name gobject<\/p>\n<p><code>apt-cache search gobject<\/code><\/p>\n<p>and I found this:<\/p>\n<p>gob2 &#8211; GTK+ Object Builder<\/p>\n<p>I installed the gob2 package<\/p>\n<p><code>sudo apt-get install gob2<\/code><\/p>\n<p>and after that I ran the installer again and this time the installation succeeded without any problems.<\/p>\n<p>Hope this helps somebody.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There are certain sites and applications which work only with Internet Explorer. One such application that I am currently working on is EMC Documentum Webtop. After getting fed-up of the warning message thrown by Webtop about unsupported browser and some weird behavior sometimes, I finally decided to install IE on my Ubuntu machine. I followed [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":4},"categories":[1],"tags":[23,24,8],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/14"}],"collection":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":0,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/14\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/media?parent=14"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/categories?post=14"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/tags?post=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}