Sublime Forum

Gnome UI hangs up when trying to use a custom build system

#1

I’m using nearly standard build system for building scala with SBT, from jboner. I’m pressing F7 and that is the end of story, gnome hangs up completely, nothing works except of Ctrl-Alt-Backspace.

Here is SBT.sublime-build from Packages/User: pastebin.com/DyuXYAUG

Here are contents of sbt-no-color which is being used by SBT.sublime-build: java -Xmx512M -jar -Dsbt.log.noformat=true /usr/share/sbt/sbt-launch.jar “$@”
If I am using just ‘sbt’ instead of ‘sbt-no-color’ result is the same.

Here is strace of the first thread of the editor: ge.tt/8dRGBKC?c (X Server was killed by hand).

Gnome version is 3.2.1, Linux x64. Sublime 2 build 2165.
For example, the Make build system works as a charm.

0 Likes

#2

Aha. It works fine when sublime is started from a terminal. And it hangs gnome when sublime is started not from a terminal but from a gnome-launcher.

0 Likes