I'm running a build command on Ubuntu 12.04. The command opens a GUI for a few seconds, and then closes it. I'm finding this kind of disruptive -- is there a way to alter the command-line syntax to hide the GUI or pipe it elsewhere?
Specifically, I'm using Arduino 1.5.2's new command-line support:
arduino --verify /home/matt/blink/blink.ino
This pops up the standard Arduino IDE to perform the build or upload.