summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xunity-editor4
1 files changed, 4 insertions, 0 deletions
diff --git a/unity-editor b/unity-editor
index 0383707fed49..714559a08ff9 100755
--- a/unity-editor
+++ b/unity-editor
@@ -1,2 +1,6 @@
#!/bin/sh
+
+# This prevents the editor from crashing when opening projects in some systems
+unset GTK_IM_MODULE
+
exec /opt/Unity/Editor/Unity "$@"