Aman
Aman
I'm pretty clueless in this area and haven't had time to research it yet. I think the gtk libraries would support it. It may be a matter of using newer...
Yes it did -- kind of. I removed that line but somehow the variable was still coming through as GDK_BACKEND=x11. I tested this by printing out the environment variable in...
Totally agree. Thanks for all the work on this though. I know Linux is tough, but actually what I realized is that at least for my app there are significantly...
I am having this same issue trying to build for windows / amd64, but under linux. Using WSLv2 I'm able to build / run just fine on linux, but can't...
> Just weighing in that I was able to remove the GDK_BACKEND line (and the import of "os") and build the same application as @achhabra2 without any issues running in...
I'm also running into the Segmentation Fault issue exactly as you mentioned. Except I am not using docker. Running on Fedora 37. I manually created a Python 3.10 virtual environment...