[display_podcast]
At some point most Linux desktop users do end up needing or wanting to run a Windows program. There are some Windows apps that are arguably better than the Linux equivalent or that are required for some specific tasks. For instance, when working on a website I like to make sure that it will display properly in Mozilla browsers like Firefox and also in Opera and Microsoft Internet Explorer. To do this many Linux users end up dual-booting or setting up WINE to run the program. Dual booting has obvious draw-backs, you can't run Windows and Linux apps side-by-side, nor can you probably even access the same files in Windows that you had access to on your Linux desktop. It's also a waste of time to watch your computer reboot every time you have to switch between Linux and Windows. WINE has its own fair share of problems too. It can be slower and is often difficult (or nearly impossible) to setup and get Windows programs running with.
For my own purposes I have found an alternate solution. I run a full Windows OS in a virtualized Vmware or Xen environment. Then I export applications individually using rdesktop and a modified server side component for RDP (Remote Desktop Protocol). This allows me to export just one or more applications rather than working on a Windows desktop inside a window on my Linux desktop. The individual applications show up in kicker (the KDE taskbar) just like Firefox and Open Office do. I can copy and paste from one to another or from Windows applications to Linux applications . Most apps work this way, the only one that I've had real trouble with is cmd.exe which refuses to display properly.
Continue reading "Another Way to Run Windows Applications on Linux"