Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: P5music on October 04, 2010, 09:29:33 AM

Title: microcore & wine (windows) applications
Post by: P5music on October 04, 2010, 09:29:33 AM
Hello,
I would like to know if microcore can run windows graphical application through wine, being Xserver not present.
Thanks
Title: Re: microcore & wine (windows) applications
Post by: tinypoodle on October 04, 2010, 09:41:16 AM
Code: [Select]
Wine is an Open Source implementation of the Windows API on top of X and Unix.
http://sourceforge.net/news/?group_id=6241
Title: Re: microcore & wine (windows) applications
Post by: curaga on October 04, 2010, 09:49:45 AM
Where would it output?

If the app wants to pop a window, it needs to have a screen. Wine only does X11, so if there's no local X server, you'd need a remote one (for example over ssh).