From owner-freebsd-questions@FreeBSD.ORG Fri Jul 3 21:18:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3BB5106566C for ; Fri, 3 Jul 2009 21:18:12 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 5DE6D8FC13 for ; Fri, 3 Jul 2009 21:18:12 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id n63LIBcY008210; Fri, 3 Jul 2009 15:18:11 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id n63LIBTq008207; Fri, 3 Jul 2009 15:18:11 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 3 Jul 2009 15:18:11 -0600 (MDT) From: Warren Block To: Daniel Underwood In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (wonkity.com [127.0.0.1]); Fri, 03 Jul 2009 15:18:11 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: Hide Terminal window (using xfce4. and 7.2-RELEASE)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2009 21:18:13 -0000 On Fri, 3 Jul 2009, Daniel Underwood wrote: > Whenever I run the particular Linux MATLAB installation I have access > to, it must be run from the command-line. Why? More specifically, can't it be started from the XFCE menu with "Run Program" or right-click the desktop and "Create Launcher"? > Consequently, I have the MATLAB gui and an open terminal window (which > only gets in the way). Is there a way to "hide" this terminal window > completely? If I close it, MATLAB closes. I know I can move it to > another Workspace, but I'm hoping there's another way. Can't see your command line. If it's just a single command, you could run it as command & which will run command in the background and leave it running if you close the terminal window. -Warren Block * Rapid City, South Dakota USA