[opensuse] adjusting window title for firefox launched on remote hosts
To make it easier to distinguish the various Firefox windows I want to have the hostname in the window title. After some experiments I found that the window resulting from this command # ssh -X -t -l user $HOST firefox -new-instance will be named '<website title> - Mozila Firefox (on $HOST)', which is mostly what I want. Unfotunately I also have FF windows from localhost, like # ssh -X -t -l user localhost firefox -new-instance Here the "(on $HOST)" part is missing. Does anyone happen to know how to tell FF to put the hostname into the window title bar for localhost? Preferable in the form of "(on $USER@$HOST)". Olaf -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon, Aug 31, Olaf Hering wrote:
Preferable in the form of "(on $USER@$HOST)".
The code is appearently in mutter-3.16.3/src/x11/window-props.c:set_title_text I will hack it for my needs. Olaf -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
Olaf Hering