From owner-freebsd-questions@FreeBSD.ORG Fri Jul 3 22:48:33 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 421C41065672 for ; Fri, 3 Jul 2009 22:48:33 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id 00AB58FC21 for ; Fri, 3 Jul 2009 22:48:32 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) DKIM-Signature: v=1; a=rsa-sha1; d=embarqmail.com; s=s012408; c=relaxed/simple; q=dns/txt; i=@embarqmail.com; t=1246660111; h=From:Subject:Date:To:Mime-Version:Content-Type; bh=GugzNC5icw5aJmXRjvBZcsydVaI=; b=Zxsg5DYxVyjStaVOGjl1rZcYXvBAYD3+RI3XeHgTNlffjgpn6gbebaIIIWIOFo+v HntUg9DhxRJ1w0d4hfvwbQTOXAt1xZJj5rUfNN73dCEdnT1cN5UqYfs8BOQn78np; X-BINDING: X-Spam-Rating: None X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.0 c=1 a=Srg5NvXmCh0A:10 a=pGLkceISAAAA:8 a=mDV3o1hIAAAA:8 a=7uudbz8y69KKk2h9_HAA:9 a=hVgBTkYUyzGHKbYUc8l2w2U3Hi8A:4 a=MSl-tDqOz04A:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp03.embarq.synacor.com smtp.user=rpratt1950@embarqmail.com; auth=pass (LOGIN) Received: from [71.3.146.242] ([71.3.146.242:51132] helo=tv.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.2.40 r(29895/29896)) with ESMTPA id FE/DF-14137-F068E4A4; Fri, 03 Jul 2009 18:28:31 -0400 Date: Fri, 3 Jul 2009 18:28:29 -0400 From: Randy Pratt To: freebsd-questions@freebsd.org Message-Id: <20090703182829.9f0d6199.bsd-unix@embarqmail.com> In-Reply-To: References: X-Mailer: Sylpheed 2.6.0 (GTK+ 2.14.7; i386-portbld-freebsd6.4) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Daniel Underwood 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 22:48:33 -0000 On Fri, 3 Jul 2009 17:21:58 -0400 Daniel Underwood wrote: > > Why? =A0More specifically, can't it be started from the XFCE menu with = "Run > > Program" or right-click the desktop and "Create Launcher"? >=20 > I don't know, honestly. Whenever I try to run it from a Launcher or > via Run Program, it will display the splash screen, but then > terminate. This also happens on all Linux machines I use. I'm not familar with MATLAB but you may find ports/sysutils/screen helpful. See http://www.gnu.org/software/screen/ for more information. I use it for starting some programs in a detached mode but they can be reattached at any time. HTH, Randy