Author: Sven Knispel
Updated: [udate]
The following article explains the steps of installing Wine on Fedora Core 3, and setting up Lotus Notes.
The same should work on other versions of Fedora (fc1, fc2) as well as on other Linux distributions
Download the binary RPM, e.g. from http://newrpms.sunsite.dk/apt/redhat/en/i386/fc3/RPMS.newrpms/
Install: rpm -ihv wine-0.20041201-1.rhfc3.nr.i386.rpm (as root)
(same worked also with version 20041019)
Start wine: the ~/.wine
configuration directory gets created.
Test if wine works by starting the registry editor: wine regedit
Wine stores drive-mappings in ~/.wine/dosdevices
in form of symbolic links. The symblic links represent the Windows-drives.
ln -s /mnt/
By default the c:
drive is linked to ~/.wine/drive_c
Note: it is not a good idea to set the symlink c:
to the "real" windows drive (if you even have one)
I like winetools for that, the configuration can also be done by editing ~/.wine/config
Winetools can be found at http://www.frankscorner.org/winetools
Among other winetools can be used to install predefined apps like IE6 and install microsoft fonts (see also here for that topic).
Install winetools: tar xvf winetools-2.1.0.tar
Run ./install.sh
(as root)
Run winetools: wt
and select the option to launch.
(without setup, requires an installed version of Lotus Notes that will just be copied)
/mnt/hd_c/Notes
) to ~/.wine/drive_c
chmod -R 770 ~/.wine/drive_c/Notes
~/.wine/drive_c/NotesData
)notes.ini
) to the above created directory: cp -R /mnt/hd_c/NotesData ~/.wine/drive_c/NotesData
chmod -R 770 ~/.wine/drive_c/NotesData
notes.ini
and change the path for "Directory=", "WinNTIconPath=", "SPELL_DIR="
wine c:/Notes/notes.exe =c:/NotesData/notes.ini