~ubuntu-branches/debian/stretch/lightdm/stretch

« back to all changes in this revision

Viewing changes to help/C/user-switching.page

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2013-10-20 20:45:55 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20131020204555-0ht6bt0lw5bof9fn
Tags: 1.8.2-1
* New upstream release.
* debian/patches:
  - 01_set-default-path, 02_default-config, 05_debianize-pam-files
    refreshed.
  - 03_quit-plymouth disabled for now, to check if problem is really fixed
    upstream.
* debian/control:
  - rename liblightdm-qt-2-0 to liblightdm-qt-3-0 to match updated soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      type="guide"
 
3
      id="multi-session">
 
4
 
 
5
<info>
 
6
  <link type="guide" xref="index#display-management"/>
 
7
</info>
 
8
 
 
9
<title>User Switching</title>
 
10
 
 
11
<p>
 
12
<em>User switching</em> is a method of running more than one session at a time on a <link xref="seat">seat</link> and switching between them.
 
13
Only one session can be used at a time.
 
14
The session is switched by contacting the display manager using D-Bus and calling the one of the following method on the Seat object:
 
15
</p>
 
16
<list>
 
17
<item>
 
18
<p>
 
19
SwitchToGreeter - A greeter session is started. This allows the user to authenticate for a new session or authenticate to return to their current session.
 
20
</p>
 
21
</item>
 
22
<item>
 
23
<p>
 
24
SwitchToUser - If there is a session for the given user then it is switched to, otherwise a greeter is started.
 
25
</p>
 
26
</item>
 
27
<item>
 
28
<p>
 
29
SwitchToGuest - If a guest session is active it is switched to, otherwise a guest session is started.
 
30
</p>
 
31
</item>
 
32
</list>
 
33
<p>
 
34
Switching is performed using <em>virtual terminals</em> in the kernel.
 
35
Each session has a separate display server and the selected session is activated by changing the active virtual terminal.
 
36
</p>
 
37
 
 
38
</page>