Closed phiola closed 1 year ago
Hello,
This issue is very complicated to fix without more logs than your video. However, as explained in the troubleshoot that you linked, it is known that GAMA doesn't work with Wayland and you should run it using x11/xwayland (it is done with the env var GDK_BACKEND
).
I don't know how you installed/run GAMA on your system, but you can try this command and see if the issue remains : GTK_THEME=Adwaita GDK_BACKEND=x11 /path/to/gama-platform/Gama
Also, as your issue seems to be related to SWT (the library in charge of GUI), maybe you can check if comments on this similar issue can help you https://github.com/eclipse-platform/eclipse.platform.swt/issues/158
Describe the bug Gama becomes unresponsive after a short while when switching to other windows.
To Reproduce Steps to reproduce the behavior:
Expected behavior Gama should still be responsive.
Screenshots
Gama_unresponsive.webm
Desktop (please complete the following information):
Additional context I am using this workaround to use Gama. Could this problem be related?