From owner-freebsd-gnome@FreeBSD.ORG Mon May 10 09:05:37 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 901E216A4CF for ; Mon, 10 May 2004 09:05:37 -0700 (PDT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA1A043D48 for ; Mon, 10 May 2004 09:05:36 -0700 (PDT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 6AC907642B for ; Mon, 10 May 2004 18:05:35 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 83313-07 for ; Mon, 10 May 2004 18:05:31 +0200 (CEST) Received: from [192.168.0.9] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 72FA076421 for ; Mon, 10 May 2004 18:05:31 +0200 (CEST) Message-ID: <409FA851.700@webonaut.com> Date: Mon, 10 May 2004 18:05:37 +0200 From: Franz Klammer User-Agent: Mozilla Thunderbird 0.6 (X11/20040510) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD GNOME Users References: <40572AD6.9000508@webonaut.com> In-Reply-To: <40572AD6.9000508@webonaut.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at webonaut.com Subject: Re: j4i - new gnome-terminal "dynamic-title" bug at bugzilla X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 16:05:37 -0000 Franz Klammer wrote: > j4i - gnome-terminal has a problem with the dynamic title and vim, > here the link to the bug: > > http://bugzilla.gnome.org/show_bug.cgi?id=137388 > > franz. > got an answer from the developer and there are two solutions for this problem: 1. send a bug-report to the vim developers: ask that they should change the way setting the title 2. add the following to ~/.cshrc to reset the window-title with nothing before displaying the prompt: switch ($TERM) case "xterm*": set prompt="%{\033]0;\007%} " breaksw default: set prompt=" " breaksw endsw maybe #2 something for the GNOME-FAQ? franz.