On Thu, 20 Feb 2003 21:40:53 +0100 andre <[EMAIL PROTECTED]> wrote: > On Thursday 20 February 2003 20:09, rcc wrote: > > On Thu, 20 Feb 2003 18:39:24 +0100 > > > > andre <[EMAIL PROTECTED]> wrote: > > > winemine is buildin, notepad is a script to use the windows > > > version. > > > > err, not necessarily, on my box it uses builtin notepad, I'm pretty > > sure of that because there is no windows around here > > Your right > > > checking the /usr/bin/notepad script i see this > > # then default bin directory > if [ -x "/home/viet/rpm/tmp/wine-root/usr/bin/wine" ]; then exec > "/home/viet/rpm/tmp/wine-root/usr/bin/wine" "$appname" "$@"; fi > ^^^^ hehe, I've dealt with that already, the whole line is disabled by my patch. As is basically everything between the first and last statement of the script.
[markd@pc4 markd]$ strace -f notepad 2>&1 | grep notepad ... [pid 10974] open("/usr/lib/wine/notepad.exe.so", O_RDONLY|O_LARGEFILE) = 6 [pid 10974] open("/usr/lib/wine/notepad.exe.so", O_RDONLY) = 6 ... there's wine's builtin notepad - Mark