Re: xterm-title and gnome-panel disagreement..
- To: mutt-users@xxxxxxxx
- Subject: Re: xterm-title and gnome-panel disagreement..
- From: Bert Babington <bert.babington@xxxxxxxxx>
- Date: Tue, 14 Apr 2009 11:15:42 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=zJwl2oT6JRMtE49uUpl9xc4Oum29tHl8PQdwNvc5UDc=; b=GpQvyUcn53kTZmjb2uusrBnjUohYSoNlHACC/k7/EW1kAJ1a1zApbl8eFx+qMq9hSY g6q0QxrngJWhrngQILYFL0M2NanW/Fp39OdAwl0qLbdwaCXX56ysjn7aAVotfYLlSFKl pTlvoaMtL4UagTneU7UbVdt/H9VJrks0xd3Ck=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=QTDmCb6JgheMrRYYxiyWMrlkePMggmrRXVtMzC+opPIj3kz17YERxzygFj71BieO4g TEhPh+GXgIXiGlrnedVBGF5uGG8L28ixz8SmxyTmg/Zi89XmC9hKVjDZJ2MDz8ZfmaVj oEINO+FIUI5FjYm2R3yKRZTK8/vMczobhj4Bk=
- In-reply-to: <20090413222821.GA14685@rorschach>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- References: <20090410192424.GA13455@rorschach> <20090413161201.5cf490a1@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <20090413222821.GA14685@rorschach>
- Sender: owner-mutt-users@xxxxxxxx
On Mon, 13 Apr 2009 18:28:21 -0400
"J. Limon" <jlimon@xxxxxx> wrote:
> > > set xterm_set_titles=yes
> > > set xterm_title="Mutt: %m (%n)"
> > >
> > > And it works as expected, Mutt: total messages (new) - but
> > > gnome-panel simply says "Mail", I've never had an instance where
> > > the gnome-panel title was different than the xterm title.
>
> You are right in that I am running it under GNOME in Ubuntu, but I am
> not launching it from a menu (I don't think Ubuntu even supports
> that). I am launching gnome-terminal as normal and then starting mutt
> from that term.
>
> I will try compiling mutt from source and see if this clears up the
> "bug". ;)
>
I had a chance this morning to look at this under an Ubuntu VM (I
usually run Slackware) so I see what you're talking about. The mutt
package does drop a mutt file in /usr/share/menu, so I'm not sure why
it doesn't show up in the main gnome menu, but that's a separate issue.
Anyway, I was wrong - it doesn't appear to have anything to do with the
Debian configuration, necessarily. The ability to change the terminal
title bar appears to be part of the xtitles patch that is applied to
the Ubuntu mutt package. In addition to the configuration options you
noted in your first email, it also defines an option called
"xterm_icon" with a default value that is more or less "Mail". By
setting this option separately, I was able to change the name that
appears for the mutt window on the panel.
So add the following to your .muttrc in addition to what you have, and
try it again:
set xterm_icon="Mutt: %m (%n)"
jbb