each ssh connection appears as a different application

Asked by Andrei Dumitrescu

I have a lot of tabs in gnome-terminal. In each tab I have an ssh connection to a different machine. The "problem" I'm experiencing is that each connection is reported as a different, untagged, application. Eg:
ssh to machine x
ssh to machine y
Is there any way in which I could easily tag all these apparently different apps, but which, in fact, represent a single one (that is gnome-terminal/ssh)?

Question information

Language:
English Edit question
Status:
Solved
For:
RescueTime Linux Uploader Edit question
Assignee:
No assignee Edit question
Solved by:
Andrei Dumitrescu
Solved:
Last query:
Last reply:
Revision history for this message
Angus Helm (angus.helm) said :
#1

Remove RescueTimeUploader/extensions/Gnome-terminal/app_name then reinstall. All the apps will show up as Gnome-terminal.

Revision history for this message
Andrei Dumitrescu (andreid) said :
#2

I modified the source file to just print "ssh" instead of print "ssh to %s" %ssh_session. it suits my needs better and solved the problem.
Thanks a lot.