Open whiskerz777 opened 1 year ago
Thank you for the detailed description of the issue. When you say that CadQuery/CQ-editor works without the wayland workaround, are you referring to to CadQuery/CQ-editor release 0.2?
At some point soon I plan to target Ubuntu-22.04 as the target for the static builds (which will probably make older linux distros no longer work with the static builds). Thank you for the workarounds as it might be necessary when I move from 20.04 -> 22.04.
Yeah thats right, I am referring to CadQuery/CQ-editor release 0.2, and looking now I can confirm that its running using the X protocol (via xwayland), not natively in wayland. Only difference is it does this automatically rather than needing me to set those variables.
I still need to perform a fix for libstdc++.so.6 on this release, but I realized I can just delete the file rather than replacing it with the libstdc++.so.6 from my system. Guess it finds the system file anyway.
Thanks!
Hi,
Running wayland (sway) on arch linux.
This affects both the release package and the development package. When I run the CQ-editor.sh (or the binary directly) I get the following error:
From what I understand its referencing EGL because thats what wayland uses to avoid dependencies on X but I'm not really across the concepts here.
I can work around this by forcing it to use X instead of Wayland (via xwayland), this is what my CQ-editor.sh looks like now:
I also got the issue from #5 but just solved it by copying my system libstdc++.so.6 into the CQ-Editor subdirectory.
Not sure how easy this is to fix, but this workaround is pretty simple for anyone looking. Its worth me noting too that CadQuery/CQ-editor works fine for me without the wayland workaround (still need the libstdc workaround).
Thanks!