A little Wine with your Linux?

By Scott Lowe
07 October 2003 10:10 AM
Tags: linux, lowe, wine

What about other applications?
Although Notepad can certainly serve a purpose, you'll probably want to install something a tad more useful on your Linux system. A vast number of applications—1,604 as of this writing—are listed in the Wine application database. This doesn't mean that the application necessarily works, but that someone has taken the time to attempt it.

Installing programs under Wine can take significant time and effort. Often, it's not a matter of sticking the CD in the system and running the installer. You have to do a lot of tweaking, and you might be lucky to get the application to start at all. That's the price you must pay to run an application on an OS that it wasn't designed to run on. To demonstrate, I'll try to install an evaluation copy of JASC's Paint Shop Pro 8.

Paint Shop Pro 8
First, I download Paint Shop Pro 8 from the JASC Web site. Then, I use this command to begin the installation:
/usr/bin/wine psp801ev.exe

where psp801ev.exe is the downloaded file. I'm greeted with the installation wizard shown in Figure C.


Figure C


The wizard will install Paint Shop Pro 8 to the "C: drive" that Wine uses. Unfortunately, this is about as far as I get before I'm unceremoniously dropped back to a Wine command prompt. At that point, I type quit to exit, and the installer stops. A huge number of errors are reported in the shell screen I used to launch the Wine/PSP8 installation, as well.

Thinking that maybe Paint Shop Pro 8 is too new and includes some feature that Wine doesn't yet support, I try the CD version of Paint Shop Pro 7—but the results are similar. The Wine application support site offers instructions to get PSP7 running. Unfortunately, they're for a specific edition of PSP7. The workarounds to get PSP7 running under Wine basically involve installing it on a Windows machine and then copying the entire installation along with the related registry keys over to the Linux machine. When I try this, the Wine version of Regedit crashes each time I attempt to import the registry keys that PSP7 needs.

Software that does work
The Wine Web site includes a couple of lists of software that works with little or no tweaking. These applications include PuTTY, mIRC, WS-FTP LE, Acrobat Reader 5.05, WinZip, WinAmp, and SnagIt. Although I respect the work that has been done to get Wine where it is, I'm not sure that these Windows applications are all that useful under Linux, since it already has native utilities that will do the same things. It's not like running OpenOffice instead of Microsoft Office, where differences in functionality could confuse users. I much prefer native utilities, and I think most people would want to use Wine to run Windows applications that don't have an equivalent program on Linux.

What I learned
Would I use Wine in a production environment? The answer, unfortunately, is no. Despite my respect for the project effort, in a production environment where users are pounding away at machines and trying to meet deadlines, the house of cards that is built with Wine alone might create serious support issues for the IT department—as well as productivity problems for users. Sure, an application might be able to run after some tweaking and creative thinking, but troubleshooting a software problem would be much more difficult due to all of the added factors involved. In addition, to get certain applications running, you need to find DLLs (on older Windows CDs or on Web sites that house them) and copy them to appropriate locations on the Wine machine.

I would rather run CrossOver Office 2 by CodeWeavers (the primary corporate backer of the open source Wine Project), which nicely supports a number of common and useful Windows programs such as Microsoft Office 2000. (It's also been reported that Paint Shop Pro 8 installs flawlessly under CrossOver Office 2.) I don't see programs such as mIRC and WS-FTP LE—which Wine supports nicely—being all that useful for businesses.

Wine seems to be a good starting point for users who want to make the break from Windows to Linux and who don't mind experimenting. But companies that want to run Linux desktops and still need to access several Windows applications may be better served by running CrossOver Office.

TechRepublic is the online community and information resource for all IT professionals, from support staff to executives. We offer in-depth technical articles written for IT professionals by IT professionals. In addition to articles on everything from Windows to e-mail to fire walls, we offer IT industry analysis, downloads, management tips, discussion forums, and e-newsletters.

©2003 TechRepublic, Inc.

Advertisement

Talkback 0 comments

Sponsored content

Power Centre - Content from our premier sponsors

Blogs

Tags

Back to top

Featured