How Do I launch a Native Linux application from Within Wine

Kuba Ober kuba at mareimbrium.org
Thu Oct 13 07:10:30 CDT 2005


> I have tried calling a native linux program with these (nautilus) and it
> consistently fails. Do I need a fully specified path (nautilus is in the
> search path mind you)?

I'd say that you're free to use a linux syscall to do whatever you want, 
including forking the process and exec'ing the linux program. That's the 
beauty of wine. You have win32 *and* linux APIs available at the same time.

Cheers, Kuba



More information about the wine-devel mailing list