<?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 &#124; Latest Tech News, Software And Tutorials &#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 news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 09:07:37 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <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[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Tutorials Basic]]></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 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 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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/09/09/install-internet-explorer-on-linux-with-ies4linux/feed/</wfw:commentRss> <slash:comments>13</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 Brinkmann</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> ]]></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 [...]]]></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>ReactOS 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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/10/20/reactos-open-source-windows/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> </channel> </rss>
