Run a mac application from within Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Lefteous
Newbie
Newbie
Posts: 3
Joined: Thu Mar 05, 2009 4:30 am

Run a mac application from within Wine

Post by Lefteous »

Is it possible to run a Mac application from within Wine?
Michael McStarfighter

Run a mac application from within Wine

Post by Michael McStarfighter »

No. Wine is an API for Windows apps, not for Mac apps. And since now there
is no API for Mac apps under Linux ...

2009/3/5 Lefteous <[email protected]>
Is it possible to run a Mac application from within Wine?





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Run a mac application from within Wine

Post by vitamin »

Lefteous wrote:Is it possible to run a Mac application from within Wine?
Of course you can: http://wiki.winehq.org/FAQ#head-68d921c ... 58d76ff51f
Lefteous
Newbie
Newbie
Posts: 3
Joined: Thu Mar 05, 2009 4:30 am

Post by Lefteous »

Thanks for the hint to the FAQ!
It decribes how to run a Linux application. Is it also possible to run a Macintosh binary inside a ".app" folder from Wine? Has someone an easy example for me?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Lefteous wrote:Thanks for the hint to the FAQ!
It decribes how to run a Linux application. Is it also possible to run a Macintosh binary inside a ".app" folder from Wine? Has someone an easy example for me?
This applies to any *NIX not just Linux. Mac OS X is *NIX after all.
James Mckenzie

Run a mac application from within Wine

Post by James Mckenzie »

vitamin <[email protected]> wrote on March 6th:
Lefteous wrote:
Thanks for the hint to the FAQ!
It decribes how to run a Linux application. Is it also possible to run a Macintosh binary inside a ".app" folder from Wine? Has someone an easy example for me?
This applies to any *NIX not just Linux. Mac OS X is *NIX after all.
This is very true. However, this may appear to be difficult, but you have to remember that a .app folder is 'special' but if you want to run an executible from within it, you certainly can. Some programs rely on scripts that are included, but not visible, with the .app or they will not run or run poorly.

James McKenzie
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Run a mac application from within Wine

Post by austin987 »

On Thu, Mar 5, 2009 at 3:34 AM, Lefteous <[email protected]> wrote:
Is it possible to run a Mac application from within Wine?





Are you trying to run a Mac application through wine, e.g., on Linux?
Or are you trying to call a Mac binary under Wine while running Wine
on OS X?

--
-Austin
User avatar
FatButtLarry
Level 3
Level 3
Posts: 70
Joined: Sat Feb 23, 2008 1:08 pm

Run a mac application from within Wine

Post by FatButtLarry »

On Fri, Mar 6, 2009 at 4:25 PM, Austin English <[email protected]> wrote:
On Thu, Mar 5, 2009 at 3:34 AM, Lefteous <[email protected]> wrote:
Is it possible to run a Mac application from within Wine?





Are you trying to run a Mac application through wine, e.g., on Linux?
Or are you trying to call a Mac binary under Wine while running Wine
on OS X?

--
-Austin


--


James is correct.

On mac, the .app is actually a folder.

Use command line to get to the launcher. It is usually in a MacOS
folder I think.

If you can't get it to launch from terminal, try the "open" command.
Here's a tutorial:

http://macosx.com/forums/howto-faqs/295 ... minal.html

-Tres

- [email protected]
Lefteous
Newbie
Newbie
Posts: 3
Joined: Thu Mar 05, 2009 4:30 am

Post by Lefteous »

Thanks to all of you. I didn't think it would be that simple.
Locked