Session objects represent and store information related to a user session. The properties associated with the Session specifically refer to the properties of the "session leader". Session ID Returns the ID for Session. Seat ID Returns the ID for the Seat the Session is attached to. May fail with CK_SESSION_ERROR_FAILED if the session isn't attached to a seat org.freedesktop.ConsoleKit.Seat Session service Returns the service of the provided session. Defaults to: "unspecified" - Unknown session type, the default. session-service Session type Returns the display type of the provided session. The following type may be returned: "x11" - An X11/Xorg based session "wayland" - A Wayland based session "tty" - A text console based session "mir" - A session using the Mir display server "unspecified" - Unknown session type, the default. Note: Additional types may be added in the future. session-type Session class Returns the display type of the provided session. The following classes may be returned: "user" - A normal user session, the default "greeter" - Display Manager pseudo session "lock-screen" - Screensaver based session "background" - A long running background process that requires its own session Note: Additional classes may be added in the future. Since 1.1.2 session-class Session state Returns the current state of the session. The following states may be returned: "online" - Session is logged in but not active "active" - Session is logged in and active "closing" - Session is in the process of shutting down Note: Additional classes may be added in the future. Since 1.1.2 session-state User ID Returns the user that the session belongs to. user POSIX User ID Returns the POSIX user ID that the session belongs to. unix-user XDG_RUNTIME_DIR Returns the XDG_RUNTIME_DIR location of the session. The XDG_RUNTIME_DIR is the same for all sessions of the same user and will be automatically removed once the last session of the user is closed. May fail with: CK_SESSION_ERROR_FAILED if it failed to create a runtime dir for the user (such as root). Since 1.1.0 The value of the X11 display Returns the value of the X11 DISPLAY for this session if one is present. x11-display The value of the X11 display device Returns the value of the display device (aka TTY) that the X11 display for the session is connected to. If there is no x11-display set then this value is undefined. x11-display-device The value of the display device Returns the value of the display device (aka TTY) that the session is connected to. display-device The remote host name Returns the value of the remote host name for the session. remote-host-name The value of the native system login session ID Returns the value of the login session ID that the underlying system uses to enforce session boundaries. If there is no login session ID set then this value is an empty string. The virtual terminal the session runs on, if any, 0 otherwise Returns the value of the virtual terminal that the underlying session runs on. If the seat doesn't support VTs, then this will always return 0. Since 1.1.2 TRUE if the session is active, otherwise FALSE Returns whether the session is active on the Seat that it is attached to. If the session is not attached to a seat this value is undefined. active TRUE if the session is local, otherwise FALSE Returns whether the session is local FIXME: we need to come up with a concrete definition for this value. It was originally used as a way to identify XDMCP sessions that originate from a remote system. is-local An ISO 8601 format date-type string Returns an ISO 8601 date-time string that corresponds to the time that the session was opened. Attempt to activate the this session. In most cases, if successful, this will cause the session to become visible and become active on the seat that it is attached to. May fail with: CK_SESSION_ERROR_ALREADY_ACTIVE, CK_SESSION_ERROR_NOT_SUPPORTED, CK_SESSION_ERROR_GENERAL Seat.ActivateSession() This will cause a Lock signal to be emitted for this session. This method is restricted to privileged users by D-Bus policy. Lock signal This will cause an Unlock signal to be emitted for this session. This can be used by login managers to unlock a session before it is re-activated during fast-user-switching. This method is restricted to privileged users by D-Bus policy. Unlock signal The value of the idle-hint Gets the value of the idle-hint property. idle-hint An ISO 8601 format date-type string Returns an ISO 8601 date-time string that corresponds to the time of the last change of the idle-hint. boolean value to set the idle-hint to This may be used by the session to indicate that it is idle. Use of this method is restricted to the user that owns the session. boolean value to set the locked-hint to This is used by Desktop Environments to update the LockedHint property. Calling Lock() or Unlock() will also update the LockedHint value. Use of this method is restricted to the user that owns the session. Whether the system supports a session controller. Returns TRUE if the system has Session Controller support. This means the TakeControl call won't return CK_SESSION_ERROR_NOT_SUPPORTED. Since 1.3.0 If set to TRUE, an existing session controller is replaced. Allows a single process per session to request ConsoleKit2 managed devices by calling TakeDevice. Use of this method is restricted to the user that owns the session or root. The force argument will be honored for root only. May fail with: CK_SESSION_ERROR_FAILED, CK_SESSION_ERROR_INSUFFICIENT_PERMISSION, CK_SESSION_ERROR_GENERAL, CK_SESSION_ERROR_NOT_SUPPORTED Since 1.1.1 The process that previously successfully called TakeControl may use this to reliqunish control. Any devices acquired with TakeDevice will be released. If the session controller closes the dbus-connection, this will implicitly call ReleaseControl. Use of this method is restricted to the process that called TakeControl. Since 1.1.1 Major number of the character-device. Minor number of the character-device. Returns a file descriptor for the specified device. boolean value if the deivce is currently inactive. ConsoleKit2 automatically mutes the file-descriptor if the session is inactive and resumes it once the session gets active again. This guarantees that a session can only access session-devices if the session is active. Note that this revoke/resume mechanism is asynchronous and may happen at any given time. This only works on devices that are attached to the seat of the given session. A process is not required to have direct access to the device-node. Also note that any device can only be requested once. As long as you don't release it, further calls will fail. Use of this method is restricted to the session-controller, see TakeControl. May fail with: CK_SESSION_ERROR_FAILED, CK_SESSION_ERROR_GENERAL, CK_SESSION_ERROR_NOT_SUPPORTED Since 1.1.1 Major number of the character-device. Minor number of the character-device. Release a previously acquired device. Use of this method is restricted to the session-controller, see TakeControl. Since 1.1.1 Major number of the character-device. Minor number of the character-device. Allows the session controller to synchronously pause a device in response to the PauseDevice signal. Forced signals are automatically completed by ConsoleKit2. Use of this method is restricted to the session-controller, see TakeControl. Since 1.1.1 Major number of the character-device. Minor number of the character-device. Will either be: force, pause, or gone Emitted for any device requested with TakeDevice. A device may remain paused for unknown reasons even though the Session is active. A type of 'force' means the device got paused by ConsoleKit2 already and this is only a notification. A type of 'pause' means ConsoleKit2 is requesting to pause the device and grants the session controller a limited amount of time to pause it. The session controller must respond to this via PauseDeviceComplete. This synchronous pausing-mechanism is used for backwards-compatibility to VTs and ConsoleKit2 is free to not make use of it. ConsoleKit2 may also send a force PauseDevice if you don't respond in a timely manner (or for any other reason). A type of 'gone' means the device was unplugged from the system and you will no longer get any notifications about it. Since 1.1.1 Major number of the character-device. Minor number of the character-device. Will either be: force, pause, or gone Emitted for any device requested with TakeDevice. Sent whenever a session is active and a device is resumed. It carries the major/minor as arguments and provides a new open file-descriptor. You should switch to the new descriptor and close the old one. They are not guaranteed to have the same underlying file descriptor. Since 1.1.1 TRUE if the session is active, otherwise FALSE Emitted when the active property has changed. the new value of idle-hint Emitted when the idle-hint property has changed. Emitted in response to a call to the Lock() method. It is intended that the screensaver for the session should lock the screen in response to this signal. Emitted in response to a call to the Unlock() method. It is intended that the screensaver for the session should unlock the screen in response to this signal. The user assigned to the session. The user assigned to the session. The seat the session is assigned to. It is comprised of the seat id and object path of the seat. The service of the session. The type of the session. The class of the session. The state of the session. The remote host name for the session. This will be set in situations where the session is opened and controlled from a remote system. For example, this value will be set when the session is created from an SSH or XDMCP connection. The display device (aka TTY) that the session is connected to. Value of the X11 DISPLAY for this session if one is present. The display device (aka TTY) that the X11 display for the session is connected to. If there is no x11-display set then this value is undefined. The virtual terminal the session runs on, if any, 0 otherwise. Whether the session is active on the Seat that it is attached to. If the session is not attached to a seat this value is undefined. Whether the session is local FIXME: we need to come up with a concrete definition for this value. It was originally used as a way to identify XDMCP sessions that originate from a remote system. This is a hint used to indicate that the session may be idle. For sessions with a x11-display set (ie. graphical sessions), it is up to each session to delegate the responsibility for updating this value. Typically, the screensaver will set this. However, for non-graphical sessions with a display-device set the Session object itself will periodically update this value based on the activity detected on the display-device itself. This should not be considered authoritative. This is a hint used by Desktop Environments to indicate that the session may be locked.