Wine is capable of "emulating" many different versions of Windows. Wine is not perfect, however; it runs slower than a normal Windows installation and it is not a stable product. Certain problems occur when running Free Agent; these are discussed in the "Problems and Issues" section of the document.
Before Free Agent can be run under Linux, a certain file from a Windows installation need to be copied to Free Agent's root directory. The instructions are similar for both Windows 98SE and Windows XP configurations. Below are the instructions describing how to configure Wine for Free Agent.
First, find the section "[Version]
" in the
.wine/config
file, and make sure that
"win98
" is the version Wine will imitate:
[Version] ; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31) "Windows" = "win98"
Next, add an entry to the "AppDefaults
"
section which will also tell Wine to use certain files from Windows rather
than Wine.
;; sample AppDefaults entries [AppDefaults\\agent.exe\\DllOverrides] "comdlg32.dll" = "native"
Several DLL files must first be copied to the root Free Agent directory from an existing Windows installation.
If Free Agent lies on a Windows partition on the same machine, you must copy the DLL files to the Free Agent root directory. Free Agent will be run from this directory on the Windows partition.
If Free Agent is being run on a Linux-only machine, you must download Free
Agent to your fake C drive (usually $HOME/c
). You must
then use the supplied installer according to the instructions in the
subsection below entitled
"Using the Installer."
Alternatively, you may copy an existing Free Agent folder to your fake
C drive. The root Free Agent directory must include the DLL files mentioned in
the following subsections.
To install Free Agent, simply download the installer to your fake C drive, open up a terminal window, navigate to your fake C drive, and type:
wine installer
.exe
(where installer
is the name of the installer). Installation
should work fine from here. Be sure to copy the DLL files mentioned in the rest
of this section to your Free Agent root directory before running the program.
Using a terminal window, navigate to the root Free Agent directory and type:
wine agent.exe
Use Free Agent normally, noting the exceptions in the next section, entitled "Problems and Issues" Note that these are problems with Wine's "emulation," not Free Agent.
ASCII art requires fixed-width fonts to view. Only the font "Misc Fixed" will work.
To change the font, go into Options -> Display Preferences -> Fonts -> Fixed-Pitch Body. Make sure the font "Misc Fixed" is being used.
If a Wine version greater than 20030813 is being used, an attempt to add an attachment to a message will not open a file dialog box. Try to use Wine version 20030813 whenever possible.