xdg-session-management-v1

Protocol for managing application sessions

(index)

This description provides a high-level overview of the interplay between the interfaces defined this protocol. For details, see the protocol specification.

The xdg_session_manager protocol declares interfaces necessary to allow clients to restore toplevel state from previous executions. The xdg_session_manager_v1.get_session request can be used to obtain a xdg_session_v1 resource representing the state of a set of toplevels.

Clients may obtain the session string to use in future calls through the xdg_session_v1.created event. Compositors will use this string as an identifiable token for future runs, possibly storing data about the related toplevels in persistent storage. Clients that wish to track sessions in multiple environments may use the $XDG_CURRENT_DESKTOP environment variable.

Toplevels are managed through the xdg_session_v1.add_toplevel and xdg_session_v1.remove_toplevel pair of requests. Clients will explicitly request a toplevel to be restored according to prior state through the xdg_session_v1.restore_toplevel request before the toplevel is mapped.

Compositors may store session information up to any arbitrary level, and apply any limits and policies to the amount of data stored and its lifetime. Clients must account for missing sessions and partial session restoration.

Warning! The protocol described in this file is currently in the testing phase. Backward compatible changes may be added together with the corresponding interface version bump. Backward incompatible changes can only be done by creating a new major version of the extension.

xdg_session_manager_v1

manage sessions for applications

Interface
Version 1

The xdg_session_manager_v1 interface defines base requests for creating and managing a session for an application. Sessions persist across application and compositor restarts unless explicitly destroyed. A session is created for the purpose of maintaining an application's xdg_toplevel surfaces across compositor or application restarts. The compositor should remember as many states as possible for surfaces in a given session, but there is no requirement for which states must be remembered.

Policies such as cache eviction are declared an implementation detail of the compositor. Clients should account for no longer existing sessions.

xdg_session_manager_v1.destroy

Destroy this object

Destructor Request
Since Version 1

Destroy the manager object. The existing session objects will be unaffected.

xdg_session_manager_v1.get_session

create or restore a session

Request
Since Version 1

Create a session object corresponding to either an existing session identified by the given session identifier string or a new session. While the session object exists, the session is considered to be "in use".

If an identifier string represents a session that is currently actively in use by the the same client, an 'in_use' error is raised. If some other client is currently using the same session, the new session will replace managing the associated state.

If the reason is not a valid enum entry, the 'invalid_reason' protocol error is raised.

NULL is passed to initiate a new session. If a session_id is passed which does not represent a valid session, the compositor treats it as if NULL had been passed.

The session id string must be UTF-8 encoded. It is also limited by the maximum length of wayland messages (around 4KB). The 'invalid_session_id' protocol error will be raised if an invalid string is provided.

A client is allowed to have any number of in use sessions at the same time.

ArgumentTypeDescription
idnew_id<xdg_session_v1>

reasonuint<reason>

reason for session

session_idnullable string

the session to restore

xdg_session_manager_v1.error

Enum
Since Version 1
EntryValueSinceDescription
in_use11

a requested session is already in use

invalid_session_id21

invalid session identifier

invalid_reason31

invalid reason

xdg_session_manager_v1.reason

reason for getting a session

Enum
Since Version 1

The reason may determine in what way a session restores the window management state of associated toplevels.

For example newly launched applications might be launched on the active workspace with restored size and position, while a recovered application might restore additional state such as active workspace and stacking order.

EntryValueSinceDescription
launch11

an app is newly launched

A new app instance is launched, for example from an app launcher.

recover21

an app recovered

A app instance is recovering from for example a compositor or app crash.

session_restore31

an app restored

A app instance is restored, for example part of a restored session, or restored from having been temporarily terminated due to resource constraints.

xdg_session_v1

A session for an application

Interface
Version 1

A xdg_session_v1 object represents a session for an application. While the object exists, all surfaces which have been added to the session will have states stored by the compositor which can be reapplied at a later time. Two sessions cannot exist for the same identifier string.

States for surfaces added to a session are automatically updated by the compositor when they are changed.

xdg_session_v1.destroy

Destroy the session

Destructor Request
Since Version 1

Destroy a session object, preserving the current state but not continuing to make further updates if state changes occur. This makes the associated xdg_toplevel_session_v1 objects inert.

xdg_session_v1.remove

Remove the session

Destructor Request
Since Version 1

Remove the session, making it no longer available for restoration. A compositor should in response to this request remove the data related to this session from its storage.

xdg_session_v1.add_toplevel

add a new surface to the session

Request
Since Version 1

