<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Intelligrape  Groovy &#38; Grails Blogs &#187; gibbon</title>
	<atom:link href="http://www.intelligrape.com/blog/tag/gibbon/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intelligrape.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 07:48:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
			<title>Intelligrape  Groovy &amp; Grails Blogs</title>
			<url>http://www.intelligrape.com/blog/wp-content/uploads/2011/05/favicon2.ico</url>
			<link>http://www.intelligrape.com/blog</link>
			<width></width>
			<height></height>
			<description></description>
		</image>		<item>
		<title>Installing IEs4Linux on Ubuntu Gutsy Gibbon</title>
		<link>http://www.intelligrape.com/blog/2008/04/23/installing-ies4linux-on-ubuntu-gutsy-gibbon/</link>
		<comments>http://www.intelligrape.com/blog/2008/04/23/installing-ies4linux-on-ubuntu-gutsy-gibbon/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 15:28:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java tools]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[gibbon]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.intelligrape.com/blog/?p=14</guid>
		<description><![CDATA[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 the following [...]]]></description>
			<content:encoded><![CDATA[<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>
<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>
<p>I followed the following steps to install IE on my Ubuntu machine</p>
<ul>
<li>modified /etc/apt/sources file to add/un-comment the following 2 lines</li>
</ul>
<blockquote><p> <code>deb http://in.archive.ubuntu.com/ubuntu gutsy universe<br />
deb-src http://in.archive.ubuntu.com/ubuntu gutsy universe<br />
deb http://wine.budgetdedicated.com/apt gutsy main<br />
deb-src  http://wine.budgetdedicated.com/apt gutsy main</code></p></blockquote>
<ul> <code> </code></p>
<li>  <code>sudo apt-get update</code></li>
<li>  <code>sudo apt-get install wine cabextract</code></li>
<li> <code>wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz</code></li>
<li>  <code>tar xzvf ies4linux-2.0.5.tar.gz</code></li>
<li>  <code>cd ies4linux-2.0.5</code></li>
<li> <code>./ies4linux </code>(make sure you are not root here)</li>
</ul>
<p>When running the installer (the last step), I got the following error</p>
<p><code> ui/pygtk/python-gtk.sh: line 6: 15717 Segmentation fault      (core dumped) python "$IES4LINUX"/ui/pygtk/ies4linux-gtk.py</code></p>
<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>
<p><code>import gtk, gobject, pango, sys, os</code></p>
<p>Somehow, I suspected that there are some unmet dependencies, so looked for packages by the name gobject</p>
<p><code>apt-cache search gobject</code></p>
<p>and I found this:</p>
<p>gob2 &#8211; GTK+ Object Builder</p>
<p>I installed the gob2 package</p>
<p><code>sudo apt-get install gob2</code></p>
<p>and after that I ran the installer again and this time the installation succeeded without any problems.</p>
<p>Hope this helps somebody.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelligrape.com/blog/2008/04/23/installing-ies4linux-on-ubuntu-gutsy-gibbon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

