summarylogtreecommitdiffstats
path: root/unity-editor
diff options
context:
space:
mode:
authorOscar Morante2015-09-01 17:42:29 +0300
committerOscar Morante2015-09-01 17:42:29 +0300
commit325573792a9fcd92011ad4004b71ee353ec9160b (patch)
tree0a9fd45d84c4d63d69a7568f769009f1dbcc98a0 /unity-editor
parent30481cf2eb61a240c62c0c06f30e09f55f79e73a (diff)
downloadaur-325573792a9fcd92011ad4004b71ee353ec9160b.tar.gz
unset GTK_IM_MODULE before launching editor
Diffstat (limited to 'unity-editor')
-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 "$@"