Re: Making wine default to the Mac Driver on OS X

2013-03-05 Thread Per Johansson
On Mon, Mar 4, 2013 at 8:36 PM, Alexandre Julliard wrote: > Ken Thomases writes: > >> If the concern is what you get when you're ssh'd into a remote system, >> then it's probably possible for the Mac driver to detect when it >> doesn't have GUI console access and fail. Then, Wine could fall back

Re: Making wine default to the Mac Driver on OS X

2013-03-04 Thread Alexandre Julliard
Ken Thomases writes: > My feeling (like Josh's and Per's) is that the Mac driver should be > what you get by default, in most cases, without taking any special > steps. I think we all agree on that. My point is that you shouldn't have to take special steps even when the Mac driver is not approp

Re: Making wine default to the Mac Driver on OS X

2013-03-04 Thread Ken Thomases
My feeling (like Josh's and Per's) is that the Mac driver should be what you get by default, in most cases, without taking any special steps. If the concern is what you get when you're ssh'd into a remote system, then it's probably possible for the Mac driver to detect when it doesn't have GUI

Re: Making wine default to the Mac Driver on OS X

2013-03-04 Thread Alexandre Julliard
Josh DuBois writes: > On 3/4/13 4:28 AM, Per Johansson wrote: >> I agree that the default on mac should be mac,x11, but I don't >> really see the reason an override can't be set in registry. Is it >> just because registry is considered too complicated to modify? > I think one concern is not forci

Re: Making wine default to the Mac Driver on OS X

2013-03-04 Thread Josh DuBois
On 3/4/13 4:28 AM, Per Johansson wrote: I agree that the default on mac should be mac,x11, but I don't really see the reason an override can't be set in registry. Is it just because registry is considered too complicated to modify? I think one concern is not forcing people to mod the registry in

Re: Making wine default to the Mac Driver on OS X

2013-03-04 Thread Per Johansson
On Sat, Mar 2, 2013 at 7:20 PM, Josh DuBois wrote: > With Friday's release, I am interested in making the Mac Driver wine's > default on OS X. My own immediate motivation is largely so we at > CodeWeavers can start testing it as a default internally (which obviously we > can do on our own, regard

Re: Making wine default to the Mac Driver on OS X

2013-03-02 Thread Vincent Povirk
Maybe we could just skip loading the x11 driver is DISPLAY is unset. It brings some logic into the driver logic that doesn't really belong there, but it seems like a reasonable optimization and in practice would work the way Alexandre wants even when the x11 libraries are as spectacularly broken as

Making wine default to the Mac Driver on OS X

2013-03-02 Thread Josh DuBois
With Friday's release, I am interested in making the Mac Driver wine's default on OS X. My own immediate motivation is largely so we at CodeWeavers can start testing it as a default internally (which obviously we can do on our own, regardless, if needed), but I figured I'd ask the wider commun