~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to README

  • Committer: Charles Kerr
  • Date: 2013-03-22 21:53:58 UTC
  • mto: (384.2.29 ng)
  • mto: This revision was merged to the branch mainline in revision 399.
  • Revision ID: charles.kerr@canonical.com-20130322215358-v1y12o0c2uyuc0v5
copyediting: grammar

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
Notes for Client Renderers
8
8
--------------------------
9
9
 
10
 
Indicator-Session has two custom types: the Guest menuitem and User menuitems.
11
 
Referencing the spec at ,https://wiki.ubuntu.com/SystemMenu.>, both have four
12
 
visual components: (1) an Active Session Mark and the user's (2) icon,
13
 
(3) name, and (4) Logged In Mark.
 
10
Indicator-Session has two custom menuitems: the Guest and User switchers.
 
11
As per the https://wiki.ubuntu.com/SystemMenu specification, both need four
 
12
visual components: (1) an Active Session Mark, the user's (2) icon, (3) name,
 
13
and (4) a Logged In Mark.
14
14
 
15
15
== User menuitems can be recognized by their "indicator.switch-to-user" action.
16
16
   Their four visual components are determined by:
30
30
      an array of usernames. If the array contains the username in this
31
31
      menuitem's "target" attribute, show the Logged In Mark.
32
32
 
33
 
== Guest menuitems can be recognized by their "indicator.switch-to-guest" action.
34
 
   Its four visual components is determined by:
 
33
== The Guest switcher can be recognized by its "indicator.switch-to-guest"
 
34
   action. Its four visual components are determined by:
35
35
 
36
36
   1. You can test for the Active Session Mark by checking the action's state.
37
37
      The state is a dictionary whose "is-active" key yields a boolean.