Path statement in ~/.wine/config is,
"Path" = "/windows; /windows/system; /windows/temp
When wine starts, it gives the following error message,
No '/' allowed in [wine] 'Path=' statement of wine config.
I tried, c:\\, c://, \\, // and /, \.
The windows directory on /dev/hda is:
/windows
/Programs
/Start
/temp
/system
Below is ~/.wine/config/
Any ideas?
Thanks,
cedric
[Drive A]
"Path" = "/mnt/fd0"
"Type" = "floppy"
"Label" = "Floppy"
"Serial" = "87654321"
"Device" = "/dev/fd0"
[Drive C]
"Path" = "/windows"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
[Drive D]
"Path" = "/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/cdrom"
[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"
[Drive F]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"
[wine]
"Windows" = "/windows"
"System" = "/windows/system"
"Temp" = "/windows/temp"
"Path" = "/windows;/windows/system;/windows/temp"
"Profile" = "/windows/Profiles/Administrator"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "wineshelllink"