Attempt to add a given surface to the session. The passed name is used to identify what window is being restored, and may be used to store window specific state within the session.

The name given to the toplevel must not correspond to any previously existing toplevel names in the session. If the name matches an already known toplevel name in the session, a 'name_in_use' protocol error will be raised.

The toplevel object must not be added more than once to any session created by the client, otherwise the 'already_added' protocol error will be raised.

This request will return a xdg_toplevel_session_v1 for later manipulation. As this resource is created from an empty initial state, compositors must not emit a xdg_toplevel_session_v1.restored event for resources created through this request.

The name string must be UTF-8 encoded. It is also limited by the maximum length of wayland messages (around 4KB). The 'invalid_name' protocol error will be raised if an invalid string is provided.

ArgumentTypeDescription
idnew_id<xdg_toplevel_session_v1>

toplevelobject<xdg_toplevel>

namestring

name identifying the toplevel

xdg_session_v1.restore_toplevel

restore a surface state

Request
Since Version 1

Inform the compositor that the toplevel associated with the passed name should have its window management state restored.

If the toplevel name was previously granted to another xdg_toplevel, the 'name_in_use' protocol error will be raised.

The toplevel object must not be added more than once to any session created by the client, otherwise the 'already_added' protocol error will be raised.

This request must be called prior to the first commit on the associated wl_surface after creating the toplevel, otherwise an 'already_mapped' error is raised.

As part of the initial configure sequence, if the toplevel was successfully restored, a xdg_toplevel_session_v1.restored event is emitted. If the toplevel name was not known in the session, this request will be equivalent to the xdg_toplevel_session_v1.add_toplevel request, and no such event will be emitted. See the xdg_toplevel_session_v1.restored event for further details.

The name string must be UTF-8 encoded. It is also limited by the maximum length of wayland messages (around 4KB). The 'invalid_name' protocol error will be raised if an invalid string is provided.

ArgumentTypeDescription
idnew_id<xdg_toplevel_session_v1>

toplevelobject<xdg_toplevel>

namestring

name identifying the toplevel

xdg_session_v1.remove_toplevel

remove a surface from the session

Request
Since Version 1

Remove a specified surface from the session and render any related xdg_toplevel_session_v1 object inert. The compositor should remove any data related to the toplevel in the corresponding session from its internal storage.

The window is specified by its name in the session. The name string must be encoded in UTF-8, and it is limited in size by the maximum length of wayland messages (around 4KB).

ArgumentTypeDescription
namestring

name identifying the toplevel

xdg_session_v1.created

newly-created session id

Event
Since Version 1

Emitted at most once some time after getting a new session object. It means that no previous state was restored, and a new session was created. The passed id can be persistently stored and used to restore previous sessions.

ArgumentTypeDescription
session_idstring

xdg_session_v1.restored

the session has been restored

Event
Since Version 1

Emitted at most once some time after getting a new session object. It means that previous state was at least partially restored. The same id can again be used to restore previous sessions.

xdg_session_v1.replaced

the session has been replaced

Event
Since Version 1

Emitted at most once, if the session was taken over by some other client. When this happens, the session and all its toplevel session objects become inert, and should be destroyed.

xdg_session_v1.error

Enum
Since Version 1
EntryValueSinceDescription
name_in_use11

toplevel name is already in use

already_mapped21

toplevel was already mapped when restored

invalid_name31

provided toplevel name is invalid

already_added41

toplevel already added

xdg_toplevel_session_v1

A session for an application

Interface
Version 1

A xdg_toplevel_session_v1 resource acts as a handle for the given toplevel in the session. It allows for receiving events after a toplevel state was restored, and has the requests to manage them.

xdg_toplevel_session_v1.destroy

Destroy the object

Destructor Request
Since Version 1

Destroy the object. This has no effect over window management of the associated toplevel.

xdg_toplevel_session_v1.rename

change the name of toplevel session

Request
Since Version 1

Renames the toplevel session. The new name can be used in subsequent requests to identify this session object. The state associated with this toplevel session will be preserved.

If the xdg_session_v1 already contains a toplevel with the specified name, the 'name_in_use' protocol error will be raised.

ArgumentTypeDescription
namestring

new name to identify the toplevel

xdg_toplevel_session_v1.restored

a toplevel's session has been restored

Event
Since Version 1

The "restored" event is emitted prior to the first xdg_toplevel.configure for the toplevel. It will only be emitted after xdg_session_v1.restore_toplevel, and the initial empty surface state has been applied, and it indicates that the surface's session is being restored with this configure event.

Copyright