http://bugs.winehq.com/show_bug.cgi?id=1723
------- Additional Comments From office@liquid-light.org 2003-19-09 03:54 ------- Winesetup. It looks like as if the drive will be changed in a wrong way. Look at the entry that is done in the config file:
[Drive] "V" = "" "Path" = "${HOME}" "Type" = "network" "Device" = "" "Filesystem" = "win95"
Drieve is missing, instead a new entry will be created. Label is missing too ("Label" = "").This is the first fault.
[Drive X] "Type" = "hd" "Path" = "/tmp" "Label" = "Tmp Drive" "FS" = "win95"
This is the second fault, because I changed the drive to "V". So the second change wasn't performed. Now it becomes more confusing. I restarted winesetup. I changed drive "X" to "W". I added a drive "K" (some network stuff) I made a fault there and edited drive "K" (from floppy to network). And save the config settings. Now I have no drive "X" nor "W" and I have "K" twice. The first version with the floppy and the second edited version with [Drive] and "K"="".
We have different entries for "FS" and "Filesystem". Can we have only "Filesystem" because that makes it clearer?
With the ADD - EDIT dialog, I have no possibility to set up a LABEL. I have to do it afterwards in the config file. Can that be changed?
Best regards UK