Jeremy Huddleston Sequoia
Jeremy Huddleston Sequoia
Perhaps we should handle the "no connected displays" case differently... if we have no existing config, we should change to 800x600. If we have an existing config, we should just...
This might be an easy bug for someone to contribute a change for. Just search xorg-server for that log message ("CoreGraphics has reported no connected displays") and change the logic.
Sorry, I don't quite follow what you're reporting here. What is the issue you are seeing with XQuartz?
Can you please file a bug report at http://bugreport.apple.com and report the FB# back here? Thanks.
There were some other fixes in beta2. Did they happen to address this issue?
Thanks for including that in the feedback report. It's on the right team, and they're investigating it.
This would require 1 of 2 things to fix: 1) libXplugin (or APIs below it) would need to be fixed to draw the dark mode titlebars. 2) We'd need to...
We're also seeing something similar on darwin, where we use `-Wl,-rpath` and not `-Wl,-R`. In my case, I'm specifying `-Wl,-rpath,/opt/X11/lib/asan` in LDFLAGS at configure time. ``` $ otool -l ./build.arm64/cvt/cvt...
Hmm... it looks like the darwin case is different. It looks like you are matching `-Wl,-rpath,...`, and it looks like you *intend* to honor LDFLAGS that were specificed: ``` #...
What versions of XQuartz are you seeing crash? Have you tried the current beta? Older versions?