diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-06-20 13:59:04 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-20 13:59:04 -0500 |
commit | add74f2cfa7c45914167bc128f0f4af12d89d39f (patch) | |
tree | 7ecf376f8d1dca52de43aa83bd6c00d96b128753 /README | |
parent | fab2853f35eb108988b5ddb16cd9f6e43de79773 (diff) | |
parent | 2babf3e334649031a4e8fff308358f6974ceb155 (diff) | |
download | ayatana-indicator-session-add74f2cfa7c45914167bc128f0f4af12d89d39f.tar.gz ayatana-indicator-session-add74f2cfa7c45914167bc128f0f4af12d89d39f.tar.bz2 ayatana-indicator-session-add74f2cfa7c45914167bc128f0f4af12d89d39f.zip |
merge lp:~larsu/indicator-session/ng-with-types to add x-canonical-type support for the user and guest menuitems
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ As per the https://wiki.ubuntu.com/SystemMenu specification, both need four visual components: (1) an Active Session Mark, the user's (2) icon, (3) name, and (4) a Logged In Mark. -== User menuitems can be recognized by their "indicator.switch-to-user" action. +== User menuitems have "x-canonical-type" set to "indicator.user-menu-item" Their four visual components are determined by: 1. You can test for the Action Session Mark by checking the action's state. @@ -30,7 +30,7 @@ and (4) a Logged In Mark. an array of usernames. If the array contains the username in this menuitem's "target" attribute, show the Logged In Mark. -== The Guest switcher can be recognized by its "indicator.switch-to-guest" +== The Guest switcher has "x-canonical-type" set to "indicator.guest-menu-item" action. Its four visual components are determined by: 1. You can test for the Active Session Mark by checking the action's state. |