From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [64.22.125.45] (helo=wiki.koala.it) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1LvoK2-0001BE-Kx for openembedded-devel@lists.openembedded.org; Mon, 20 Apr 2009 09:53:47 +0200 Received: from localhost (localhost [127.0.0.1]) by wiki.koala.it (Postfix) with ESMTP id 45F4E2C7FD for ; Mon, 20 Apr 2009 07:47:26 +0000 (UTC) Received: from wiki.koala.it ([127.0.0.1]) by localhost (wiki.koala.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qgOWJQ0FDvRT for ; Mon, 20 Apr 2009 07:47:24 +0000 (UTC) Received: from [192.168.0.5] (host56-7-static.30-87-b.business.telecomitalia.it [87.30.7.56]) by wiki.koala.it (Postfix) with ESMTP id 8C0B42C797 for ; Mon, 20 Apr 2009 07:47:24 +0000 (UTC) Message-ID: <49EC2909.2030903@gmail.com> Date: Mon, 20 Apr 2009 09:49:29 +0200 From: Marco Cavallini Organization: Marco Cavallini - Bergamo - Italia User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <49EB6F02.1030402@gmail.com> <6978a1740904192319w5ed4ec4bs4c854ecdc540aaa4@mail.gmail.com> In-Reply-To: <6978a1740904192319w5ed4ec4bs4c854ecdc540aaa4@mail.gmail.com> Subject: Re: devshell not working with screen remote shell X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2009 07:53:48 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit s hakkesteegt ha scritto: > You might want to add this to your local.conf > > TERMCMD = "${SCREEN_TERMCMD}" > TERMCMDRUN = "${SCREEN_TERMCMDRUN}" > > devshell will open in a new screen session, witch you can attach to > manually. > I already tried all the available option witout success. Maybe I'm the only using a remote ssh shell + screen... :-( # Some common terminal programs to choose from GNOME_TERMCMD = 'gnome-terminal --disable-factory -t "$TERMWINDOWTITLE"' GNOME_TERMCMDRUN = '${GNOME_TERMCMD} -x $SHELLCMDS' SCREEN_TERMCMD = 'screen -D -m -t "$TERMWINDOWTITLE"' SCREEN_TERMCMDRUN = '${SCREEN_TERMCMD} $SHELLCMDS' XTERM_TERMCMD = 'xterm -T "$TERMWINDOWTITLE"' XTERM_TERMCMDRUN = '${XTERM_TERMCMD} -e $SHELLCMDS' KONSOLE_TERMCMD = 'konsole -T "$TERMWINDOWTITLE"' KONSOLE_TERMCMDRUN = '${KONSOLE_TERMCMD} -e $SHELLCMDS' /marco