<?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>gHacks technology news &#187; wine</title>
	<atom:link href="http://www.ghacks.net/tag/wine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install Internet Explorer on Linux with IEs4Linux</title>
		<link>http://www.ghacks.net/2009/09/09/install-internet-explorer-on-linux-with-ies4linux/</link>
		<comments>http://www.ghacks.net/2009/09/09/install-internet-explorer-on-linux-with-ies4linux/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 10:51:04 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[IE4Linux]]></category>
		<category><![CDATA[internet-explorer]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=16163</guid>
		<description><![CDATA[Believe it or not, there is sometimes a need to have Internet Explorer available. Some web designers like to be able to to test their sites with all possible browsers. Some websites are poorly designed and will only function properly in Internet Explorer. So many designers (and users) need to have this browser available. If [...]]]></description>
			<content:encoded><![CDATA[<p>Believe it or not, there is sometimes a need to have <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a> available. Some web designers like to be able to to test their sites with all possible browsers. Some websites are poorly designed and will only function properly in Internet Explorer. So many designers (and users) need to have this browser available. If you use Linux there are a couple of possibilities. You could run Internet Explorer in a Virtual Machine (See my article &#8220;<a title="Installing VirtualBox" href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" target="_blank">Installing and configuraing VirtualBox for virtual OSes</a>&#8220;) or you could install Wine and IEs4Linux.</p>
<p>In this article we will deal with installing Internet Explorer with the help of Wine and IEs4Linux. The installation is not difficult and in the end you should have ever possible browser available to you for all your testing needs. Even though this installation will require the use of WINE you will not have to go through any complicated WINE set up. In fact the most difficult aspect of this setup is downloading and running a script that will take care of the most difficult part of the installation for you.</p>
<p><span id="more-16163"></span><strong>Preparing for the installation</strong></p>
<p>The first thing you need to do is to make sure you have the right repositories in your <strong>/etc/apt/sources.list</strong> file. Open that file up and check to make sure the Universe repositories are uncommented. If you are using Januty (9.04) you will see the lines:</p>
<p><code>deb http://us.archive.ubuntu.com/ubuntu/ jaunty universe<br />
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty universe<br />
deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe<br />
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe</code></p>
<p>Makes sure none of those lines begin with the &#8220;#&#8221; character. If they do, remove that character and save the file. If you had to make changes to the file you will need to update apt with the command:</p>
<p><em>sudo apt-get update</em></p>
<p>Now you are ready to begin the installation.</p>
<p><strong>Installing</strong></p>
<p>The first thing you need to do is install a couple of applications with the help of apt-get. From within the same terminal you checked the <strong>sources.list</strong> file issue the following command:</p>
<p><em>sudo apt-get install wine cabextract</em></p>
<p>Once this has finished you need to download the IEs4Linux installation script from <a title="IEs4Linux installation script" href="http://www.tatanka.com.br/ies4linux/download.html" target="_blank">this site</a>. When that file is downloaded go back to your terminal window and change to the directory that file was downloaded to and issue the following commands:</p>
<p><em>tar xvzf ies4linux-XXX.tar.gz</em></p>
<p>Where XXX is the release number.</p>
<p><em>cd ies4linux-XXX</em></p>
<p>Where XXX is the release number.</p>
<p>You are now inside the directory that contains everything necessy to install three different versions of Internet Explorer for Linux (5, 5.5, and 6 Sorry &#8211; no 7 or 8). Issue the following command:</p>
<p><em>./ies4linux</em></p>
<div id="attachment_16164" class="wp-caption alignleft" style="width: 164px"><a rel="attachment wp-att-16164" href="http://www.ghacks.net/2009/09/09/install-internet-explorer-on-linux-with-ies4linux/ies4linux/"><img class="size-full wp-image-16164" src="http://www.ghacks.net/wp-content/uploads/2009/09/ies4linux.png" alt="Figure 1" width="154" height="243" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>The above command will open the GUI installation tool (see Figure 1). From within this tool you can select which version(s) of Internet Explorer to install, the language, if you want Flash Player 9 installed, and where you want icons to be placed.</p>
<p>You can also click the advanced button for more options. Within the advanced section you can select to install IE7 which is very much in beta. I attempted this installation only to have python segfault. There is a hack for this but it&#8217;s not really worth the trouble. The problem is that IE7 is not yet supported by WINE. As soon as it is IEs4Linux will add this support.</p>
<p>Once you have made those choices click OK and the installation will proceed.</p>
<div id="attachment_16165" class="wp-caption alignright" style="width: 326px"><a rel="attachment wp-att-16165" href="http://www.ghacks.net/2009/09/09/install-internet-explorer-on-linux-with-ies4linux/ies4linux_finished/"><img class="size-full wp-image-16165" src="http://www.ghacks.net/wp-content/uploads/2009/09/ies4linux_finished.png" alt="Figure 2" width="316" height="331" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>When the installation begins a new window will pop open (see Figure 2). The last line in this window instructs you how to run Internet Explorer. In my case the executable is located in <strong>/home/jlwallen/bin/ie6</strong>. There is a rather odd behavior I have found with this installation. Upon completion of IEs4Linux you may not be able to run Internet Explorer without the help of sudo. Do not do this. Before you run the <strong>~/bin/ie6</strong> command issue the following command:</p>
<p><em>sudo chown -R USER.USER ~/.ies4linux </em></p>
<p>Where USER is the user name you log in with (in my case jlwallen)</p>
<p>The problem is that some of the files/directories in the ~/.ies4linux directories are installed as the root user. Your standard user will not be able to issue those command or use those files. So changing the ownership of the files and directories within the <strong>~/.ies4linux</strong> directory solves that issue.</p>
<p><strong>Final thoughts</strong></p>
<p>Having IE 6 on your machine will not solve a lot of problems. But having the ability to test features of your web sites with as many browsers as possible is always good. Hopefully IE 7 will be supported soon which will bring even more validity to the IEs4Linux project.</p>

	Tags: <a href="http://www.ghacks.net/tag/ie4linux/" title="IE4Linux" rel="tag">IE4Linux</a>, <a href="http://www.ghacks.net/tag/internet-explorer/" title="internet-explorer" rel="tag">internet-explorer</a>, <a href="http://www.ghacks.net/tag/wine/" title="wine" rel="tag">wine</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/21/youtube-file-hack-tool-for-internet-explorer/" title="Youtube File Hack Tool For Internet Explorer (July 21, 2008)">Youtube File Hack Tool For Internet Explorer</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/06/27/you-better-stop-using-internet-explorer-for-now/" title="You better stop using Internet Explorer for now (June 27, 2008)">You better stop using Internet Explorer for now</a> (18)</li>
	<li><a href="http://www.ghacks.net/2009/04/04/xenocode-web-browser-sandbox/" title="Xenocode Web Browser Sandbox (April 4, 2009)">Xenocode Web Browser Sandbox</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/12/15/windows-explorer-menu-editor/" title="Windows Explorer Menu Editor (December 15, 2008)">Windows Explorer Menu Editor</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/06/24/why-you-should-restrict-cookie-access/" title="Why you should restrict Cookie Access (June 24, 2008)">Why you should restrict Cookie Access</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/09/09/install-internet-explorer-on-linux-with-ies4linux/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Ghacks Christmas Giveaway: Crossover</title>
		<link>http://www.ghacks.net/2008/12/14/ghacks-christmas-giveaway-crossover/</link>
		<comments>http://www.ghacks.net/2008/12/14/ghacks-christmas-giveaway-crossover/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 10:00:30 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[crossover pro]]></category>
		<category><![CDATA[ghacks Christmas giveaway]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8997</guid>
		<description><![CDATA[Fourteenth day of the Ghacks Christmas Giveaway. Mainly software programs for Windows were handed out in the last two weeks. This changes today as we managed to get our hands on 10 licenses for Crossover Linux Pro and 10 licenses for Crossover Mac Pro. This was one of the products that some of you recommended [...]]]></description>
			<content:encoded><![CDATA[<p>Fourteenth day of the Ghacks Christmas Giveaway. Mainly software programs for Windows were handed out in the last two weeks. This changes today as we managed to get our hands on 10 licenses for Crossover Linux Pro and 10 licenses for Crossover Mac Pro. This was one of the products that some of you recommended for the Giveaway and <a href="http://www.codeweavers.com">Codeweavers</a>, that&#8217;s the company producing both products, was nice enough to donate the licenses.</p>
<p>Crossover is a commercialized version of Wine, a re-implementation of the Win32 API, which allows to run Windows software naively on the operating system. Crossover Mac Pro is therefor capable of running Windows software in <a href="http://www.codeweavers.com/products/cxmac/">Mac OS X</a> while <a href="http://www.codeweavers.com/products/cxlinux/">Crossover Linux Pro</a> can do the same under Linux.</p>
<p>The benefits of this solution are obvious. Crossover (or Wine for that matter) provide the means to run Windows software directly in another operating system. This is a difference to dual boot systems where the user has to switch between the systems and virtual machines which also need time to boot and do not provide the same levels of performance.</p>
<p><span id="more-8997"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/12/crossover_mac-500x312.jpg" alt="crossover mac" title="crossover mac" width="500" height="312" class="alignnone size-medium wp-image-8998" /></p>
<p>It should be mentioned that it is not possible to run all Windows applications with Crossover. Codeweavers have created a table with compatibility ratings for windows applications.</p>
<p>The benefits of Crossover over Wine are noteworthy as well. Crossover, being a commercialized version of Wine, comes with several functions not found in Wine. This includes graphical and one-click installer for Windows applications among other things.</p>
<p>Codeweavers officially supports several applications and games in both versions of Crossover. </p>
<p><strong>Applications:</strong>
<ul>
<li>Microsoft Office 2007, 2003, XP, 2000 and 97</li>
<li>Microsoft Visio</li>
<li>Microsoft Project</li>
<li>Quicken</li>
<li>and others</li>
</ul>
<p><strong>Games:</strong></p>
<ul>
<li>World of Warcraft</li>
<li>Team Fortress 2</li>
<li>Civilization IV</li>
<li>Half-Life 2</li>
<li>and others</li>
</ul>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/shot_linux_cxsetup-500x312.jpg" alt="shot_linux_cxsetup" title="shot_linux_cxsetup" width="500" height="312" class="alignnone size-medium wp-image-8999" /></p>
<p>You can win one of ten licenses for Crossover Mac Pro or Crossover Linux Pro. Please mention your operating system in the comment so that I know which version you need.</p>

	Tags: <a href="http://www.ghacks.net/tag/crossover-pro/" title="crossover pro" rel="tag">crossover pro</a>, <a href="http://www.ghacks.net/tag/ghacks-christmas-giveaway/" title="ghacks Christmas giveaway" rel="tag">ghacks Christmas giveaway</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/macintosh/" title="macintosh" rel="tag">macintosh</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/wine/" title="wine" rel="tag">wine</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/18/open-xml-viewer-for-microsoft-word-2007/" title="Open XML Viewer For Microsoft Word 2007 (May 18, 2009)">Open XML Viewer For Microsoft Word 2007</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/06/05/google-chrome-builds-for-mac-and-linux-appear/" title="Google Chrome Builds For Mac And Linux Appear (June 5, 2009)">Google Chrome Builds For Mac And Linux Appear</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/12/22/ghacks-christmas-giveaway-winsnap-and-windowspace/" title="Ghacks Christmas Giveaway: WinSnap And WindowSpace (December 22, 2008)">Ghacks Christmas Giveaway: WinSnap And WindowSpace</a> (78)</li>
	<li><a href="http://www.ghacks.net/2008/12/15/ghacks-christmas-giveaway-usb-safely-remove/" title="Ghacks Christmas Giveaway: USB Safely Remove (December 15, 2008)">Ghacks Christmas Giveaway: USB Safely Remove</a> (34)</li>
	<li><a href="http://www.ghacks.net/2008/12/06/ghacks-christmas-giveaway-sandboxie/" title="Ghacks Christmas Giveaway: Sandboxie (December 6, 2008)">Ghacks Christmas Giveaway: Sandboxie</a> (123)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/14/ghacks-christmas-giveaway-crossover/feed/</wfw:commentRss>
		<slash:comments>87</slash:comments>
		</item>
		<item>
		<title>ReactOS: Open source Windows</title>
		<link>http://www.ghacks.net/2008/10/20/reactos-open-source-windows/</link>
		<comments>http://www.ghacks.net/2008/10/20/reactos-open-source-windows/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 21:04:23 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[reactos]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7755</guid>
		<description><![CDATA[Windows is a proprietary operating system which you cannot compile or modify at a sourcecode level. This allows Microsoft to maintain control of their operating system and many people disagree with the notion of using closed source software.
ReactOS is a free and open-source operating system, which has been in the alpha stage of development for [...]]]></description>
			<content:encoded><![CDATA[<p>Windows is a proprietary operating system which you cannot compile or modify at a sourcecode level. This allows Microsoft to maintain control of their operating system and many people disagree with the notion of using closed source software.</p>
<p><a href="http://www.reactos.org/">ReactOS</a> is a free and open-source operating system, which has been in the alpha stage of development for about 10 years, which allows Windows applications and libraries to be executed without having to use a single piece of Microsoft-owned code! </p>
<p>A similar project to ReactOS is WINE, which allows you to execute Windows binaries in Linux and OS X.</p>
<p>ReactOS has an easy-to-use graphical interface, which resembles Windows Classic. Some things, like the Windows logo, are avoided however. It adds some features Windows lacks, such as virtual desktops.</p>
<p><span id="more-7755"></span>The practical uses of ReactOS are somewhat limited. The operating system can run many Win32 applications, but this is patchy, and support for .NET Framework applications, OpenGL and DirectX is still being developed. Their own website acknowledges that ReactOS is &#8216;not recommended for everyday use&#8217;.</p>
<p><a href="http://www.reactos.org/en/screenshots.html">Their website boasts a selection of screenshots</a> of all sort of programs running under ReactOS, for example OpenOffice.org, Mozilla Firefox, VB5, Winamp, Diablo 2 and Unreal Tournament!</p>
<div id="attachment_7758" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.ghacks.net/wp-content/uploads/2008/10/reactos-500x375.jpg" alt="ReactOS with a classic Windows game!" width="500" height="375" class="size-medium wp-image-7758" /><p class="wp-caption-text">ReactOS with a classic Windows game!</p></div>
<p>The operating system is probably not usable as of yet as someone&#8217;s main operating system, but its idea and sheer curiosity value makes it fascinating. When it becomes stable, it will be interesting to see how a completely Win32-compatible operating system fares against Windows XP and Windows Vista.</p>

	Tags: <a href="http://www.ghacks.net/tag/open-source/" title="Open Source" rel="tag">Open Source</a>, <a href="http://www.ghacks.net/tag/reactos/" title="reactos" rel="tag">reactos</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/wine/" title="wine" rel="tag">wine</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/12/windows-management-super-maximize-windows/" title="Windows Management: Super Maximize Windows (May 12, 2009)">Windows Management: Super Maximize Windows</a> (9)</li>
	<li><a href="http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/" title="VirtualBox a Vmware alternative (February 10, 2007)">VirtualBox a Vmware alternative</a> (9)</li>
	<li><a href="http://www.ghacks.net/2007/02/21/universal-extractor/" title="Universal Extractor (February 21, 2007)">Universal Extractor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/" title="Top Xp Freeware that every user needs part 3 (November 18, 2006)">Top Xp Freeware that every user needs part 3</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/12/12/taksi-open-source-alternative-to-fraps/" title="Taksi Open Source Alternative to Fraps (December 12, 2006)">Taksi Open Source Alternative to Fraps</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/10/20/reactos-open-source-windows/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
