Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

smproxy(1) [x11r4 man page]

SMPROXY(1)						      General Commands Manual							SMPROXY(1)

NAME
smproxy - Session Manager Proxy SYNOPSIS
smproxy [-clientId id] [-restore saveFile] OPTIONS
-clientId id Specifies the session ID used by smproxy in the previous session. -restore saveFile Specifies the file used by smproxy to save state in the previous session. DESCRIPTION
smproxy allows X applications that do not support X11R6 session management to participate in an X11R6 session. In order for smproxy to act as a proxy for an X application, one of the following must be true: - The application maps a top level window containing the WM_CLIENT_LEADER property. This property provides a pointer to the client leader window which contains the WM_CLASS, WM_NAME, WM_COMMAND, and WM_CLIENT_MACHINE properties. or ... - The application maps a top level window which does not contain the WM_CLIENT_LEADER property. However, this top level window contains the WM_CLASS, WM_NAME, WM_COMMAND, and WM_CLIENT_MACHINE properties. An application that support the WM_SAVE_YOURSELF protocol will receive a WM_SAVE_YOURSELF client message each time the session manager issues a checkpoint or shutdown. This allows the application to save state. If an application does not support the WM_SAVE_YOURSELF pro- tocol, then the proxy will provide enough information to the session manager to restart the application (using WM_COMMAND), but no state will be restored. SEE ALSO
xsm(1) AUTHOR
Ralph Mor, X Consortium X Version 11 smproxy 1.0.2 SMPROXY(1)

Check Out this Related Man Page

gnome-smproxy(1)						   User Commands						  gnome-smproxy(1)

NAME
gnome-smproxy - session manager proxy SYNOPSIS
gnome-smproxy [--sm-config-prefix [prefix]] [--sm-client-id [id]] [--debug] DESCRIPTION
X11R5 SM compliant applications are handled by gnome-smproxy and delay their connections to gnome-session until they map their first win- dows on the X display. They may have completed any initialization steps by then. OPTIONS
The following options are supported: --debug Enable debugging. --sm-client-id [The client id. --sm-config-prefThe[prefix]path. EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-smproxy The command-line executable for the application. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-session | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
default.session(5), gnome-session(1), gnome-session-save(1) NOTES
This man page was originally written by Christian Marillat (marillat@debian.org) for Debian GNU/Linux. Rewritten by Brian Cameron, Sun Microsystems, 2003. SunOS 5.10 13 Jan 2003 gnome-smproxy(1)
Man Page