On Wed, 2011-11-30 at 10:45 +0100, Oleksandr Shneyder wrote: <snip>
x2go client and plugin using window title for searching window with agent session. That will be needed if client should change parameters of such window, for example - hide window decorations, resize window or embed it in other window. Allowing user to change a window title can break functionality of x2go client and plugin. <snip> Hello, all. I'm not a developer so take this with a very large grain of salt but, isn't that a strange place to put an important piece of logic unrelated to user interaction? User's don't need the information; it can be confusing to them; it displaces potentially more useful user information. Can that information simply be stashed in a class attribute rather than part of the UI? - John