--- James Hawkins truiken@gmail.com wrote:
On 5/6/05, William Poetra Yoga H williampoetra@yahoo.com wrote:
*If* we're at the very least worried about not having an existing z: drive (like with winecfg), I suggest we make z: a default drive for / (or is it already implemented??) So if there's already an existing z: symlink in ~/.wine/dosdevices, we use that, otherwise imply z: -> /
That's the beauty of it! wineprefixcreate sets z: to point to / automatically. Of course the user can always change what z: points to, but / is the default location.
What I mean is, z: -> / is implied in the source. So even without a z: symlink, the z: drive will appear and contains the files in /. This is an extension by itself, but I think it's better than enabling users to input unix paths in dialog boxes.
William Poetra Yoga Hadisoeseno
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Hello,
William Poetra Yoga H wrote:
That's the beauty of it! wineprefixcreate sets z: to point to / automatically. Of course the user can always change what z: points to, but / is the default location.
What I mean is, z: -> / is implied in the source. So even without a z: symlink, the z: drive will appear and contains the files in /. This is an extension by itself, but I think it's better than enabling users to input unix paths in dialog boxes.
Well, as a user I still like to have Unix paths in the dialog box if I buy a Linux application (as I user I don't care whether it uses internally wine/winelib or Gtk or Qt). I don't want to convert "/home/user/a very long path/FOO/my.file" into "z:\home\user\a very long\path\FOO\my.file" instead of simply pasting it into the open-file dialog. (I actually would expect that "/FOO/" and "/foo/" are distingushed and that a filename like "My\funny\file" works, ok no one uses '' for filenames, but having both "/PDF/" and "/pdf/" happend actually to me. ;)
But this is from a pure user point of view.
Tobias, who has a Corel Draw for Linux which doesn't want to run anymore.