-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oni2 not usable when built from source. #2816
Comments
Hey @benwainwright ! Awesome, can always use extra help 😄
Interesting - part of the fix for this was to add a For development builds, we're not creating a plist at all (we're only generating one on release here: Line 146 in 9f3c85e
Info.plist in development builds too
|
Ok, well maybe that can be my first contribution. I'm a web/react developer by day and completely new to the reason/ocaml/dune/esy domain, so I'll be slow moving. But I've done some digging and read some docs and some of your code and I think I understand the following:
So if I understand this correctly, the only way to include an Line 7 in da63813
or a separate script that people need to execute themselves, similar to the |
Most of the contributors have a web background - that's a perfect skillset. Revery / Reason is like React taken to the extreme 😎 But the build / tool chain is quite different for sure!
Actually, @zbaylin discovered we could just put an I'll put together a prototype branch for that - we can give it a shot and see if that addresses the issue |
Great thanks! |
Giving it a shot here: #2822 If you'd be up for trying it out, that would be a huge help:
...we'll see if it fixes the issue 🤞 |
I think it's good to have it in either case - it means the development builds are closer to what we ship, anyway |
@bryphe Yup, that did the trick! |
Awesome! Thanks @benwainwright |
Fix #2816 - Use a development `Info.plist` that specifies the `NSSupportsAutomaticGraphicsSwitching` setting.
Hey there!
So I wanted to have a go at contributing, except there is a bit of a snag...
You may remember that I opened #1185 a while back, and the issue was resolved. Well, it seems to be back, but oddly enough only when I build from source.
I've downloaded the latest nightly dmg from the website and that works fine. I've also confirmed it appears to be the same issue by unplugging my external monitor and trying the build from source version, and sure enough, when I do that, it works fine.
🤦
The text was updated successfully, but these errors were encountered: