On Wed, Nov 10, 2010 at 9:16 AM, Brandon Boles <b...@zbeba.com> wrote:

> On Wed, Nov 10, 2010 at 12:00:09PM -0500, screen-users-requ...@gnu.orgwrote:
> > Date: Tue, 9 Nov 2010 09:15:11 -0800
> > From: Bruce Edge <bruce.e...@gmail.com>
> > Subject: Set konsole tab title from screen session name
> > To: "screen-users@gnu.org" <screen-users@gnu.org>
> > Message-ID: <8d8ebad2-6943-4b55-b97f-c76ac71f3...@gmail.com>
> > Content-Type: text/plain;     charset=us-ascii
> >
> > Can this be done?
> > I'd like screen to set the konsole tab name text when the shell in a
> konsole tab is connected to a named screen session.
> >
> > -Bruce
>
> Hi Bruce,
>
> I have this function setup in my .bashrc:
>
> title () {
>  qdbus org.kde.konsole $KONSOLE_DBUS_SESSION
> org.kde.konsole.Session.setTabTitleFormat 0 "$*"
> }
>
> I have this in my .screenrc:
>
> at 4 stuff "title Email
> "
>
> I don't believe this is exactly what you want, but may give you some ideas.
>  BTW, the qdbus command
> above did not work correctly until KDE 4.5 (I think, see KDE bug 183963).
>
>
Nice! that's _exactly what I'm looking for.

I really do need to pay more attention to that "dbus thing" :-)

Thanks!

-Bruce



> --
> Brandon Boles
> b...@zbeba.com
>
_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to