Aaron Konstam <[EMAIL PROTECTED]> writes: > Let me try one question at a time. Before 8.0 I could have an xterm open > when I log out, click save current setup and the xterm would be open when I > logged in again. Now I am told by the system that I can't do that. > Why has this changed? And what does save current setup mean if it doesn't > mean that?
xterm used X11R5 session management via gnome-smproxy to work in previous releases, I would guess. gnome-smproxy is still there, I don't know why it doesn't work - I'd sort of expect it to. However the message about whether a given app will be saved is based on X11R6 session management, so will indicate that xterm doesn't support SM. And even with gnome-smproxy, I believe this is partly true, in that the window manager can't record window state for X11R5 clients. This is not bleeding edge stuff, given the release date of X11R6, so xterm is sort of sad in this respect... Havoc