Brian, All looks fine to me expect the minor comments below.
console-kit-daemon ----------------- > The ConsoleKit display configuration file associated > with the "Entry/DisplayTemplate" key specifies the com- > mand to run to launch the display. This command is > defined in the ConsoleKit display configuration file in > the key "X11/Exec". This command can include variables > that begin with the "$" character, such as "$display". > The values to be used for these variables can be defined > in this section. So if the session configuration file > contains the value "Local/display=:0", this will cause > the variable used when launching the command to be > replaced with the value "0". Should be replaced with the value ":0" > EXAMPLES [...] > Example 2: To configure ConsoleKit to start multiple ses- > sions on a single seat [...] > [Local] > display=:1 > vt=/dev/vt/8 "/dev/vt/8" should be "vt8" instead. ck-seat-tool ------------ > Arguments that start with the "$" sign are variables. > The values for these variables can be specified with the > variable operand. For example, if this value is "dis- > play=:0,vt=vt9", this would set the "$display" argument > to ":0" and the "vt" argument to "vt9". should be "this would set the "$display" argument to ":0" and the "$vt" argument to "vt9". Cheers, Halton.
